Trace number 218141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 170.927 172.562

DiagnosticValue
CHECKS132912924
NODES171224

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-23_ext.xml
MD5SUM3c0a223225c8489ef84874d36f1a988b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark47.9427
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/218141-1168079541/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.66	   
0.66	   constraints being loaded...
0.81	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.81	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=3
0.81	       =>  wckTime=0.497  cpuTime=0.45  mem=41M376
0.89	   
0.89	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.738  cpuTime=0.58  mem=21M88
1.05	   
1.05	   preprocessing
1.05	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.05	     detectedInconsistency=no
1.05	       =>  wckTime=0.0030  cpuTime=0.0  mem=21M88
1.17	   
1.17	   search
1.17	     run=0  nbConstraintChecks=29027  nbValidityChecks=51893  nbPropagations=376  nbRevisions=4032
1.17	     nbUselessRevisions=3178  nbAssignments=35  nbFailedAssignments=19  nbBacktracks=12  nbVisitedNodes=63
1.17	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.121  cpuTime=0.08  mem=21M88
1.23	   
1.23	   search
1.23	     run=1  nbConstraintChecks=63774  nbValidityChecks=119072  nbPropagations=1171  nbRevisions=12497
1.23	     nbUselessRevisions=9781  nbAssignments=76  nbFailedAssignments=41  nbBacktracks=28  nbVisitedNodes=136
1.23	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.18  cpuTime=0.13  mem=21M88
1.33	   
1.33	   search
1.33	     run=2  nbConstraintChecks=127759  nbValidityChecks=240350  nbPropagations=2733  nbRevisions=29551
1.33	     nbUselessRevisions=22993  nbAssignments=139  nbFailedAssignments=79  nbBacktracks=51  nbVisitedNodes=256
1.33	     nbRestartNogoods=7  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.281  cpuTime=0.22  mem=21M88
1.42	   
1.42	   search
1.42	     run=3  nbConstraintChecks=189524  nbValidityChecks=362621  nbPropagations=5217  nbRevisions=56500
1.42	     nbUselessRevisions=44018  nbAssignments=215  nbFailedAssignments=119  nbBacktracks=84  nbVisitedNodes=394
1.42	     nbRestartNogoods=8  mapSize=74  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.374  cpuTime=0.31  mem=21M88
1.53	   
1.53	   search
1.53	     run=4  nbConstraintChecks=263100  nbValidityChecks=504659  nbPropagations=8700  nbRevisions=94576
1.53	     nbUselessRevisions=73801  nbAssignments=314  nbFailedAssignments=162  nbBacktracks=136  nbVisitedNodes=560
1.53	     nbRestartNogoods=9  mapSize=111  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.48  cpuTime=0.41  mem=21M88
1.68	   
1.68	   search
1.69	     run=5  nbConstraintChecks=368791  nbValidityChecks=720119  nbPropagations=13739  nbRevisions=149942
1.69	     nbUselessRevisions=117076  nbAssignments=465  nbFailedAssignments=231  nbBacktracks=213  nbVisitedNodes=817
1.69	     nbRestartNogoods=15  mapSize=165  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.634  cpuTime=0.56  mem=21M88
2.04	   
2.04	   search
2.04	     run=6  nbConstraintChecks=628035  nbValidityChecks=1258943  nbPropagations=22352  nbRevisions=245736
2.04	     nbUselessRevisions=191958  nbAssignments=779  nbFailedAssignments=428  nbBacktracks=326  nbVisitedNodes=1414
2.04	     nbRestartNogoods=19  mapSize=269  nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.986  cpuTime=0.91  mem=21M88
2.64	   
2.64	   search
2.64	     run=7  nbConstraintChecks=1069866  nbValidityChecks=2187166  nbPropagations=36760  nbRevisions=406621
2.64	     nbUselessRevisions=317526  nbAssignments=1272  nbFailedAssignments=746  nbBacktracks=496  nbVisitedNodes=2349
2.64	     nbRestartNogoods=26  mapSize=428  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=1.593  cpuTime=1.5  mem=21M88
3.13	   
3.13	   search
3.13	     run=8  nbConstraintChecks=1418389  nbValidityChecks=2874243  nbPropagations=56085  nbRevisions=622693
3.13	     nbUselessRevisions=486119  nbAssignments=1783  nbFailedAssignments=995  nbBacktracks=753  nbVisitedNodes=3230
3.13	     nbRestartNogoods=36  mapSize=616  nbInferences=0  nbTooLargeKeys=0
3.13	       =>  wckTime=2.079  cpuTime=1.97  mem=21M88
3.88	   
3.88	   search
3.88	     run=9  nbConstraintChecks=1967699  nbValidityChecks=3984590  nbPropagations=84222  nbRevisions=932739
3.88	     nbUselessRevisions=727417  nbAssignments=2619  nbFailedAssignments=1441  nbBacktracks=1139  nbVisitedNodes=4724
3.88	     nbRestartNogoods=42  mapSize=936  nbInferences=0  nbTooLargeKeys=0
3.88	       =>  wckTime=2.826  cpuTime=2.7  mem=22M58
4.18	   
4.18	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=22M58)
5.28	   
5.28	   search
5.28	     run=10  nbConstraintChecks=3050868  nbValidityChecks=6109147  nbPropagations=126682  nbRevisions=1402262
5.28	     nbUselessRevisions=1093853  nbAssignments=3863  nbFailedAssignments=2107  nbBacktracks=1715  nbVisitedNodes=7009
5.28	     nbRestartNogoods=54
5.28	       =>  wckTime=4.228  cpuTime=4.08  mem=22M58
7.74	   
7.74	   search
7.74	     run=11  nbConstraintChecks=4972625  nbValidityChecks=10169053  nbPropagations=194547  nbRevisions=2149947
7.74	     nbUselessRevisions=1677815  nbAssignments=6199  nbFailedAssignments=3575  nbBacktracks=2579  nbVisitedNodes=11379
7.74	     nbRestartNogoods=57
7.74	       =>  wckTime=6.686  cpuTime=6.52  mem=22M58
10.00	   
10.00	   search
10.00	     run=12  nbConstraintChecks=6708817  nbValidityChecks=13658785  nbPropagations=289485  nbRevisions=3197268
10.00	     nbUselessRevisions=2494426  nbAssignments=8805  nbFailedAssignments=4879  nbBacktracks=3876  nbVisitedNodes=16032
10.00	     nbRestartNogoods=66
10.00	       =>  wckTime=8.954  cpuTime=8.77  mem=22M58
13.28	   
13.28	   search
13.28	     run=13  nbConstraintChecks=9209853  nbValidityChecks=18691079  nbPropagations=422423  nbRevisions=4665562
13.28	     nbUselessRevisions=3639256  nbAssignments=12608  nbFailedAssignments=6729  nbBacktracks=5822  nbVisitedNodes=22669
13.28	     nbRestartNogoods=80
13.28	       =>  wckTime=12.234  cpuTime=12.0  mem=22M58
19.12	   
19.12	   search
19.12	     run=14  nbConstraintChecks=13686269  nbValidityChecks=27721556  nbPropagations=621534  nbRevisions=6878996
19.12	     nbUselessRevisions=5365492  nbAssignments=18702  nbFailedAssignments=9900  nbBacktracks=8741  nbVisitedNodes=33627
19.12	     nbRestartNogoods=101
19.12	       =>  wckTime=18.072  cpuTime=17.79  mem=22M58
30.89	   
30.89	   search
30.89	     run=15  nbConstraintChecks=22899547  nbValidityChecks=46692077  nbPropagations=947109  nbRevisions=10509305
30.89	     nbUselessRevisions=8202236  nbAssignments=29840  nbFailedAssignments=16654  nbBacktracks=13119
30.89	     nbVisitedNodes=54603  nbRestartNogoods=125
30.89	       =>  wckTime=29.843  cpuTime=29.45  mem=22M58
48.86	   
48.86	   search
48.86	     run=16  nbConstraintChecks=36856358  nbValidityChecks=76054905  nbPropagations=1461756  nbRevisions=16235282
48.86	     nbUselessRevisions=12675279  nbAssignments=46563  nbFailedAssignments=26802  nbBacktracks=19687
48.86	     nbVisitedNodes=85815  nbRestartNogoods=148
48.86	       =>  wckTime=47.811  cpuTime=47.26  mem=22M58
70.15	   
70.15	   search
70.15	     run=17  nbConstraintChecks=53357261  nbValidityChecks=109586096  nbPropagations=2208025  nbRevisions=24564375
70.15	     nbUselessRevisions=19178035  nbAssignments=68574  nbFailedAssignments=38954  nbBacktracks=29541
70.15	     nbVisitedNodes=125727  nbRestartNogoods=155
70.15	       =>  wckTime=69.098  cpuTime=68.36  mem=22M58
99.58	   
99.59	   search
99.59	     run=18  nbConstraintChecks=76358946  nbValidityChecks=155300203  nbPropagations=3267596  nbRevisions=36400713
99.59	     nbUselessRevisions=28407860  nbAssignments=99686  nbFailedAssignments=55281  nbBacktracks=44321
99.59	     nbVisitedNodes=181000  nbRestartNogoods=162
99.59	       =>  wckTime=98.535  cpuTime=97.53  mem=22M58
155.00	   
155.00	   search
155.00	     run=19  nbConstraintChecks=119419446  nbValidityChecks=244817606  nbPropagations=4915069  nbRevisions=54793805
155.00	     nbUselessRevisions=42756059  nbAssignments=153174  nbFailedAssignments=86598  nbBacktracks=66489
155.00	     nbVisitedNodes=279485  nbRestartNogoods=181
155.00	       =>  wckTime=153.953  cpuTime=152.44  mem=22M58
172.49	   
172.49	   search
172.49	     run=20  nbConstraintChecks=132912924  nbValidityChecks=272405310  nbPropagations=6750915  nbRevisions=75302709
172.49	     nbUselessRevisions=58754483  nbAssignments=171224  nbFailedAssignments=96466  nbBacktracks=74672
172.49	     nbVisitedNodes=311949  nbRestartNogoods=200
172.49	       =>  wckTime=171.44  cpuTime=169.77  mem=22M58
172.49	   
172.49	   global
172.49	     nbConstraintChecks=132912924  nbValidityChecks=272405310  nbPropagations=6750935  nbRevisions=75302709
172.49	     nbUselessRevisions=58754483  nbRestartNogoods=200  solvingWckTime=171.441  solvingCpuTime=169.77  expiredTime=no
172.49	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=170.4
172.49	       =>  wckTime=172.182  cpuTime=170.36  mem=22M58
172.50	   
172.50	s UNSATISFIABLE
172.50	d NODES 171224
172.50	d CHECKS 132912924
172.50	   
172.50	   totalWckTime=172.263  totalCpuTime=170.4

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-218141-1168079541 -o ROOT/results/node22/solver-218141-1168079541 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218141-1168079541/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.71 0.92 1.04 5/82 9121
/proc/meminfo: memFree=1585016/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=216 CPUtime=0
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 46 0 0 0 0 0 0 0 20 0 1 0 156348585 221184 30 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4640576 0 0 4096 0 0 0 0 17 1 0 0
/proc/9120/statm: 54 30 25 14 0 2 0

[startup+0.107463 s]
/proc/loadavg: 0.71 0.92 1.04 5/82 9121
/proc/meminfo: memFree=1585016/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=914988 CPUtime=0.09
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 3002 0 1 0 8 1 0 0 21 0 8 0 156348585 936947712 2748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153791842 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228747 2748 1429 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515525 s]
/proc/loadavg: 0.71 0.92 1.04 5/82 9121
/proc/meminfo: memFree=1585016/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915328 CPUtime=0.49
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 7841 0 1 0 45 4 0 0 24 0 8 0 156348585 937295872 7580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560343 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228832 7580 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34329 s]
/proc/loadavg: 0.71 0.92 1.04 4/100 9139
/proc/meminfo: memFree=1470560/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=1.31
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16785 0 1 0 124 7 0 0 25 0 8 0 156348585 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16522 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.17
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 358 0 0 0 17 0 0 0 15 0 8 0 156348592 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.99191 s]
/proc/loadavg: 0.81 0.94 1.05 4/100 9139
/proc/meminfo: memFree=1470304/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=2.95
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16801 0 1 0 287 8 0 0 25 0 8 0 156348585 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727833 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16537 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 17 0 8 0 156348589 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.2
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 374 0 0 0 20 0 0 0 16 0 8 0 156348592 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.28641 s]
/proc/loadavg: 0.81 0.94 1.05 4/100 9139
/proc/meminfo: memFree=1469920/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=6.22
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16816 0 1 0 614 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7734 s]
/proc/loadavg: 1.00 0.97 1.06 3/100 9139
/proc/meminfo: memFree=1469936/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=12.63
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16816 0 1 0 1255 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

[startup+25.6174 s]
/proc/loadavg: 1.15 1.01 1.07 4/100 9139
/proc/meminfo: memFree=1470064/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=25.36
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16817 0 1 0 2528 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 16 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915460

[startup+51.2293 s]
/proc/loadavg: 1.44 1.09 1.09 3/100 9139
/proc/meminfo: memFree=1470128/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=50.74
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16817 0 1 0 5066 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 16 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915460

[startup+102.451 s]
/proc/loadavg: 1.75 1.23 1.14 3/100 9139
/proc/meminfo: memFree=1470192/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=101.48
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16817 0 1 0 10140 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609022 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 16 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915460

[startup+162.514 s]
/proc/loadavg: 1.91 1.36 1.19 3/100 9139
/proc/meminfo: memFree=1470192/2055920 swapFree=4157532/4192956
[pid=9120] ppid=9118 vsize=915460 CPUtime=161.02
/proc/9120/stat : 9120 (java) R 9118 9120 9015 0 -1 0 16817 0 1 0 16094 8 0 0 25 0 8 0 156348585 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9120/statm: 228865 16549 2517 14 0 215335 0
[pid=9120/tid=9126] ppid=9118 vsize=915460 CPUtime=0.06
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 9015 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 9015 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 9015 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9133] ppid=9118 vsize=915460 CPUtime=0.22
/proc/9120/task/9133/stat : 9133 (java) S 9118 9120 9015 0 -1 64 387 0 0 0 22 0 0 0 16 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9134] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9134/stat : 9134 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=915460 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 9015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156348592 937431040 16549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 172.562
CPU time (s): 170.927
CPU user time (s): 170.826
CPU system time (s): 0.100984
CPU usage (%): 99.0524
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.826
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16824
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4570
involuntary context switches= 11480

runsolver used 0.217966 s user time and 0.553915 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 10:32:21 UTC 2007


IDJOB= 218141
IDBENCH= 5204
FILE ID= node22/218141-1168079541

PBS_JOBID= 3476095

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218141-1168079541/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-218141-1168079541 -o ROOT/results/node22/solver-218141-1168079541 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218141-1168079541/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3c0a223225c8489ef84874d36f1a988b

RANDOM SEED= 266863534

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1585560 kB
Buffers:         39772 kB
Cached:         321192 kB
SwapCached:      13648 kB
Active:          94996 kB
Inactive:       308660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585560 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:          57940 kB
Slab:            51676 kB
Committed_AS:  2609140 kB
PageTables:       2204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB



End job on node22 on Sat Jan  6 10:35:14 UTC 2007