Trace number 208178

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 ESACSAT 130.956 132.066

DiagnosticValue
CHECKS912492751
NODES600102

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-61021_ext.xml
MD5SUMcf36278b0aaf693be0fe0a8c85db5e94
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark81.6446
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/208178-1168185829/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=26  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.62	     nbConstraints=325  nbRelationTypes=325  nbExtensionStructures=325  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=325  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=881  maxDegree=25
0.62	     maxArity=2
0.62	       =>  wckTime=0.324  cpuTime=0.25  mem=14M786
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.522  cpuTime=0.37  mem=15M259
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=65397  nbPropagations=773  nbRevisions=7986  nbUselessRevisions=7027  nbSingletonTests=37
0.86	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.86	       =>  wckTime=0.046  cpuTime=0.03  mem=15M259
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=39619  nbPropagations=1223  nbRevisions=15839  nbUselessRevisions=13873  nbAssignments=26
0.89	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.071  cpuTime=0.05  mem=15M259
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=83939  nbPropagations=2966  nbRevisions=40744  nbUselessRevisions=35728  nbAssignments=59
0.90	     nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=101  nbRestartNogoods=3  mapSize=24  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.085  cpuTime=0.06  mem=15M259
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=151975  nbPropagations=5467  nbRevisions=79698  nbUselessRevisions=69971
0.92	     nbAssignments=105  nbFailedAssignments=40  nbBacktracks=47  nbVisitedNodes=182  nbRestartNogoods=6  mapSize=45
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.104  cpuTime=0.07  mem=15M259
0.94	   
0.95	   search
0.95	     run=3  nbConstraintChecks=262833  nbPropagations=9122  nbRevisions=142276  nbUselessRevisions=124739
0.95	     nbAssignments=177  nbFailedAssignments=74  nbBacktracks=80  nbVisitedNodes=314  nbRestartNogoods=9  mapSize=77
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.129  cpuTime=0.1  mem=15M259
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=428041  nbPropagations=14501  nbRevisions=240853  nbUselessRevisions=210982
0.98	     nbAssignments=285  nbFailedAssignments=126  nbBacktracks=131  nbVisitedNodes=512  nbRestartNogoods=12  mapSize=127
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.161  cpuTime=0.13  mem=15M259
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=640674  nbPropagations=22130  nbRevisions=385763  nbUselessRevisions=337736
1.02	     nbAssignments=428  nbFailedAssignments=190  nbBacktracks=206  nbVisitedNodes=775  nbRestartNogoods=17  mapSize=201
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.203  cpuTime=0.17  mem=15M259
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=932735  nbPropagations=33080  nbRevisions=597597  nbUselessRevisions=522893
1.07	     nbAssignments=649  nbFailedAssignments=292  nbBacktracks=320  nbVisitedNodes=1184  nbRestartNogoods=20  mapSize=312
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.258  cpuTime=0.22  mem=15M259
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1416925  nbPropagations=49103  nbRevisions=917465  nbUselessRevisions=802476
1.16	     nbAssignments=986  nbFailedAssignments=453  nbBacktracks=490  nbVisitedNodes=1809  nbRestartNogoods=25  mapSize=478
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.346  cpuTime=0.31  mem=15M259
1.30	   
1.30	   search
1.30	     run=8  nbConstraintChecks=2158805  nbPropagations=72928  nbRevisions=1403526  nbUselessRevisions=1227306
1.30	     nbAssignments=1482  nbFailedAssignments=687  nbBacktracks=747  nbVisitedNodes=2737  nbRestartNogoods=29
1.30	     mapSize=730  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.48  cpuTime=0.43  mem=15M259
1.44	   
1.44	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=15M259)
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=3213777  nbPropagations=108019  nbRevisions=2129648  nbUselessRevisions=1862071
1.48	     nbAssignments=2221  nbFailedAssignments=1037  nbBacktracks=1132  nbVisitedNodes=4106  nbRestartNogoods=32
1.48	       =>  wckTime=0.661  cpuTime=0.6  mem=15M259
1.73	   
1.73	   search
1.73	     run=10  nbConstraintChecks=4897630  nbPropagations=160350  nbRevisions=3226593  nbUselessRevisions=2821209
1.73	     nbAssignments=3335  nbFailedAssignments=1569  nbBacktracks=1708  nbVisitedNodes=6170  nbRestartNogoods=39
1.73	       =>  wckTime=0.917  cpuTime=0.85  mem=15M259
2.10	   
2.10	   search
2.10	     run=11  nbConstraintChecks=7372729  nbPropagations=238609  nbRevisions=4877230  nbUselessRevisions=4264906
2.10	     nbAssignments=5021  nbFailedAssignments=2386  nbBacktracks=2572  nbVisitedNodes=9283  nbRestartNogoods=46
2.10	       =>  wckTime=1.28  cpuTime=1.21  mem=15M259
2.65	   
2.65	   search
2.65	     run=12  nbConstraintChecks=11143452  nbPropagations=356183  nbRevisions=7379022  nbUselessRevisions=6454478
2.65	     nbAssignments=7553  nbFailedAssignments=3615  nbBacktracks=3870  nbVisitedNodes=13998  nbRestartNogoods=53
2.65	       =>  wckTime=1.831  cpuTime=1.75  mem=15M259
3.43	   
3.43	   search
3.43	     run=13  nbConstraintChecks=16423575  nbPropagations=529939  nbRevisions=11085159  nbUselessRevisions=9700036
3.43	     nbAssignments=11255  nbFailedAssignments=5365  nbBacktracks=5816  nbVisitedNodes=20837  nbRestartNogoods=56
3.43	       =>  wckTime=2.61  cpuTime=2.52  mem=15M259
4.63	   
4.63	   search
4.63	     run=14  nbConstraintChecks=24777903  nbPropagations=790734  nbRevisions=16664755  nbUselessRevisions=14586441
4.63	     nbAssignments=16874  nbFailedAssignments=8059  nbBacktracks=8735  nbVisitedNodes=31287  nbRestartNogoods=61
4.63	       =>  wckTime=3.818  cpuTime=3.72  mem=15M259
6.40	   
6.40	   search
6.40	     run=15  nbConstraintChecks=36953054  nbPropagations=1179732  nbRevisions=24991117  nbUselessRevisions=21877856
6.40	     nbAssignments=25250  nbFailedAssignments=12050  nbBacktracks=13113  nbVisitedNodes=46801  nbRestartNogoods=69
6.40	       =>  wckTime=5.588  cpuTime=5.48  mem=15M259
9.21	   
9.21	   search
9.21	     run=16  nbConstraintChecks=56307909  nbPropagations=1767095  nbRevisions=37644408  nbUselessRevisions=32960732
9.21	     nbAssignments=38039  nbFailedAssignments=18267  nbBacktracks=19681  nbVisitedNodes=70587  nbRestartNogoods=80
9.21	       =>  wckTime=8.397  cpuTime=8.24  mem=15M259
13.28	   
13.28	   search
13.28	     run=17  nbConstraintChecks=84594177  nbPropagations=2649556  nbRevisions=56658254  nbUselessRevisions=49611692
13.28	     nbAssignments=57155  nbFailedAssignments=27526  nbBacktracks=29533  nbVisitedNodes=106133  nbRestartNogoods=99
13.28	       =>  wckTime=12.465  cpuTime=12.28  mem=15M259
19.50	   
19.50	   search
19.50	     run=18  nbConstraintChecks=128296705  nbPropagations=3977731  nbRevisions=85403107  nbUselessRevisions=74787529
19.50	     nbAssignments=85890  nbFailedAssignments=41477  nbBacktracks=44312  nbVisitedNodes=159550  nbRestartNogoods=115
19.50	       =>  wckTime=18.681  cpuTime=18.45  mem=15M259
29.05	   
29.05	   search
29.05	     run=19  nbConstraintChecks=194723106  nbPropagations=5983240  nbRevisions=128952891  nbUselessRevisions=112932865
29.05	     nbAssignments=129232  nbFailedAssignments=62647  nbBacktracks=66480  nbVisitedNodes=240266  nbRestartNogoods=133
29.05	       =>  wckTime=28.239  cpuTime=27.93  mem=15M259
42.95	   
42.95	   search
42.95	     run=20  nbConstraintChecks=291882609  nbPropagations=8984128  nbRevisions=194124978  nbUselessRevisions=170017473
42.95	     nbAssignments=193205  nbFailedAssignments=93362  nbBacktracks=99733  nbVisitedNodes=358914  nbRestartNogoods=151
42.95	       =>  wckTime=42.133  cpuTime=41.71  mem=15M259
63.59	   
63.59	   search
63.59	     run=21  nbConstraintChecks=434505395  nbPropagations=13466472  nbRevisions=291378639  nbUselessRevisions=255209293
63.59	     nbAssignments=289117  nbFailedAssignments=139389  nbBacktracks=149612  nbVisitedNodes=536993  nbRestartNogoods=164
63.59	       =>  wckTime=62.773  cpuTime=62.17  mem=15M259
95.85	   
95.85	   search
95.85	     run=22  nbConstraintChecks=660646712  nbPropagations=20241335  nbRevisions=438823366  nbUselessRevisions=384368758
95.85	     nbAssignments=435183  nbFailedAssignments=210630  nbBacktracks=224431  nbVisitedNodes=809282  nbRestartNogoods=196
95.85	       =>  wckTime=95.031  cpuTime=94.17  mem=15M259
132.04	   
132.04	   search
132.04	     run=23  nbConstraintChecks=912427354  nbPropagations=29584800  nbRevisions=642472347  nbUselessRevisions=562790708
132.04	     nbAssignments=600102  nbFailedAssignments=290845  nbBacktracks=309109  nbVisitedNodes=1116213  nbRestartNogoods=221
132.04	       =>  wckTime=131.222  cpuTime=130.06  mem=15M259
132.04	   
132.04	   global
132.04	     nbConstraintChecks=912492751  nbPropagations=29585573  nbRevisions=642480333  nbUselessRevisions=562797735
132.04	     nbRestartNogoods=221  solvingWckTime=131.223  solvingCpuTime=130.06  expiredTime=no  totalExploration=no
132.04	     nbFoundSolutions=1  globalCpuTime=130.47
132.04	       =>  wckTime=131.748  cpuTime=130.43  mem=15M259
132.04	   
132.04	s SATISFIABLE
132.04	v 22 21 16 10 23 18 23 12 6 24 19 17 22 18 3 12 3 3 19 2 3 3 8 9 24 0 
132.04	d NODES 600102
132.04	d CHECKS 912492751
132.04	   
132.04	   totalWckTime=131.825  totalCpuTime=130.49

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-208178-1168185829 -o ROOT/results/node76/solver-208178-1168185829 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208178-1168185829/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: 2.00 2.00 1.83 3/87 31955
/proc/meminfo: memFree=1351392/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=906648 CPUtime=0.02
/proc/31954/stat : 31954 (java) S 31952 31954 31476 0 -1 0 2065 0 1 0 2 0 0 0 19 0 2 0 166980033 928407552 1816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 226662 1816 1035 14 0 214244 0
[pid=31954/tid=31956] ppid=31952 vsize=906648 CPUtime=0
/proc/31954/task/31956/stat : 31956 (java) R 31952 31954 31476 0 -1 64 3 0 0 0 0 0 0 0 20 0 2 0 166980037 928407552 1816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 0 0 0

[startup+0.102681 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 31955
/proc/meminfo: memFree=1351392/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916016 CPUtime=0.09
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 3062 0 1 0 8 1 0 0 24 0 8 0 166980033 938000384 2810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153564738 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229004 2810 1452 14 0 215498 0
[pid=31954/tid=31956] ppid=31952 vsize=916016 CPUtime=0
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 7 0 0 0 0 0 0 0 19 0 8 0 166980037 938000384 2810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 916016

[startup+0.510757 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 31955
/proc/meminfo: memFree=1351392/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916356 CPUtime=0.49
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 7255 0 1 0 45 4 0 0 25 0 8 0 166980033 938348544 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072912338 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229089 6996 2139 14 0 215558 0
[pid=31954/tid=31956] ppid=31952 vsize=916356 CPUtime=0
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 7 0 0 0 0 0 0 0 19 0 8 0 166980037 938348544 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916356

[startup+1.33292 s]
/proc/loadavg: 2.00 2.00 1.83 3/94 31962
/proc/meminfo: memFree=1326376/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=1.3
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 8994 0 1 0 124 6 0 0 25 0 8 0 166980033 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8734 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.21
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 166980040 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916484

[startup+2.98524 s]
/proc/loadavg: 2.08 2.02 1.84 3/94 31962
/proc/meminfo: memFree=1326248/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=2.94
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9002 0 1 0 288 6 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788064 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 17 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916484

[startup+6.26488 s]
/proc/loadavg: 2.08 2.02 1.84 3/94 31962
/proc/meminfo: memFree=1326256/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=6.2
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9003 0 1 0 614 6 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779690 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 916484

[startup+12.7471 s]
/proc/loadavg: 2.07 2.02 1.84 3/94 31962
/proc/meminfo: memFree=1326328/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=12.61
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9003 0 1 0 1255 6 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 916484

[startup+25.5887 s]
/proc/loadavg: 2.06 2.01 1.84 3/94 31962
/proc/meminfo: memFree=1326456/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=25.35
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9004 0 1 0 2529 6 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 916484

[startup+51.2807 s]
/proc/loadavg: 2.04 2.01 1.84 3/94 31962
/proc/meminfo: memFree=1326584/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=50.83
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9004 0 1 0 5076 7 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 916484

[startup+102.56 s]
/proc/loadavg: 2.01 2.01 1.85 3/94 31962
/proc/meminfo: memFree=1312952/2055888 swapFree=4095388/4096564
[pid=31954] ppid=31952 vsize=916484 CPUtime=101.69
/proc/31954/stat : 31954 (java) R 31952 31954 31476 0 -1 0 9004 0 1 0 10162 7 0 0 25 0 8 0 166980033 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31954/statm: 229121 8741 2525 14 0 215590 0
[pid=31954/tid=31956] ppid=31952 vsize=916484 CPUtime=0.03
/proc/31954/task/31956/stat : 31956 (java) S 31952 31954 31476 0 -1 64 345 0 0 0 3 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31957] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31957/stat : 31957 (java) S 31952 31954 31476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31958] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31958/stat : 31958 (java) S 31952 31954 31476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 166980037 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31959] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31959/stat : 31959 (java) S 31952 31954 31476 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31960] ppid=31952 vsize=916484 CPUtime=0.22
/proc/31954/task/31960/stat : 31960 (java) S 31952 31954 31476 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31961] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31961/stat : 31961 (java) S 31952 31954 31476 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31954/tid=31962] ppid=31952 vsize=916484 CPUtime=0
/proc/31954/task/31962/stat : 31962 (java) S 31952 31954 31476 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 166980040 938479616 8741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 916484

Child status: 0
Real time (s): 132.066
CPU time (s): 130.956
CPU user time (s): 130.874
CPU system time (s): 0.081987
CPU usage (%): 99.1595
Max. virtual memory (cumulated for all children) (KiB): 916484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.874
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9014
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= 3807
involuntary context switches= 9486

runsolver used 0.124981 s user time and 0.361944 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 16:03:49 UTC 2007


IDJOB= 208178
IDBENCH= 4356
FILE ID= node76/208178-1168185829

PBS_JOBID= 3479217

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-61021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208178-1168185829/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-208178-1168185829 -o ROOT/results/node76/solver-208178-1168185829 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208178-1168185829/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cf36278b0aaf693be0fe0a8c85db5e94

RANDOM SEED= 825618876

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1351872 kB
Buffers:         39428 kB
Cached:         514548 kB
SwapCached:        428 kB
Active:         173560 kB
Inactive:       476320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1351872 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            5768 kB
Writeback:           0 kB
Mapped:         113696 kB
Slab:            39580 kB
Committed_AS:  6942564 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB



End job on node76 on Sun Jan  7 16:06:01 UTC 2007