Trace number 206605

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 ESAC? (TO) 1800.19 1803.53

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-14_ext.xml
MD5SUMd1ada6ee371b83aaf6d37e2247a61b93
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/206605-1168175657/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.40	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
1.47	   
1.47	   constraints being loaded...
2.19	     nbConstraints=91  nbRelationTypes=93  nbMergedConstraints=2  nbExtensionStructures=91
2.19	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.19	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.19	       =>  wckTime=1.891  cpuTime=1.5  mem=56M975
2.36	   
2.36	   solver IterativeSystematicSolver being built... 
2.52	       =>  wckTime=2.221  cpuTime=1.65  mem=65M46
2.66	   
2.66	   preprocessing
2.66	     nbConstraintChecks=46258  nbValidityChecks=72908  nbPropagations=240  nbRevisions=2552  nbUselessRevisions=2246
2.66	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.66	       =>  wckTime=0.134  cpuTime=0.1  mem=65M46
2.77	   
2.78	   search
2.78	     run=0  nbConstraintChecks=55162  nbValidityChecks=109500  nbPropagations=840  nbRevisions=9312
2.78	     nbUselessRevisions=7582  nbAssignments=38  nbFailedAssignments=20  nbBacktracks=10  nbVisitedNodes=69
2.78	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.78	       =>  wckTime=0.248  cpuTime=0.2  mem=66M54
2.96	   
2.96	   search
2.96	     run=1  nbConstraintChecks=164668  nbValidityChecks=314992  nbPropagations=2425  nbRevisions=28227
2.96	     nbUselessRevisions=22873  nbAssignments=110  nbFailedAssignments=53  nbBacktracks=25  nbVisitedNodes=167
2.96	     nbRestartNogoods=7  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=0.438  cpuTime=0.38  mem=66M54
3.09	   
3.09	   search
3.09	     run=2  nbConstraintChecks=236597  nbValidityChecks=451906  nbPropagations=4758  nbRevisions=56436
3.09	     nbUselessRevisions=45620  nbAssignments=169  nbFailedAssignments=81  nbBacktracks=48  nbVisitedNodes=270
3.09	     nbRestartNogoods=10  mapSize=45  nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=0.564  cpuTime=0.5  mem=66M54
3.25	   
3.25	   search
3.25	     run=3  nbConstraintChecks=330110  nbValidityChecks=662488  nbPropagations=8230  nbRevisions=98117
3.25	     nbUselessRevisions=79310  nbAssignments=263  nbFailedAssignments=109  nbBacktracks=82  nbVisitedNodes=389
3.25	     nbRestartNogoods=17  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.25	       =>  wckTime=0.725  cpuTime=0.66  mem=66M54
3.56	   
3.56	   search
3.56	     run=4  nbConstraintChecks=506333  nbValidityChecks=1045341  nbPropagations=13706  nbRevisions=164971
3.56	     nbUselessRevisions=133232  nbAssignments=434  nbFailedAssignments=223  nbBacktracks=133  nbVisitedNodes=711
3.56	     nbRestartNogoods=19  mapSize=119  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=1.031  cpuTime=0.95  mem=66M54
4.16	   
4.16	   search
4.16	     run=5  nbConstraintChecks=888172  nbValidityChecks=1766145  nbPropagations=22225  nbRevisions=269319
4.16	     nbUselessRevisions=216550  nbAssignments=657  nbFailedAssignments=364  nbBacktracks=209  nbVisitedNodes=1132
4.17	     nbRestartNogoods=29  mapSize=190  nbInferences=0  nbTooLargeKeys=0
4.17	       =>  wckTime=1.639  cpuTime=1.56  mem=66M54
4.77	   
4.77	   search
4.77	     run=6  nbConstraintChecks=1249335  nbValidityChecks=2473209  nbPropagations=33890  nbRevisions=413550
4.77	     nbUselessRevisions=331953  nbAssignments=944  nbFailedAssignments=531  nbBacktracks=322  nbVisitedNodes=1650
4.77	     nbRestartNogoods=39  mapSize=273  nbInferences=0  nbTooLargeKeys=0
4.77	       =>  wckTime=2.242  cpuTime=2.15  mem=66M54
5.42	   
5.42	   search
5.42	     run=7  nbConstraintChecks=1650622  nbValidityChecks=3265625  nbPropagations=50228  nbRevisions=613993
5.42	     nbUselessRevisions=491913  nbAssignments=1330  nbFailedAssignments=728  nbBacktracks=492  nbVisitedNodes=2307
5.42	     nbRestartNogoods=42  mapSize=411  nbInferences=0  nbTooLargeKeys=0
5.42	       =>  wckTime=2.896  cpuTime=2.8  mem=66M54
6.53	   
6.53	   search
6.53	     run=8  nbConstraintChecks=2327870  nbValidityChecks=4564600  nbPropagations=72911  nbRevisions=891519
6.53	     nbUselessRevisions=713232  nbAssignments=1870  nbFailedAssignments=1005  nbBacktracks=748  nbVisitedNodes=3249
6.53	     nbRestartNogoods=48  mapSize=591  nbInferences=0  nbTooLargeKeys=0
6.53	       =>  wckTime=4.004  cpuTime=3.88  mem=66M54
8.05	   
8.05	   search
8.05	     run=9  nbConstraintChecks=3263990  nbValidityChecks=6377065  nbPropagations=105814  nbRevisions=1291303
8.05	     nbUselessRevisions=1031628  nbAssignments=2682  nbFailedAssignments=1427  nbBacktracks=1132  nbVisitedNodes=4692
8.05	     nbRestartNogoods=55  mapSize=895  nbInferences=0  nbTooLargeKeys=0
8.05	       =>  wckTime=5.519  cpuTime=5.36  mem=66M54
9.12	   
9.12	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=66M54)
13.02	   
13.02	   search
13.02	     run=10  nbConstraintChecks=6409840  nbValidityChecks=12543101  nbPropagations=164121  nbRevisions=2032935
13.02	     nbUselessRevisions=1623305  nbAssignments=4638  nbFailedAssignments=2791  nbBacktracks=1708  nbVisitedNodes=8486
13.02	     nbRestartNogoods=64
13.02	       =>  wckTime=10.493  cpuTime=10.27  mem=66M54
16.29	   
16.29	   search
16.29	     run=11  nbConstraintChecks=8401302  nbValidityChecks=16328460  nbPropagations=242860  nbRevisions=3029418
16.29	     nbUselessRevisions=2417761  nbAssignments=6313  nbFailedAssignments=3595  nbBacktracks=2573  nbVisitedNodes=11382
16.29	     nbRestartNogoods=78
16.29	       =>  wckTime=13.767  cpuTime=13.5  mem=66M54
21.96	   
21.96	   search
21.96	     run=12  nbConstraintChecks=11870513  nbValidityChecks=23008397  nbPropagations=356359  nbRevisions=4457021
21.96	     nbUselessRevisions=3554257  nbAssignments=9144  nbFailedAssignments=5073  nbBacktracks=3870  nbVisitedNodes=16321
21.96	     nbRestartNogoods=90
21.96	       =>  wckTime=19.434  cpuTime=19.12  mem=66M54
30.56	   
30.56	   search
30.56	     run=13  nbConstraintChecks=17268139  nbValidityChecks=33296519  nbPropagations=520532  nbRevisions=6505753
30.56	     nbUselessRevisions=5185044  nbAssignments=13398  nbFailedAssignments=7362  nbBacktracks=5817  nbVisitedNodes=23882
30.56	     nbRestartNogoods=107
30.56	       =>  wckTime=28.038  cpuTime=27.64  mem=66M54
49.42	   
49.42	   search
49.42	     run=14  nbConstraintChecks=28756224  nbValidityChecks=56450877  nbPropagations=797685  nbRevisions=9946829
49.42	     nbUselessRevisions=7912795  nbAssignments=21760  nbFailedAssignments=12799  nbBacktracks=8736  nbVisitedNodes=39824
49.42	     nbRestartNogoods=127
49.42	       =>  wckTime=46.895  cpuTime=46.29  mem=66M54
72.97	   
72.97	   search
72.97	     run=15  nbConstraintChecks=44239260  nbValidityChecks=85642732  nbPropagations=1192700  nbRevisions=14938282
72.97	     nbUselessRevisions=11887376  nbAssignments=33140  nbFailedAssignments=19796  nbBacktracks=13114
72.97	     nbVisitedNodes=60546  nbRestartNogoods=140
72.97	       =>  wckTime=70.448  cpuTime=69.58  mem=66M54
97.90	   
97.90	   search
97.90	     run=16  nbConstraintChecks=59880212  nbValidityChecks=115260795  nbPropagations=1741795  nbRevisions=21904932
97.90	     nbUselessRevisions=17445535  nbAssignments=46285  nbFailedAssignments=26368  nbBacktracks=19682
97.90	     nbVisitedNodes=83625  nbRestartNogoods=157
97.90	       =>  wckTime=95.37  cpuTime=94.25  mem=66M54
140.97	   
140.97	   search
140.97	     run=17  nbConstraintChecks=86669438  nbValidityChecks=166992051  nbPropagations=2560531  nbRevisions=32328476
140.97	     nbUselessRevisions=25761588  nbAssignments=68152  nbFailedAssignments=38376  nbBacktracks=29536
140.97	     nbVisitedNodes=123112  nbRestartNogoods=164
140.97	       =>  wckTime=138.446  cpuTime=136.88  mem=66M54
241.19	   
241.19	   search
241.19	     run=18  nbConstraintChecks=149641773  nbValidityChecks=290175631  nbPropagations=3912525  nbRevisions=49863314
241.19	     nbUselessRevisions=39792098  nbAssignments=110867  nbFailedAssignments=66298  nbBacktracks=44315
241.19	     nbVisitedNodes=203817  nbRestartNogoods=177
241.19	       =>  wckTime=238.668  cpuTime=236.06  mem=66M54
323.22	   
323.22	   search
323.22	     run=19  nbConstraintChecks=201898221  nbValidityChecks=390445414  nbPropagations=5783635  nbRevisions=73895881
323.22	     nbUselessRevisions=59012260  nbAssignments=154385  nbFailedAssignments=87580  nbBacktracks=66485
323.22	     nbVisitedNodes=279789  nbRestartNogoods=203
323.22	       =>  wckTime=320.693  cpuTime=317.66  mem=66M54
455.96	   
455.96	   search
455.96	     run=20  nbConstraintChecks=288169309  nbValidityChecks=556020914  nbPropagations=8479698  nbRevisions=108458059
455.96	     nbUselessRevisions=86654507  nbAssignments=224677  nbFailedAssignments=124614  nbBacktracks=99738
455.96	     nbVisitedNodes=404753  nbRestartNogoods=224
455.96	       =>  wckTime=453.435  cpuTime=450.36  mem=66M54
679.34	   
679.34	   search
679.34	     run=21  nbConstraintChecks=440991799  nbValidityChecks=851170621  nbPropagations=12554412  nbRevisions=160474136
679.34	     nbUselessRevisions=128301972  nbAssignments=341342  nbFailedAssignments=191383  nbBacktracks=149616
679.34	     nbVisitedNodes=616034  nbRestartNogoods=245
679.34	       =>  wckTime=676.812  cpuTime=673.67  mem=66M54
955.86	   
955.86	   search
955.86	     run=22  nbConstraintChecks=628504627  nbValidityChecks=1210866731  nbPropagations=18515962  nbRevisions=236871742
955.86	     nbUselessRevisions=189520405  nbAssignments=501214  nbFailedAssignments=276428  nbBacktracks=224437
955.86	     nbVisitedNodes=901715  nbRestartNogoods=277
955.86	       =>  wckTime=953.334  cpuTime=950.13  mem=66M54
1686.16	   
1686.16	   search
1686.16	     run=23  nbConstraintChecks=1103510557  nbValidityChecks=2171660909  nbPropagations=28892154  nbRevisions=367259491
1686.16	     nbUselessRevisions=293257430  nbAssignments=809969  nbFailedAssignments=472950  nbBacktracks=336665
1686.16	     nbVisitedNodes=1486363  nbRestartNogoods=309
1686.16	       =>  wckTime=1683.635  cpuTime=1680.23  mem=66M54

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-206605-1168175657 -o ROOT/results/node75/solver-206605-1168175657 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206605-1168175657/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.08 2.04 1.90 5/81 24432
/proc/meminfo: memFree=1372000/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=18540 CPUtime=0
/proc/24431/stat : 24431 (runsolver) R 24429 24431 23687 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 165965160 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24431/statm: 4635 279 244 17 0 2626 0

[startup+0.103101 s]
/proc/loadavg: 2.08 2.04 1.90 5/81 24432
/proc/meminfo: memFree=1372000/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=914988 CPUtime=0.09
/proc/24431/stat : 24431 (java) D 24429 24431 23687 0 -1 0 2989 0 1 0 7 2 0 0 24 0 8 0 165965160 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511133 s]
/proc/loadavg: 2.08 2.04 1.90 5/81 24432
/proc/meminfo: memFree=1372000/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915328 CPUtime=0.49
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 7994 0 1 0 44 5 0 0 25 0 8 0 165965160 937295872 7733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445421 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228832 7733 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33223 s]
/proc/loadavg: 2.15 2.06 1.90 5/88 24439
/proc/meminfo: memFree=1276712/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915328 CPUtime=1.29
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 19100 0 1 0 120 9 0 0 25 0 8 0 165965160 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073585811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228832 18838 2149 14 0 215302 0
[pid=24431/tid=24433] ppid=24429 vsize=915328 CPUtime=0.04
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 2681 0 0 0 4 0 0 0 17 0 8 0 165965163 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915328 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915328 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915328 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915328 CPUtime=0.07
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 165965167 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915328 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915328 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915328

[startup+2.97042 s]
/proc/loadavg: 2.15 2.06 1.90 5/88 24439
/proc/meminfo: memFree=1214248/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=2.92
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32446 0 1 0 276 16 0 0 25 0 8 0 165965160 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805334 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32181 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 17 0 8 0 165965163 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.2
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 377 0 0 0 19 1 0 0 15 0 8 0 165965167 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32181 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915440

[startup+6.1758 s]
/proc/loadavg: 2.14 2.06 1.90 4/88 24439
/proc/meminfo: memFree=1134184/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=6.1
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32465 0 1 0 593 17 0 0 25 0 8 0 165965160 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32197 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 17 0 8 0 165965163 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.24
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 165965167 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915440

[startup+12.6486 s]
/proc/loadavg: 2.13 2.06 1.90 4/88 24439
/proc/meminfo: memFree=1035240/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=12.48
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32473 0 1 0 1231 17 0 0 25 0 8 0 165965160 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32202 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.25
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 165965167 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 915440

[startup+25.5201 s]
/proc/loadavg: 2.26 2.09 1.91 3/88 24439
/proc/meminfo: memFree=1008872/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=25.23
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32475 0 1 0 2506 17 0 0 25 0 8 0 165965160 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32204 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.25
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 400 0 0 0 24 1 0 0 15 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 915440

[startup+51.1621 s]
/proc/loadavg: 2.22 2.09 1.92 3/88 24439
/proc/meminfo: memFree=995880/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=50.6
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32475 0 1 0 5043 17 0 0 25 0 8 0 165965160 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32204 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.25
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 400 0 0 0 24 1 0 0 15 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 915440

[startup+102.446 s]
/proc/loadavg: 2.17 2.09 1.93 3/88 24439
/proc/meminfo: memFree=995880/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=101.33
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32476 0 1 0 10115 18 0 0 25 0 8 0 165965160 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24431/statm: 228860 32204 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 915440

[startup+162.486 s]
/proc/loadavg: 2.06 2.07 1.93 3/88 24439
/proc/meminfo: memFree=995880/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=160.76
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32476 0 1 0 16057 19 0 0 25 0 8 0 165965160 937410560 32204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803307 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1420.83
Current children cumulated vsize (KiB) 915440

[startup+1484.17 s]
/proc/loadavg: 2.03 2.03 1.95 4/82 24505
/proc/meminfo: memFree=1147688/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1480.9
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 148069 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797309 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.9
Current children cumulated vsize (KiB) 915440

[startup+1544.26 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 24505
/proc/meminfo: memFree=1147688/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1540.98
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 154077 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799141 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 915440

[startup+1604.36 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 24505
/proc/meminfo: memFree=1147688/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1601.05
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 160084 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.05
Current children cumulated vsize (KiB) 915440

[startup+1664.44 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 24505
/proc/meminfo: memFree=1147624/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1661.12
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 166091 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.12
Current children cumulated vsize (KiB) 915440

[startup+1724.53 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24505
/proc/meminfo: memFree=1147560/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1721.19
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 172098 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629987 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.19
Current children cumulated vsize (KiB) 915440

[startup+1784.62 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 24506
/proc/meminfo: memFree=1147552/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1781.26
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 178105 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0.01
/proc/24431/task/24439/stat : 24439 (java) S 24429 24431 23687 0 -1 64 0 0 0 0 1 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.45 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 24506
/proc/meminfo: memFree=1147552/2055920 swapFree=4184496/4192956
[pid=24431] ppid=24429 vsize=915440 CPUtime=1800.1
/proc/24431/stat : 24431 (java) R 24429 24431 23687 0 -1 0 32477 0 1 0 179989 21 0 0 25 0 8 0 165965160 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24431/statm: 228860 32205 2531 14 0 215330 0
[pid=24431/tid=24433] ppid=24429 vsize=915440 CPUtime=0.43
/proc/24431/task/24433/stat : 24433 (java) S 24429 24431 23687 0 -1 64 15452 0 0 0 38 5 0 0 16 0 8 0 165965163 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24434] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24434/stat : 24434 (java) S 24429 24431 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24435] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24435/stat : 24435 (java) S 24429 24431 23687 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165965164 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24436] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24436/stat : 24436 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24437] ppid=24429 vsize=915440 CPUtime=0.26
/proc/24431/task/24437/stat : 24437 (java) S 24429 24431 23687 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24431/tid=24438] ppid=24429 vsize=915440 CPUtime=0
/proc/24431/task/24438/stat : 24438 (java) S 24429 24431 23687 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24431/tid=24439] ppid=24429 vsize=915440 CPUtime=0.01
/proc/24431/task/24439/stat : 24439 (java) R 24429 24431 23687 0 -1 64 0 0 0 0 1 0 0 0 15 0 8 0 165965167 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1803.53
CPU time (s): 1800.19
CPU user time (s): 1799.95
CPU system time (s): 0.237963
CPU usage (%): 99.8144
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32494
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= 37657
involuntary context switches= 17803

runsolver used 2.76258 s user time and 5.19521 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Jan  7 13:14:18 UTC 2007


IDJOB= 206605
IDBENCH= 4221
FILE ID= node75/206605-1168175657

PBS_JOBID= 3479089

Free space on /tmp= 66513 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-14_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206605-1168175657/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-206605-1168175657 -o ROOT/results/node75/solver-206605-1168175657 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206605-1168175657/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d1ada6ee371b83aaf6d37e2247a61b93

RANDOM SEED= 385810198

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1372416 kB
Buffers:         48524 kB
Cached:         198628 kB
SwapCached:       2680 kB
Active:         477332 kB
Inactive:       148988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372416 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:           47132 kB
Writeback:           0 kB
Mapped:         391816 kB
Slab:            41680 kB
Committed_AS:  4161008 kB
PageTables:       2588 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= 66538 MiB



End job on node75 on Sun Jan  7 13:44:21 UTC 2007