Trace number 2659041

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.24 1798.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59125
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659041-1276569422.opb
0.22/0.21	c reading problem ... 
1.33/0.85	c ... done. Wall clock time 0.639s.
1.33/0.85	c #vars     5383
1.33/0.85	c #constraints  3312
1.33/0.85	c constraints type 
1.33/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1.33/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1.33/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
51.26/49.74	c cleaning 2463 clauses out of 5000 with flag 5000/5000
95.96/94.38	c cleaning 4224 clauses out of 8537 with flag 11000/11000
137.57/135.98	c cleaning 5586 clauses out of 11313 with flag 18000/18000
186.21/184.51	c cleaning 6843 clauses out of 13727 with flag 26000/26000
241.70/240.09	c cleaning 7887 clauses out of 15884 with flag 35000/35000
302.28/300.68	c cleaning 8995 clauses out of 17998 with flag 45001/45001
364.35/362.78	c cleaning 9407 clauses out of 19002 with flag 55000/55000
427.13/425.57	c cleaning 9798 clauses out of 19595 with flag 65000/65000
492.31/490.70	c cleaning 9875 clauses out of 19797 with flag 75000/75000
574.78/573.22	c cleaning 9897 clauses out of 19922 with flag 85000/85000
651.45/649.97	c cleaning 9987 clauses out of 20025 with flag 95000/95000
715.13/713.62	c cleaning 10014 clauses out of 20038 with flag 105000/105000
776.71/775.24	c cleaning 9993 clauses out of 20024 with flag 115000/115000
832.59/831.17	c cleaning 9971 clauses out of 20031 with flag 125000/125000
895.06/893.69	c cleaning 9998 clauses out of 20060 with flag 135000/135000
955.04/953.66	c cleaning 10007 clauses out of 20062 with flag 145000/145000
1015.72/1014.30	c cleaning 9981 clauses out of 20055 with flag 155000/155000
1076.91/1075.54	c cleaning 9918 clauses out of 20074 with flag 165000/165000
1137.28/1135.99	c cleaning 10027 clauses out of 20156 with flag 175000/175000
1186.96/1185.69	c cleaning 10046 clauses out of 20129 with flag 185000/185000
1242.55/1241.26	c cleaning 9996 clauses out of 20083 with flag 195000/195000
1293.94/1292.67	c cleaning 10021 clauses out of 20087 with flag 205000/205000
1343.33/1342.08	c cleaning 9964 clauses out of 20067 with flag 215001/215001
1392.12/1390.81	c cleaning 9995 clauses out of 20102 with flag 225000/225000
1447.82/1446.54	c cleaning 10008 clauses out of 20107 with flag 235000/235000
1498.61/1497.38	c cleaning 10031 clauses out of 20100 with flag 245001/245001
1549.51/1548.29	c cleaning 9939 clauses out of 20068 with flag 255000/255000
1607.21/1605.97	c cleaning 10022 clauses out of 20129 with flag 265000/265000
1667.38/1666.19	c cleaning 10020 clauses out of 20107 with flag 275000/275000
1721.07/1719.86	c cleaning 9962 clauses out of 20087 with flag 285000/285000
1772.96/1771.76	c cleaning 10031 clauses out of 20125 with flag 295000/295000
1800.06/1798.82	c starts		: 134
1800.06/1798.82	c conflicts		: 300458
1800.06/1798.82	c decisions		: 312280
1800.06/1798.82	c propagations		: 15402121
1800.06/1798.82	c inspects		: 40303264
1800.06/1798.82	c learnt literals	: 0
1800.06/1798.82	c learnt binary clauses	: 0
1800.06/1798.82	c learnt ternary clauses	: 0
1800.06/1798.82	c learnt clauses	: 300457
1800.06/1798.82	c ignored clauses	: 0
1800.06/1798.82	c root simplifications	: 0
1800.06/1798.82	c removed literals (reason simplification)	: 816747862
1800.06/1798.82	c reason swapping (by a shorter reason)	: 0
1800.06/1798.82	c Calls to reduceDB	: 31
1800.06/1798.82	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.82	c number of learned constraints concerned by reduction	: 0
1800.06/1798.82	c number of learning phase by resolution	: 0
1800.06/1798.82	c number of learning phase by cutting planes	: 0
1800.06/1798.82	c speed (assignments/second)	: 8566.423465653372
1800.06/1798.82	c non guided choices	0
1800.06/1798.87	c learnt constraints type 
1800.06/1798.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15559
1800.06/1798.87	c constraints type 
1800.06/1798.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1800.06/1798.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1800.06/1798.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.06/1798.87	s UNKNOWN
1800.06/1798.87	c Total wall clock time (in seconds): 1798.657

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659041-1276569422/watcher-2659041-1276569422 -o /tmp/evaluation-result-2659041-1276569422/solver-2659041-1276569422 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659041-1276569422.opb 

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


[startup+0 s]
/proc/loadavg: 0.95 1.01 1.11 3/106 2554
/proc/meminfo: memFree=1724184/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=248 CPUtime=0
/proc/2554/stat : 2554 (java6) R 2552 2554 32419 0 -1 4194304 108 0 0 0 0 0 0 0 16 0 1 0 32545618 253952 28 1992294400 134512640 134550932 4292315680 18446744073709551615 2474580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2554/statm: 62 28 21 10 0 23 0

[startup+0.0953519 s]
/proc/loadavg: 0.95 1.01 1.11 3/106 2554
/proc/meminfo: memFree=1724184/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1521796 CPUtime=0.07
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 3863 0 1 0 5 2 0 0 15 0 7 0 32545618 1558319104 3305 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101351 s]
/proc/loadavg: 0.95 1.01 1.11 3/106 2554
/proc/meminfo: memFree=1724184/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1524024 CPUtime=0.08
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 3938 0 1 0 6 2 0 0 15 0 12 0 32545618 1560600576 3378 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 381006 3378 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301439 s]
/proc/loadavg: 0.95 1.01 1.11 3/106 2554
/proc/meminfo: memFree=1724184/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1526464 CPUtime=0.36
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 5326 0 1 0 33 3 0 0 15 0 12 0 32545618 1563099136 4764 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 381616 4764 1359 10 0 378918 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526464

[startup+0.701467 s]
/proc/loadavg: 0.95 1.01 1.11 3/106 2554
/proc/meminfo: memFree=1724184/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1528032 CPUtime=1.13
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 8302 0 1 0 108 5 0 0 15 0 12 0 32545618 1564704768 7740 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382008 7741 1406 10 0 379310 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528032

[startup+1.50162 s]
/proc/loadavg: 0.95 1.01 1.11 4/118 2566
/proc/meminfo: memFree=1681372/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1530068 CPUtime=2.69
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 13704 0 1 0 262 7 0 0 15 0 13 0 32545618 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382517 12686 1429 10 0 379819 0
[pid=2554/tid=2556] ppid=2552 vsize=1530068 CPUtime=1.47
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 10651 0 1 0 141 6 0 0 25 0 13 0 32545620 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4109500511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32545621 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545621 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545623 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32545624 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32545624 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1530068 CPUtime=0.81
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 880 0 0 0 81 0 0 0 18 0 13 0 32545628 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1530068 CPUtime=0.39
/proc/2554/task/2564/stat : 2564 (java) R 2552 2554 32419 0 -1 4202560 1105 0 0 0 39 0 0 0 23 0 13 0 32545628 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 103977306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1530068 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545628 1566789632 12686 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1530068

[startup+3.1019 s]
/proc/loadavg: 0.95 1.01 1.11 4/119 2567
/proc/meminfo: memFree=1677892/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=4.58
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 14575 0 1 0 450 8 0 0 15 0 13 0 32545618 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 13289 1431 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=3.06
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 11374 0 1 0 300 6 0 0 25 0 13 0 32545620 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4109500096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32545621 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545621 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545623 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32545624 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32545624 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=0.92
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 885 0 0 0 92 0 0 0 16 0 13 0 32545628 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.57
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1248 0 0 0 57 0 0 0 15 0 13 0 32545628 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 13289 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1529484

[startup+6.30149 s]
/proc/loadavg: 0.95 1.01 1.11 2/119 2567
/proc/meminfo: memFree=1672684/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=7.81
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 15615 0 1 0 772 9 0 0 15 0 13 0 32545618 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 14320 1431 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=6.26
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 12413 0 1 0 619 7 0 0 25 0 13 0 32545620 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4109001732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32545621 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545621 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545623 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32545624 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32545624 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=0.92
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 885 0 0 0 92 0 0 0 15 0 13 0 32545628 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.59
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1249 0 0 0 59 0 0 0 15 0 13 0 32545628 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 14320 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1529484

[startup+12.7017 s]
/proc/loadavg: 0.96 1.01 1.11 2/119 2567
/proc/meminfo: memFree=1663136/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=14.21
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 18076 0 1 0 1411 10 0 0 15 0 13 0 32545618 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 16781 1431 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=12.66
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 14874 0 1 0 1258 8 0 0 25 0 13 0 32545620 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4109500186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32545621 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545621 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545623 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32545624 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32545624 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=0.92
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 885 0 0 0 92 0 0 0 15 0 13 0 32545628 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.59
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1249 0 0 0 59 0 0 0 15 0 13 0 32545628 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 16781 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 1529484

[startup+25.502 s]
/proc/loadavg: 0.97 1.01 1.11 2/119 2567
/proc/meminfo: memFree=1648628/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=27.01
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 21349 0 1 0 2690 11 0 0 15 0 13 0 32545618 1566191616 20054 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 20054 1431 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=25.45
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 18146 0 1 0 2536 9 0 0 25 0 13 0 32545620 1566191616 20054 1992294400 134512640 134550932 4286943472 18446744073709551615 4109584788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32545621 1566191616 20054 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32545621 1566191616 20054 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32545623 1566191616 20054 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0

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

[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=1.12
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 911 0 0 0 112 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.67
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1260 0 0 0 67 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.59
Current children cumulated vsize (KiB) 1529484

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 2620
/proc/meminfo: memFree=1532132/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=1663.58
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 50659 0 1 0 166328 30 0 0 15 0 13 0 32545618 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 48590 1445 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=1660.3
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 25361 0 1 0 166012 18 0 0 25 0 13 0 32545620 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4109661538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0.16
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 3980 0 0 0 15 1 0 0 15 0 13 0 32545621 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0.13
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 4077 0 0 0 11 2 0 0 16 0 13 0 32545621 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=1.13
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 13904 0 0 0 108 5 0 0 15 0 13 0 32545623 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=1.12
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 911 0 0 0 112 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.67
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1260 0 0 0 67 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 48590 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.58
Current children cumulated vsize (KiB) 1529484

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 2622
/proc/meminfo: memFree=1531264/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=1723.58
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 50917 0 1 0 172327 31 0 0 15 0 13 0 32545618 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 48840 1445 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=1720.18
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 25613 0 1 0 172000 18 0 0 25 0 13 0 32545620 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4109584528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0.18
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 3980 0 0 0 17 1 0 0 15 0 13 0 32545621 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0.14
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 4077 0 0 0 12 2 0 0 16 0 13 0 32545621 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=1.21
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 13908 0 0 0 116 5 0 0 15 0 13 0 32545623 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=1.12
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 911 0 0 0 112 0 0 0 15 0 13 0 32545628 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.67
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1260 0 0 0 67 0 0 0 15 0 13 0 32545628 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 48840 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.58
Current children cumulated vsize (KiB) 1529484

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 1.00 3/119 2624
/proc/meminfo: memFree=1530892/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=1783.56
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 50959 0 1 0 178325 31 0 0 15 0 13 0 32545618 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 48875 1445 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=1780.12
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 25614 0 1 0 177993 19 0 0 25 0 13 0 32545620 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4109546420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0.18
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 3980 0 0 0 17 1 0 0 15 0 13 0 32545621 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0.15
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 4077 0 0 0 13 2 0 0 16 0 13 0 32545621 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=1.25
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 13945 0 0 0 120 5 0 0 15 0 13 0 32545623 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=1.12
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 911 0 0 0 112 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.67
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1260 0 0 0 67 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (KiB) 1529484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 2624
/proc/meminfo: memFree=1530892/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=1529484 CPUtime=1800.06
/proc/2554/stat : 2554 (java) S 2552 2554 32419 0 -1 4202496 50961 0 1 0 179975 31 0 0 15 0 13 0 32545618 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 382371 48875 1445 10 0 379673 0
[pid=2554/tid=2556] ppid=2552 vsize=1529484 CPUtime=1796.62
/proc/2554/task/2556/stat : 2556 (java) R 2552 2554 32419 0 -1 4202560 25614 0 1 0 179643 19 0 0 25 0 13 0 32545620 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4109584535 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2554/tid=2557] ppid=2552 vsize=1529484 CPUtime=0.18
/proc/2554/task/2557/stat : 2557 (java) S 2552 2554 32419 0 -1 4202560 3980 0 0 0 17 1 0 0 15 0 13 0 32545621 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2558] ppid=2552 vsize=1529484 CPUtime=0.15
/proc/2554/task/2558/stat : 2558 (java) S 2552 2554 32419 0 -1 4202560 4077 0 0 0 13 2 0 0 16 0 13 0 32545621 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2559] ppid=2552 vsize=1529484 CPUtime=1.25
/proc/2554/task/2559/stat : 2559 (java) S 2552 2554 32419 0 -1 4202560 13945 0 0 0 120 5 0 0 15 0 13 0 32545623 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 0 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2560] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2560/stat : 2560 (java) S 2552 2554 32419 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2561] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2561/stat : 2561 (java) S 2552 2554 32419 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 32545624 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2562] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2562/stat : 2562 (java) S 2552 2554 32419 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2563] ppid=2552 vsize=1529484 CPUtime=1.12
/proc/2554/task/2563/stat : 2563 (java) S 2552 2554 32419 0 -1 4202560 911 0 0 0 112 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2564] ppid=2552 vsize=1529484 CPUtime=0.67
/proc/2554/task/2564/stat : 2564 (java) S 2552 2554 32419 0 -1 4202560 1260 0 0 0 67 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2565/stat : 2565 (java) S 2552 2554 32419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 0 0 0 0
[pid=2554/tid=2566] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2566/stat : 2566 (java) S 2552 2554 32419 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 32545628 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
[pid=2554/tid=2567] ppid=2552 vsize=1529484 CPUtime=0
/proc/2554/task/2567/stat : 2567 (java) S 2552 2554 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32545724 1566191616 48875 1992294400 134512640 134550932 4286943472 18446744073709551615 4294960144 0 4 0 16800975 18446604437871835136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1529484

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

Solver just ended. Dumping a history of the last processes samples

[startup+1798.92 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 2624
/proc/meminfo: memFree=1530892/2059040 swapFree=4140428/4192956
[pid=2554] ppid=2552 vsize=0 CPUtime=1800.23
/proc/2554/stat : 2554 (java) Z 2552 2554 32419 0 -1 4203548 50986 0 1 0 179990 33 0 0 15 0 2 0 32545618 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2554/statm: 0 0 0 0 0 0 0
[pid=2554/tid=2565] ppid=2552 vsize=0 CPUtime=0.01
/proc/2554/task/2565/stat : 2565 (java) R 2552 2554 32419 0 -1 4203588 0 0 0 0 0 1 0 0 18 0 2 0 32545628 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.92
CPU time (s): 1800.24
CPU user time (s): 1799.9
CPU system time (s): 0.339948
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 1530068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50986
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= 36939
involuntary context switches= 12905

runsolver used 3.65244 second user time and 9.51055 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 04:37:02
IDJOB=2659041
IDBENCH=2519
IDSOLVER=1164
FILE ID=node007/2659041-1276569422
PBS_JOBID= 11173514
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659041-1276569422/watcher-2659041-1276569422 -o /tmp/evaluation-result-2659041-1276569422/solver-2659041-1276569422 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659041-1276569422.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=535250406

node007.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724580 kB
Buffers:         41540 kB
Cached:         199068 kB
SwapCached:       6272 kB
Active:          92220 kB
Inactive:       161596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724580 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:       11500 kB
Mapped:          13004 kB
Slab:            58724 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62488 MiB
End job on node007 at 2010-06-15 05:07:03