Trace number 206359

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 AC? (TO) 1800.15 1818.04

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-4_ext.xml
MD5SUM3652fdb3fb234ab3889feb85b4be14d3
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=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/206359-1168073554/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.07  mem=6M951
0.40	   
0.40	   relations being loaded...
1.50	   
1.50	   constraints being loaded...
2.20	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.20	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
2.20	       =>  wckTime=1.897  cpuTime=1.51  mem=59M154
2.36	   
2.36	   solver IterativeSystematicSolver being built... 
2.52	       =>  wckTime=2.222  cpuTime=1.65  mem=66M389
2.53	   
2.53	   preprocessing
2.53	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.53	     detectedInconsistency=no
2.53	       =>  wckTime=0.0040  cpuTime=0.01  mem=66M389
2.68	   
2.68	   search
2.68	     run=0  nbConstraintChecks=43498  nbValidityChecks=86815  nbPropagations=487  nbRevisions=5306
2.68	     nbUselessRevisions=4208  nbAssignments=38  nbFailedAssignments=19  nbBacktracks=10  nbVisitedNodes=65
2.68	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.68	       =>  wckTime=0.147  cpuTime=0.13  mem=66M389
2.82	   
2.82	   search
2.82	     run=1  nbConstraintChecks=116385  nbValidityChecks=228521  nbPropagations=1538  nbRevisions=18352
2.82	     nbUselessRevisions=14724  nbAssignments=83  nbFailedAssignments=40  nbBacktracks=25  nbVisitedNodes=141
2.82	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.82	       =>  wckTime=0.291  cpuTime=0.25  mem=66M389
2.94	   
2.94	   search
2.94	     run=2  nbConstraintChecks=181507  nbValidityChecks=353365  nbPropagations=3194  nbRevisions=38805
2.94	     nbUselessRevisions=31165  nbAssignments=134  nbFailedAssignments=62  nbBacktracks=47  nbVisitedNodes=226
2.94	     nbRestartNogoods=7  mapSize=40  nbInferences=0  nbTooLargeKeys=0
2.94	       =>  wckTime=0.415  cpuTime=0.37  mem=66M389
3.15	   
3.15	   search
3.15	     run=3  nbConstraintChecks=305961  nbValidityChecks=604860  nbPropagations=6078  nbRevisions=74573
3.15	     nbUselessRevisions=59837  nbAssignments=231  nbFailedAssignments=116  nbBacktracks=81  nbVisitedNodes=399
3.15	     nbRestartNogoods=11  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.15	       =>  wckTime=0.624  cpuTime=0.57  mem=66M389
3.46	   
3.46	   search
3.46	     run=4  nbConstraintChecks=494186  nbValidityChecks=978633  nbPropagations=10662  nbRevisions=133423
3.46	     nbUselessRevisions=107032  nbAssignments=370  nbFailedAssignments=199  nbBacktracks=131  nbVisitedNodes=656
3.46	     nbRestartNogoods=18  mapSize=116  nbInferences=0  nbTooLargeKeys=0
3.46	       =>  wckTime=0.934  cpuTime=0.88  mem=66M389
3.81	   
3.81	   search
3.81	     run=5  nbConstraintChecks=702475  nbValidityChecks=1388819  nbPropagations=17296  nbRevisions=217660
3.81	     nbUselessRevisions=174580  nbAssignments=534  nbFailedAssignments=277  nbBacktracks=209  nbVisitedNodes=941
3.81	     nbRestartNogoods=22  mapSize=176  nbInferences=0  nbTooLargeKeys=0
3.81	       =>  wckTime=1.283  cpuTime=1.22  mem=66M389
4.32	   
4.32	   search
4.32	     run=6  nbConstraintChecks=1010942  nbValidityChecks=2023372  nbPropagations=27138  nbRevisions=342870
4.32	     nbUselessRevisions=274652  nbAssignments=780  nbFailedAssignments=403  nbBacktracks=322  nbVisitedNodes=1387
4.33	     nbRestartNogoods=25  mapSize=270  nbInferences=0  nbTooLargeKeys=0
4.33	       =>  wckTime=1.798  cpuTime=1.73  mem=66M389
5.30	   
5.30	   search
5.30	     run=7  nbConstraintChecks=1593979  nbValidityChecks=3210533  nbPropagations=42773  nbRevisions=541719
5.31	     nbUselessRevisions=433624  nbAssignments=1171  nbFailedAssignments=616  nbBacktracks=495  nbVisitedNodes=2109
5.31	     nbRestartNogoods=30  mapSize=435  nbInferences=0  nbTooLargeKeys=0
5.31	       =>  wckTime=2.778  cpuTime=2.69  mem=66M389
7.52	   
7.52	   search
7.52	     run=8  nbConstraintChecks=2877443  nbValidityChecks=5853675  nbPropagations=69439  nbRevisions=884296
7.52	     nbUselessRevisions=704495  nbAssignments=1952  nbFailedAssignments=1131  nbBacktracks=752  nbVisitedNodes=3591
7.52	     nbRestartNogoods=33  mapSize=672  nbInferences=0  nbTooLargeKeys=0
7.52	       =>  wckTime=4.991  cpuTime=4.86  mem=66M389
9.38	   
9.38	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=67M381)
9.58	   
9.58	   search
9.58	     run=9  nbConstraintChecks=4170167  nbValidityChecks=8611411  nbPropagations=110255  nbRevisions=1400874
9.58	     nbUselessRevisions=1113214  nbAssignments=2993  nbFailedAssignments=1781  nbBacktracks=1136  nbVisitedNodes=5586
9.58	     nbRestartNogoods=40
9.58	       =>  wckTime=7.055  cpuTime=6.9  mem=67M381
12.26	   
12.26	   search
12.26	     run=10  nbConstraintChecks=5891915  nbValidityChecks=12112746  nbPropagations=168780  nbRevisions=2147780
12.26	     nbUselessRevisions=1705929  nbAssignments=4348  nbFailedAssignments=2550  nbBacktracks=1713  nbVisitedNodes=8082
12.26	     nbRestartNogoods=51
12.26	       =>  wckTime=9.736  cpuTime=9.55  mem=67M381
16.14	   
16.14	   search
16.14	     run=11  nbConstraintChecks=8340714  nbValidityChecks=17154607  nbPropagations=251754  nbRevisions=3229213
16.14	     nbUselessRevisions=2564356  nbAssignments=6734  nbFailedAssignments=4064  nbBacktracks=2577  nbVisitedNodes=12521
16.15	     nbRestartNogoods=60
16.15	       =>  wckTime=13.618  cpuTime=13.37  mem=67M381
21.95	   
21.95	   search
21.95	     run=12  nbConstraintChecks=11980388  nbValidityChecks=24538654  nbPropagations=373850  nbRevisions=4814571
21.95	     nbUselessRevisions=3825137  nbAssignments=9586  nbFailedAssignments=5612  nbBacktracks=3875  nbVisitedNodes=17784
21.95	     nbRestartNogoods=70
21.95	       =>  wckTime=19.422  cpuTime=19.12  mem=67M381
30.15	   
30.15	   search
30.15	     run=13  nbConstraintChecks=17084370  nbValidityChecks=35073202  nbPropagations=553166  nbRevisions=7113603
30.15	     nbUselessRevisions=5652256  nbAssignments=13839  nbFailedAssignments=7910  nbBacktracks=5821  nbVisitedNodes=25502
30.15	     nbRestartNogoods=80
30.15	       =>  wckTime=27.627  cpuTime=27.24  mem=67M381
48.17	   
48.17	   search
48.17	     run=14  nbConstraintChecks=28269982  nbValidityChecks=57478800  nbPropagations=834375  nbRevisions=10776984
48.17	     nbUselessRevisions=8573422  nbAssignments=21077  nbFailedAssignments=12221  nbBacktracks=8741  nbVisitedNodes=39156
48.17	     nbRestartNogoods=90
48.17	       =>  wckTime=45.643  cpuTime=45.09  mem=67M381
69.11	   
69.11	   search
69.11	     run=15  nbConstraintChecks=41402913  nbValidityChecks=84579839  nbPropagations=1247530  nbRevisions=16156654
69.11	     nbUselessRevisions=12865280  nbAssignments=32082  nbFailedAssignments=18840  nbBacktracks=13120
69.11	     nbVisitedNodes=59550  nbRestartNogoods=108
69.11	       =>  wckTime=66.581  cpuTime=65.81  mem=67M381
108.98	   
108.98	   search
108.98	     run=16  nbConstraintChecks=66441793  nbValidityChecks=133838937  nbPropagations=1875353  nbRevisions=24435254
108.98	     nbUselessRevisions=19478138  nbAssignments=47414  nbFailedAssignments=27597  nbBacktracks=19688
108.98	     nbVisitedNodes=88259  nbRestartNogoods=120
108.98	       =>  wckTime=106.454  cpuTime=105.29  mem=67M381
157.90	   
157.90	   search
157.90	     run=17  nbConstraintChecks=97163725  nbValidityChecks=195656487  nbPropagations=2796055  nbRevisions=36620530
157.90	     nbUselessRevisions=29215607  nbAssignments=71015  nbFailedAssignments=41338  nbBacktracks=29540
157.90	     nbVisitedNodes=131632  nbRestartNogoods=144
157.90	       =>  wckTime=155.37  cpuTime=153.72  mem=67M381
222.74	   
222.74	   search
222.74	     run=18  nbConstraintChecks=137861000  nbValidityChecks=278674949  nbPropagations=4162286  nbRevisions=54317120
222.74	     nbUselessRevisions=43326785  nbAssignments=104719  nbFailedAssignments=60256  nbBacktracks=44318
222.74	     nbVisitedNodes=193755  nbRestartNogoods=163
222.74	       =>  wckTime=220.217  cpuTime=217.92  mem=67M381
362.95	   
362.95	   search
362.95	     run=19  nbConstraintChecks=225121721  nbValidityChecks=452017180  nbPropagations=6268455  nbRevisions=82006276
362.95	     nbUselessRevisions=65429879  nbAssignments=157349  nbFailedAssignments=90711  nbBacktracks=66486
362.95	     nbVisitedNodes=292511  nbRestartNogoods=184
362.95	       =>  wckTime=360.424  cpuTime=356.75  mem=67M381
530.84	   
530.84	   search
530.84	     run=20  nbConstraintChecks=329488454  nbValidityChecks=660792127  nbPropagations=9370250  nbRevisions=122386980
530.84	     nbUselessRevisions=97679858  nbAssignments=229708  nbFailedAssignments=129810  nbBacktracks=99739
530.84	     nbVisitedNodes=423970  nbRestartNogoods=213
530.84	       =>  wckTime=528.314  cpuTime=522.93  mem=67M381
753.45	   
753.45	   search
753.45	     run=21  nbConstraintChecks=469835531  nbValidityChecks=942232713  nbPropagations=13918759  nbRevisions=181168210
753.45	     nbUselessRevisions=144634865  nbAssignments=335089  nbFailedAssignments=185304  nbBacktracks=149618
753.45	     nbVisitedNodes=614893  nbRestartNogoods=245
753.45	       =>  wckTime=750.919  cpuTime=743.31  mem=67M381
1210.94	   
1210.94	   search
1210.94	     run=22  nbConstraintChecks=753261066  nbValidityChecks=1509772434  nbPropagations=21060324  nbRevisions=274254770
1210.94	     nbUselessRevisions=218983361  nbAssignments=517220  nbFailedAssignments=292609  nbBacktracks=224437
1210.94	     nbVisitedNodes=957240  nbRestartNogoods=274
1210.94	       =>  wckTime=1208.41  cpuTime=1196.28  mem=67M381
1728.95	   
1728.95	   search
1728.95	     run=23  nbConstraintChecks=1078440396  nbValidityChecks=2177854528  nbPropagations=31476796  nbRevisions=410616542
1728.95	     nbUselessRevisions=327955456  nbAssignments=798523  nbFailedAssignments=461678  nbBacktracks=336664
1728.95	     nbVisitedNodes=1477885  nbRestartNogoods=308
1728.95	       =>  wckTime=1726.424  cpuTime=1709.16  mem=67M381

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/node6/watcher-206359-1168073554 -o ROOT/results/node6/solver-206359-1168073554 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206359-1168073554/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.49 1.66 1.80 4/93 8802
/proc/meminfo: memFree=1124776/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=18540 CPUtime=0
/proc/8801/stat : 8801 (runsolver) R 8799 8801 7358 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155751108 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8801/statm: 4635 279 244 17 0 2626 0

[startup+0.104385 s]
/proc/loadavg: 1.49 1.66 1.80 4/93 8802
/proc/meminfo: memFree=1124776/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=914988 CPUtime=0.08
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 3000 0 1 0 7 1 0 0 22 0 8 0 155751108 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073443206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512433 s]
/proc/loadavg: 1.49 1.66 1.80 4/93 8802
/proc/meminfo: memFree=1124776/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915328 CPUtime=0.48
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 7914 0 1 0 44 4 0 0 25 0 8 0 155751108 937295872 7653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445361 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228832 7653 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33853 s]
/proc/loadavg: 1.49 1.66 1.80 3/100 8809
/proc/meminfo: memFree=1057712/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915328 CPUtime=1.31
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 19099 0 1 0 122 9 0 0 25 0 8 0 155751108 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073557605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228832 18837 2149 14 0 215302 0
[pid=8801/tid=8803] ppid=8799 vsize=915328 CPUtime=0.04
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 2681 0 0 0 4 0 0 0 17 0 8 0 155751112 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915328 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915328 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915328 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915328 CPUtime=0.07
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155751115 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915328 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915328 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98573 s]
/proc/loadavg: 1.49 1.66 1.80 4/100 8809
/proc/meminfo: memFree=1016880/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=2.93
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32679 0 1 0 278 15 0 0 25 0 8 0 155751108 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32413 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.18
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 371 0 0 0 18 0 0 0 15 0 8 0 155751115 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915424

[startup+6.26511 s]
/proc/loadavg: 1.53 1.66 1.80 3/100 8809
/proc/meminfo: memFree=1004784/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=6.18
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32692 0 1 0 602 16 0 0 25 0 8 0 155751108 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073784531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32423 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 17 0 8 0 155751112 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.2
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 383 0 0 0 20 0 0 0 16 0 8 0 155751115 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915424

[startup+12.7589 s]
/proc/loadavg: 1.56 1.67 1.80 3/100 8809
/proc/meminfo: memFree=1004784/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=12.62
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32705 0 1 0 1246 16 0 0 25 0 8 0 155751108 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767135 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32433 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 395 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915424

[startup+25.6124 s]
/proc/loadavg: 1.66 1.69 1.80 3/100 8809
/proc/meminfo: memFree=1004784/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=25.32
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32706 0 1 0 2516 16 0 0 25 0 8 0 155751108 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768957 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32433 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 396 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915424

[startup+51.2304 s]
/proc/loadavg: 1.77 1.71 1.81 3/100 8809
/proc/meminfo: memFree=1005040/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=50.69
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32706 0 1 0 5053 16 0 0 25 0 8 0 155751108 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32433 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 396 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 915424

[startup+102.463 s]
/proc/loadavg: 1.96 1.77 1.82 3/100 8809
/proc/meminfo: memFree=1005104/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=101.42
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32706 0 1 0 10126 16 0 0 25 0 8 0 155751108 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32433 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 396 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915424

[startup+162.548 s]
/proc/loadavg: 1.98 1.81 1.83 3/100 8809
/proc/meminfo: memFree=1005168/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=160.89
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32708 0 1 0 16073 16 0 0 25 0 8 0 155751108 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1484.38 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9007
/proc/meminfo: memFree=1005112/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1469.59
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 146926 33 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.59
Current children cumulated vsize (KiB) 915424

[startup+1544.46 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9007
/proc/meminfo: memFree=1005048/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1529.09
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 152876 33 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 915424

[startup+1604.54 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1588.56
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 158823 33 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.56
Current children cumulated vsize (KiB) 915424

[startup+1664.64 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1648.07
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 164774 33 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073784537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.07
Current children cumulated vsize (KiB) 915424

[startup+1724.74 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1707.57
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 170723 34 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634784 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.57
Current children cumulated vsize (KiB) 915424

[startup+1784.83 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004984/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1767.05
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 176671 34 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.05
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.97 s]
/proc/loadavg: 2.09 2.02 1.93 3/100 9067
/proc/meminfo: memFree=845176/2055924 swapFree=4165672/4192956
[pid=8801] ppid=8799 vsize=915424 CPUtime=1800.08
/proc/8801/stat : 8801 (java) R 8799 8801 7358 0 -1 0 32709 0 1 0 179966 42 0 0 25 0 8 0 155751108 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8801/statm: 228856 32435 2521 14 0 215326 0
[pid=8801/tid=8803] ppid=8799 vsize=915424 CPUtime=0.43
/proc/8801/task/8803/stat : 8803 (java) S 8799 8801 7358 0 -1 64 15712 0 0 0 38 5 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8804] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8804/stat : 8804 (java) S 8799 8801 7358 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8805] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8805/stat : 8805 (java) S 8799 8801 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155751112 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8806] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8806/stat : 8806 (java) S 8799 8801 7358 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8807] ppid=8799 vsize=915424 CPUtime=0.22
/proc/8801/task/8807/stat : 8807 (java) S 8799 8801 7358 0 -1 64 398 0 0 0 22 0 0 0 16 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8808] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8808/stat : 8808 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8801/tid=8809] ppid=8799 vsize=915424 CPUtime=0
/proc/8801/task/8809/stat : 8809 (java) S 8799 8801 7358 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155751115 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1818.04
CPU time (s): 1800.15
CPU user time (s): 1799.7
CPU system time (s): 0.449931
CPU usage (%): 99.0159
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32726
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= 37910
involuntary context switches= 82392

runsolver used 2.02369 s user time and 6.03208 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 08:52:35 UTC 2007


IDJOB= 206359
IDBENCH= 4202
FILE ID= node6/206359-1168073554

PBS_JOBID= 3475737

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3652fdb3fb234ab3889feb85b4be14d3

RANDOM SEED= 859246858

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.240
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.240
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:      2055924 kB
MemFree:       1125256 kB
Buffers:         82792 kB
Cached:         592880 kB
SwapCached:       3036 kB
Active:         490744 kB
Inactive:       342900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1125256 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           15176 kB
Writeback:           0 kB
Mapped:         177164 kB
Slab:            81392 kB
Committed_AS:  5021896 kB
PageTables:       2640 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= 66513 MiB



End job on node6 on Sat Jan  6 09:22:56 UTC 2007