Trace number 203261

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.05 1813.33

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-15_ext.xml
MD5SUM4ea31c609811937f9db1536a3a13d935
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/203261-1168158444/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.45	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
1.63	   
1.63	   constraints being loaded...
2.38	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.38	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=19  maxArity=3
2.38	       =>  wckTime=2.028  cpuTime=1.61  mem=59M160
2.54	   
2.54	   solver IterativeSystematicSolver being built... 
2.72	       =>  wckTime=2.37  cpuTime=1.76  mem=66M149
2.86	   
2.86	   preprocessing
2.86	     nbConstraintChecks=45643  nbValidityChecks=74577  nbPropagations=241  nbRevisions=2632  nbUselessRevisions=2263
2.86	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.86	       =>  wckTime=0.14  cpuTime=0.11  mem=66M149
2.97	   
2.97	   search
2.97	     run=0  nbConstraintChecks=49342  nbValidityChecks=106637  nbPropagations=735  nbRevisions=8289
2.97	     nbUselessRevisions=6785  nbAssignments=39  nbFailedAssignments=23  nbBacktracks=10  nbVisitedNodes=71
2.98	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=0.254  cpuTime=0.21  mem=67M157
3.15	   
3.15	   search
3.15	     run=1  nbConstraintChecks=136023  nbValidityChecks=283384  nbPropagations=2246  nbRevisions=27368
3.15	     nbUselessRevisions=22085  nbAssignments=105  nbFailedAssignments=66  nbBacktracks=25  nbVisitedNodes=192
3.15	     nbRestartNogoods=3  mapSize=25  nbInferences=0  nbTooLargeKeys=0
3.15	       =>  wckTime=0.427  cpuTime=0.37  mem=67M157
3.37	   
3.37	   search
3.37	     run=2  nbConstraintChecks=251425  nbValidityChecks=559329  nbPropagations=4901  nbRevisions=60414
3.37	     nbUselessRevisions=49007  nbAssignments=227  nbFailedAssignments=89  nbBacktracks=49  nbVisitedNodes=281
3.37	     nbRestartNogoods=14  mapSize=47  nbInferences=0  nbTooLargeKeys=0
3.37	       =>  wckTime=0.649  cpuTime=0.59  mem=67M157
3.56	   
3.56	   search
3.56	     run=3  nbConstraintChecks=348457  nbValidityChecks=780245  nbPropagations=8691  nbRevisions=106430
3.56	     nbUselessRevisions=86182  nbAssignments=310  nbFailedAssignments=131  nbBacktracks=84  nbVisitedNodes=424
3.56	     nbRestartNogoods=15  mapSize=76  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=0.839  cpuTime=0.77  mem=67M157
3.89	   
3.89	   search
3.89	     run=4  nbConstraintChecks=533350  nbValidityChecks=1150373  nbPropagations=14358  nbRevisions=176177
3.89	     nbUselessRevisions=142071  nbAssignments=442  nbFailedAssignments=205  nbBacktracks=135  nbVisitedNodes=665
3.89	     nbRestartNogoods=19  mapSize=125  nbInferences=0  nbTooLargeKeys=0
3.89	       =>  wckTime=1.164  cpuTime=1.09  mem=67M157
4.35	   
4.35	   search
4.35	     run=5  nbConstraintChecks=796953  nbValidityChecks=1700507  nbPropagations=22534  nbRevisions=277895
4.35	     nbUselessRevisions=223500  nbAssignments=643  nbFailedAssignments=311  nbBacktracks=211  nbVisitedNodes=1012
4.35	     nbRestartNogoods=29  mapSize=195  nbInferences=0  nbTooLargeKeys=0
4.35	       =>  wckTime=1.625  cpuTime=1.55  mem=67M157
4.97	   
4.97	   search
4.97	     run=6  nbConstraintChecks=1153658  nbValidityChecks=2428645  nbPropagations=34328  nbRevisions=426846
4.97	     nbUselessRevisions=342600  nbAssignments=942  nbFailedAssignments=490  nbBacktracks=324  nbVisitedNodes=1566
4.97	     nbRestartNogoods=35  mapSize=292  nbInferences=0  nbTooLargeKeys=0
4.97	       =>  wckTime=2.252  cpuTime=2.17  mem=67M157
5.78	   
5.78	   search
5.78	     run=7  nbConstraintChecks=1600963  nbValidityChecks=3371266  nbPropagations=50695  nbRevisions=629641
5.78	     nbUselessRevisions=504165  nbAssignments=1312  nbFailedAssignments=683  nbBacktracks=494  nbVisitedNodes=2223
5.78	     nbRestartNogoods=43  mapSize=431  nbInferences=0  nbTooLargeKeys=0
5.78	       =>  wckTime=3.057  cpuTime=2.96  mem=67M157
7.19	   
7.19	   search
7.19	     run=8  nbConstraintChecks=2386284  nbValidityChecks=4996472  nbPropagations=75722  nbRevisions=935056
7.19	     nbUselessRevisions=745906  nbAssignments=1956  nbFailedAssignments=1020  nbBacktracks=750  nbVisitedNodes=3343
7.19	     nbRestartNogoods=53  mapSize=664  nbInferences=0  nbTooLargeKeys=0
7.19	       =>  wckTime=4.473  cpuTime=4.34  mem=67M157
8.97	   
8.97	   search
8.97	     run=9  nbConstraintChecks=3432715  nbValidityChecks=7198485  nbPropagations=110675  nbRevisions=1366583
8.97	     nbUselessRevisions=1088355  nbAssignments=2784  nbFailedAssignments=1456  nbBacktracks=1135  nbVisitedNodes=4821
8.97	     nbRestartNogoods=64  mapSize=962  nbInferences=0  nbTooLargeKeys=0
8.97	       =>  wckTime=6.246  cpuTime=6.1  mem=67M157
9.33	   
9.33	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=67M157)
11.56	   
11.56	   search
11.56	     run=10  nbConstraintChecks=4929889  nbValidityChecks=10357535  nbPropagations=161871  nbRevisions=1989348
11.56	     nbUselessRevisions=1580997  nbAssignments=3953  nbFailedAssignments=2025  nbBacktracks=1713  nbVisitedNodes=6861
11.56	     nbRestartNogoods=79
11.56	       =>  wckTime=8.843  cpuTime=8.66  mem=67M157
15.84	   
15.84	   search
15.84	     run=11  nbConstraintChecks=7446902  nbValidityChecks=15445499  nbPropagations=240917  nbRevisions=2942870
15.84	     nbUselessRevisions=2330717  nbAssignments=5876  nbFailedAssignments=3079  nbBacktracks=2577  nbVisitedNodes=10442
15.84	     nbRestartNogoods=85
15.84	       =>  wckTime=13.122  cpuTime=12.9  mem=67M157
21.01	   
21.01	   search
21.01	     run=12  nbConstraintChecks=10508315  nbValidityChecks=21705993  nbPropagations=351564  nbRevisions=4284484
21.01	     nbUselessRevisions=3387527  nbAssignments=8289  nbFailedAssignments=4187  nbBacktracks=3875  nbVisitedNodes=14670
21.01	     nbRestartNogoods=96
21.01	       =>  wckTime=18.287  cpuTime=18.01  mem=67M157
29.54	   
29.54	   search
29.54	     run=13  nbConstraintChecks=15497755  nbValidityChecks=32063763  nbPropagations=513699  nbRevisions=6264288
29.54	     nbUselessRevisions=4951210  nbAssignments=12127  nbFailedAssignments=6051  nbBacktracks=5822  nbVisitedNodes=21532
29.54	     nbRestartNogoods=114
29.54	       =>  wckTime=26.824  cpuTime=26.46  mem=67M157
45.68	   
45.68	   search
45.68	     run=14  nbConstraintChecks=25060338  nbValidityChecks=51488836  nbPropagations=775124  nbRevisions=9482687
45.68	     nbUselessRevisions=7485342  nbAssignments=19374  nbFailedAssignments=10371  nbBacktracks=8742  nbVisitedNodes=35141
45.68	     nbRestartNogoods=128
45.68	       =>  wckTime=42.956  cpuTime=42.45  mem=67M157
69.25	   
69.25	   search
69.25	     run=15  nbConstraintChecks=39265818  nbValidityChecks=80607716  nbPropagations=1169161  nbRevisions=14435562
69.25	     nbUselessRevisions=11399259  nbAssignments=29153  nbFailedAssignments=15754  nbBacktracks=13120
69.25	     nbVisitedNodes=53108  nbRestartNogoods=141
69.25	       =>  wckTime=66.533  cpuTime=65.81  mem=67M157
94.72	   
94.72	   search
94.72	     run=16  nbConstraintChecks=54304521  nbValidityChecks=111631605  nbPropagations=1739880  nbRevisions=21427264
94.72	     nbUselessRevisions=16901208  nbAssignments=41973  nbFailedAssignments=21960  nbBacktracks=19692
94.72	     nbVisitedNodes=75907  nbRestartNogoods=164
94.72	       =>  wckTime=91.996  cpuTime=91.04  mem=67M157
143.64	   
143.64	   search
143.64	     run=17  nbConstraintChecks=83477806  nbValidityChecks=171528732  nbPropagations=2584401  nbRevisions=31926331
143.64	     nbUselessRevisions=25197973  nbAssignments=63046  nbFailedAssignments=33173  nbBacktracks=29544
143.64	     nbVisitedNodes=114167  nbRestartNogoods=178
143.64	       =>  wckTime=140.915  cpuTime=139.51  mem=67M157
215.39	   
215.39	   search
215.39	     run=18  nbConstraintChecks=126210231  nbValidityChecks=259418222  nbPropagations=3896034  nbRevisions=48179420
215.39	     nbUselessRevisions=38004277  nbAssignments=99373  nbFailedAssignments=54713  nbBacktracks=44324
215.39	     nbVisitedNodes=181576  nbRestartNogoods=188
215.39	       =>  wckTime=212.674  cpuTime=210.62  mem=67M157
304.21	   
304.21	   search
304.21	     run=19  nbConstraintChecks=178154181  nbValidityChecks=368689757  nbPropagations=5783443  nbRevisions=71118556
304.21	     nbUselessRevisions=56045263  nbAssignments=142495  nbFailedAssignments=75658  nbBacktracks=66493
304.21	     nbVisitedNodes=257864  nbRestartNogoods=201
304.21	       =>  wckTime=301.485  cpuTime=298.61  mem=67M157
478.39	   
478.39	   search
478.39	     run=20  nbConstraintChecks=281590921  nbValidityChecks=580039351  nbPropagations=8719108  nbRevisions=106958670
478.39	     nbUselessRevisions=84251705  nbAssignments=214873  nbFailedAssignments=114777  nbBacktracks=99746
478.39	     nbVisitedNodes=390969  nbRestartNogoods=212
478.39	       =>  wckTime=475.67  cpuTime=471.22  mem=67M157
703.82	   
703.82	   search
703.82	     run=21  nbConstraintChecks=414742187  nbValidityChecks=854335434  nbPropagations=13008814  nbRevisions=159502246
703.82	     nbUselessRevisions=125690663  nbAssignments=314282  nbFailedAssignments=164301  nbBacktracks=149624
703.82	     nbVisitedNodes=569042  nbRestartNogoods=246
703.82	       =>  wckTime=701.103  cpuTime=694.6  mem=67M157
1086.15	   
1086.15	   search
1086.15	     run=22  nbConstraintChecks=642619222  nbValidityChecks=1303002421  nbPropagations=19191531  nbRevisions=236956346
1086.15	     nbUselessRevisions=187003656  nbAssignments=465553  nbFailedAssignments=240746  nbBacktracks=224444
1086.15	     nbVisitedNodes=838200  nbRestartNogoods=259
1086.15	       =>  wckTime=1083.428  cpuTime=1073.44  mem=67M157
1574.83	   
1574.83	   search
1574.83	     run=23  nbConstraintChecks=939188111  nbValidityChecks=1914671018  nbPropagations=28784305  nbRevisions=354450890
1574.83	     nbUselessRevisions=279675553  nbAssignments=698650  nbFailedAssignments=361569  nbBacktracks=336672
1574.83	     nbVisitedNodes=1262042  nbRestartNogoods=278
1574.83	       =>  wckTime=1572.113  cpuTime=1559.13  mem=67M157

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/node4/watcher-203261-1168158444 -o ROOT/results/node4/solver-203261-1168158444 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203261-1168158444/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: 1.99 2.00 1.99 4/93 10795
/proc/meminfo: memFree=1704704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=18540 CPUtime=0
/proc/10794/stat : 10794 (runsolver) R 10792 10794 10727 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 164239943 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10794/statm: 4635 279 244 17 0 2626 0

[startup+0.10391 s]
/proc/loadavg: 1.99 2.00 1.99 4/93 10795
/proc/meminfo: memFree=1704704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=907808 CPUtime=0.05
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 2487 0 1 0 4 1 0 0 17 0 4 0 164239943 929595392 2234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155839970 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 226952 2234 1226 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511954 s]
/proc/loadavg: 1.99 2.00 1.99 4/93 10795
/proc/meminfo: memFree=1704704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915328 CPUtime=0.46
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 6880 0 1 0 42 4 0 0 18 0 8 0 164239943 937295872 6619 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228832 6619 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33403 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1637640/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915328 CPUtime=1.26
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 19099 0 1 0 117 9 0 0 25 0 8 0 164239943 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228832 18837 2149 14 0 215302 0
[pid=10794/tid=10796] ppid=10792 vsize=915328 CPUtime=0.06
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 2681 0 0 0 5 1 0 0 17 0 8 0 164239950 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915328 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915328 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915328 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915328 CPUtime=0.07
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 308 0 0 0 7 0 0 0 16 0 8 0 164239953 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915328 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915328 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915328

[startup+2.98322 s]
/proc/loadavg: 1.99 2.00 1.99 4/100 10802
/proc/meminfo: memFree=1597704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=2.89
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32690 0 1 0 273 16 0 0 25 0 8 0 164239943 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073777926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32425 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 17 0 8 0 164239950 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.18
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 363 0 0 0 17 1 0 0 15 0 8 0 164239953 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915424

[startup+6.19149 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584584/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=6.08
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32708 0 1 0 591 17 0 0 25 0 8 0 164239943 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073771008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32441 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 17 0 8 0 164239950 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.22
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 380 0 0 0 21 1 0 0 16 0 8 0 164239953 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915424

[startup+12.6681 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584712/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=12.48
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32723 0 1 0 1231 17 0 0 25 0 8 0 164239943 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32453 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 394 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 915424

[startup+25.5353 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584840/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=25.24
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32723 0 1 0 2506 18 0 0 25 0 8 0 164239943 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32453 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 394 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 915424

[startup+51.1728 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584776/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=50.63
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32724 0 1 0 5045 18 0 0 25 0 8 0 164239943 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32453 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 394 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 915424

[startup+102.438 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584840/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=101.44
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32724 0 1 0 10125 19 0 0 25 0 8 0 164239943 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10794/statm: 228856 32453 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 394 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 915424

[startup+162.452 s]
/proc/loadavg: 1.99 2.00 1.99 3/100 10802
/proc/meminfo: memFree=1584712/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=160.9
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32724 0 1 0 16071 19 0 0 25 0 8 0 164239943 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767936 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.93
Current children cumulated vsize (KiB) 915424

[startup+1482.73 s]
/proc/loadavg: 1.98 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1469.87
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 146956 31 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770864 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.87
Current children cumulated vsize (KiB) 915424

[startup+1542.74 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683704/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1529.82
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 152951 31 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761964 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.82
Current children cumulated vsize (KiB) 915424

[startup+1602.76 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683640/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1589.79
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 158948 31 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782559 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.79
Current children cumulated vsize (KiB) 915424

[startup+1662.77 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683640/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1649.73
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 164942 31 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770864 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 915424

[startup+1722.78 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683576/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1709.68
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 170936 32 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.68
Current children cumulated vsize (KiB) 915424

[startup+1782.81 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683448/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1769.56
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 176924 32 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.56
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.29 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683384/2055920 swapFree=4182144/4192956
[pid=10794] ppid=10792 vsize=915424 CPUtime=1800
/proc/10794/stat : 10794 (java) R 10792 10794 10727 0 -1 0 32725 0 1 0 179968 32 0 0 25 0 8 0 164239943 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10794/statm: 228856 32454 2531 14 0 215326 0
[pid=10794/tid=10796] ppid=10792 vsize=915424 CPUtime=0.46
/proc/10794/task/10796/stat : 10796 (java) S 10792 10794 10727 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10797] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10797/stat : 10797 (java) S 10792 10794 10727 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10798] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10798/stat : 10798 (java) S 10792 10794 10727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164239950 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10799] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10799/stat : 10799 (java) S 10792 10794 10727 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10800] ppid=10792 vsize=915424 CPUtime=0.26
/proc/10794/task/10800/stat : 10800 (java) S 10792 10794 10727 0 -1 64 395 0 0 0 24 2 0 0 16 0 8 0 164239953 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10801] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10801/stat : 10801 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10794/tid=10802] ppid=10792 vsize=915424 CPUtime=0
/proc/10794/task/10802/stat : 10802 (java) S 10792 10794 10727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164239954 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1813.33
CPU time (s): 1800.05
CPU user time (s): 1799.71
CPU system time (s): 0.341948
CPU usage (%): 99.2675
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32743
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= 37808
involuntary context switches= 74953

runsolver used 3.19151 s user time and 4.84426 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 08:27:24 UTC 2007


IDJOB= 203261
IDBENCH= 3942
FILE ID= node4/203261-1168158444

PBS_JOBID= 3478275

Free space on /tmp= 66295 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4ea31c609811937f9db1536a3a13d935

RANDOM SEED= 458127820

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.223
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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705184 kB
Buffers:         28160 kB
Cached:         106816 kB
SwapCached:       2520 kB
Active:         226252 kB
Inactive:        71584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705184 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            7644 kB
Writeback:           0 kB
Mapped:         182300 kB
Slab:            37208 kB
Committed_AS:  4999988 kB
PageTables:       2680 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= 66300 MiB



End job on node4 on Sun Jan  7 08:57:37 UTC 2007