Trace number 2658915

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.19 1797.92

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658915-1276695496.opb
0.23/0.21	c reading problem ... 
1.78/1.39	c ... done. Wall clock time 1.181s.
1.78/1.39	c #vars     14400
1.78/1.39	c #constraints  1088
1.78/1.39	c constraints type 
1.78/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1.78/1.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
13.94/12.84	c cleaning 2479 clauses out of 5001 with flag 5001/5001
30.96/29.78	c cleaning 4227 clauses out of 8522 with flag 11001/11001
54.97/53.75	c cleaning 5621 clauses out of 11294 with flag 18000/18000
85.00/83.74	c cleaning 6811 clauses out of 13674 with flag 26001/26001
125.36/124.06	c cleaning 7898 clauses out of 15863 with flag 35001/35001
157.49/156.14	c cleaning 8931 clauses out of 17965 with flag 45001/45001
208.90/207.57	c cleaning 9480 clauses out of 19033 with flag 55000/55000
241.43/240.02	c cleaning 9655 clauses out of 19555 with flag 65002/65002
299.95/298.50	c cleaning 9939 clauses out of 19898 with flag 75000/75000
344.88/343.49	c cleaning 9916 clauses out of 19962 with flag 85003/85003
389.51/388.09	c cleaning 9967 clauses out of 20043 with flag 95000/95000
468.71/467.22	c cleaning 9942 clauses out of 20078 with flag 105002/105002
548.95/547.46	c cleaning 10053 clauses out of 20136 with flag 115002/115002
599.50/597.99	c cleaning 10006 clauses out of 20081 with flag 125000/125000
646.93/645.31	c cleaning 10020 clauses out of 20078 with flag 135003/135003
681.96/680.39	c cleaning 9895 clauses out of 20058 with flag 145003/145003
727.79/726.14	c cleaning 10025 clauses out of 20161 with flag 155001/155001
835.10/833.48	c cleaning 10015 clauses out of 20135 with flag 165000/165000
913.83/912.14	c cleaning 10029 clauses out of 20122 with flag 175002/175002
947.08/945.32	c cleaning 10020 clauses out of 20092 with flag 185001/185001
1006.10/1004.38	c cleaning 9934 clauses out of 20077 with flag 195006/195006
1087.62/1085.86	c cleaning 9972 clauses out of 20139 with flag 205002/205002
1179.15/1177.34	c cleaning 10012 clauses out of 20166 with flag 215001/215001
1262.80/1260.98	c cleaning 10003 clauses out of 20155 with flag 225002/225002
1319.23/1317.33	c cleaning 9952 clauses out of 20150 with flag 235000/235000
1372.85/1370.97	c cleaning 9889 clauses out of 20198 with flag 245000/245000
1479.87/1477.91	c cleaning 9889 clauses out of 20309 with flag 255000/255000
1527.82/1525.89	c cleaning 10133 clauses out of 20421 with flag 265001/265001
1578.46/1576.43	c cleaning 10041 clauses out of 20288 with flag 275001/275001
1611.00/1608.95	c cleaning 10095 clauses out of 20247 with flag 285001/285001
1656.02/1653.95	c cleaning 9959 clauses out of 20151 with flag 295000/295000
1725.85/1723.71	c cleaning 9969 clauses out of 20192 with flag 305000/305000
1794.38/1792.27	c cleaning 9988 clauses out of 20223 with flag 315000/315000
1800.04/1797.81	c starts		: 134
1800.04/1797.81	c conflicts		: 316190
1800.04/1797.81	c decisions		: 1995659
1800.04/1797.81	c propagations		: 41820951
1800.04/1797.81	c inspects		: 262073861
1800.04/1797.81	c learnt literals	: 0
1800.04/1797.81	c learnt binary clauses	: 0
1800.04/1797.81	c learnt ternary clauses	: 0
1800.04/1797.81	c learnt clauses	: 316189
1800.04/1797.81	c ignored clauses	: 0
1800.04/1797.81	c root simplifications	: 0
1800.04/1797.81	c removed literals (reason simplification)	: 26110024
1800.04/1797.81	c reason swapping (by a shorter reason)	: 0
1800.04/1797.81	c Calls to reduceDB	: 33
1800.04/1797.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.81	c number of learned constraints concerned by reduction	: 0
1800.04/1797.81	c number of learning phase by resolution	: 0
1800.04/1797.81	c number of learning phase by cutting planes	: 0
1800.04/1797.81	c speed (assignments/second)	: 23280.072610799103
1800.04/1797.81	c non guided choices	12428
1800.04/1797.84	c learnt constraints type 
1800.04/1797.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11427
1800.04/1797.84	c constraints type 
1800.04/1797.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.04/1797.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.04/1797.84	s UNKNOWN
1800.04/1797.84	c Total wall clock time (in seconds): 1797.636

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-2658915-1276695496/watcher-2658915-1276695496 -o /tmp/evaluation-result-2658915-1276695496/solver-2658915-1276695496 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658915-1276695496.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.00 0.02 0.34 3/105 16717
/proc/meminfo: memFree=1904088/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=248 CPUtime=0
/proc/16717/stat : 16717 (java) R 16715 16717 16692 0 -1 4194304 282 0 0 0 0 0 0 0 22 0 1 0 10843152 253952 28 1992294400 134512640 134550932 4286720784 18446744073709551615 5464660 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16717/statm: 62 28 21 10 0 23 0

[startup+0.0198269 s]
/proc/loadavg: 0.00 0.02 0.34 3/105 16717
/proc/meminfo: memFree=1904088/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=13736 CPUtime=0
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 1171 0 0 0 0 0 0 0 22 0 2 0 10843152 14065664 624 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 3434 624 300 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13736

[startup+0.100806 s]
/proc/loadavg: 0.00 0.02 0.34 3/105 16717
/proc/meminfo: memFree=1904088/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1524184 CPUtime=0.08
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 3958 0 1 0 6 2 0 0 22 0 12 0 10843152 1560764416 3397 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300825 s]
/proc/loadavg: 0.00 0.02 0.34 3/105 16717
/proc/meminfo: memFree=1904088/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1526172 CPUtime=0.35
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 5537 0 1 0 32 3 0 0 22 0 12 0 10843152 1562800128 4974 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 381543 4974 1361 10 0 378845 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526172

[startup+0.700867 s]
/proc/loadavg: 0.00 0.02 0.34 3/105 16717
/proc/meminfo: memFree=1904088/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530532 CPUtime=1.04
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 9587 0 1 0 99 5 0 0 22 0 12 0 10843152 1567264768 8415 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382633 8415 1402 10 0 379935 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1530532

[startup+1.50194 s]
/proc/loadavg: 0.00 0.02 0.34 2/117 16729
/proc/meminfo: memFree=1823332/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530856 CPUtime=2.09
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 36212 0 1 0 193 16 0 0 22 0 13 0 10843152 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382714 35033 1427 10 0 380016 0
[pid=16717/tid=16719] ppid=16715 vsize=1530856 CPUtime=1.26
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 31990 0 1 0 113 13 0 0 25 0 13 0 10843153 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4108829735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530856 CPUtime=0.01
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 438 0 0 0 1 0 0 0 18 0 13 0 10843155 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530856 CPUtime=0.01
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 362 0 0 0 1 0 0 0 18 0 13 0 10843155 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10843156 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530856 CPUtime=0.24
/proc/16717/task/16726/stat : 16726 (java) R 16715 16717 16692 0 -1 4202560 778 0 0 0 24 0 0 0 18 0 13 0 10843161 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 106548095 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530856 CPUtime=0.51
/proc/16717/task/16727/stat : 16727 (java) R 16715 16717 16692 0 -1 4202560 1570 0 0 0 51 0 0 0 16 0 13 0 10843161 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 105573122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843161 1567596544 35033 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1530856

[startup+3.1021 s]
/proc/loadavg: 0.08 0.04 0.34 3/118 16730
/proc/meminfo: memFree=1768268/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530856 CPUtime=4.24
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 36636 0 1 0 408 16 0 0 22 0 13 0 10843152 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382714 35125 1437 10 0 380016 0
[pid=16717/tid=16719] ppid=16715 vsize=1530856 CPUtime=2.85
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 31998 0 1 0 272 13 0 0 25 0 13 0 10843153 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4109379682 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530856 CPUtime=0.01
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 438 0 0 0 1 0 0 0 18 0 13 0 10843155 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530856 CPUtime=0.01
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 362 0 0 0 1 0 0 0 18 0 13 0 10843155 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 10843156 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530856 CPUtime=0.32
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 802 0 0 0 32 0 0 0 15 0 13 0 10843161 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530856 CPUtime=1.01
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 1962 0 0 0 100 1 0 0 15 0 13 0 10843161 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843161 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530856 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567596544 35125 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1530856

[startup+6.3024 s]
/proc/loadavg: 0.08 0.04 0.34 2/118 16730
/proc/meminfo: memFree=1768020/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1529612 CPUtime=7.44
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 36639 0 1 0 728 16 0 0 22 0 13 0 10843152 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382403 34828 1437 10 0 379705 0
[pid=16717/tid=16719] ppid=16715 vsize=1529612 CPUtime=6.04
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32001 0 1 0 591 13 0 0 25 0 13 0 10843153 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4109463288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1529612 CPUtime=0.01
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 438 0 0 0 1 0 0 0 18 0 13 0 10843155 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1529612 CPUtime=0.01
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 362 0 0 0 1 0 0 0 18 0 13 0 10843155 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10843156 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1529612 CPUtime=0.33
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 802 0 0 0 33 0 0 0 15 0 13 0 10843161 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1529612 CPUtime=1.01
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 1962 0 0 0 100 1 0 0 15 0 13 0 10843161 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843161 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1566322688 34828 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1529612

[startup+12.702 s]
/proc/loadavg: 0.22 0.07 0.35 2/118 16730
/proc/meminfo: memFree=1768640/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1529612 CPUtime=13.84
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 36642 0 1 0 1368 16 0 0 22 0 13 0 10843152 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382403 34831 1437 10 0 379705 0
[pid=16717/tid=16719] ppid=16715 vsize=1529612 CPUtime=12.43
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32004 0 1 0 1230 13 0 0 25 0 13 0 10843153 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4109369452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1529612 CPUtime=0.01
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 438 0 0 0 1 0 0 0 18 0 13 0 10843155 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1529612 CPUtime=0.01
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 362 0 0 0 1 0 0 0 18 0 13 0 10843155 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10843156 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1529612 CPUtime=0.34
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 802 0 0 0 34 0 0 0 15 0 13 0 10843161 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1529612 CPUtime=1.01
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 1962 0 0 0 100 1 0 0 15 0 13 0 10843161 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843161 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1529612 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1566322688 34831 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 1529612

[startup+25.5012 s]
/proc/loadavg: 0.34 0.10 0.35 2/118 16730
/proc/meminfo: memFree=1755248/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1529612 CPUtime=26.7
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 40167 0 1 0 2652 18 0 0 22 0 13 0 10843152 1566322688 38304 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382403 38304 1442 10 0 379705 0
[pid=16717/tid=16719] ppid=16715 vsize=1529612 CPUtime=25.15
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32005 0 1 0 2502 13 0 0 25 0 13 0 10843153 1566322688 38304 1992294400 134512640 134550932 4286720784 18446744073709551615 4109379340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1529612 CPUtime=0.02
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 1514 0 0 0 2 0 0 0 18 0 13 0 10843155 1566322688 38304 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1529612 CPUtime=0.02
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 1030 0 0 0 2 0 0 0 18 0 13 0 10843155 1566322688 38304 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1529612 CPUtime=0.04
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 1718 0 0 0 4 0 0 0 15 0 13 0 10843156 1566322688 38304 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1529612 CPUtime=0

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

[pid=16717/tid=16722] ppid=16715 vsize=1530636 CPUtime=2.07
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 3476 0 0 0 206 1 0 0 15 0 13 0 10843156 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530636 CPUtime=0.4
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 817 0 0 0 40 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530636 CPUtime=1.12
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 2367 0 0 0 111 1 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.4
Current children cumulated vsize (KiB) 1530636

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/118 16783
/proc/meminfo: memFree=1637448/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530636 CPUtime=1664.46
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 71352 0 1 0 166406 40 0 0 22 0 13 0 10843152 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382659 67287 1442 10 0 379961 0
[pid=16717/tid=16719] ppid=16715 vsize=1530636 CPUtime=1657.79
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32045 0 1 0 165761 18 0 0 25 0 13 0 10843153 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4109420268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530636 CPUtime=1.43
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 16003 0 0 0 135 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530636 CPUtime=1.44
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 15479 0 0 0 136 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530636 CPUtime=2.22
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 3478 0 0 0 221 1 0 0 15 0 13 0 10843156 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530636 CPUtime=0.4
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 817 0 0 0 40 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530636 CPUtime=1.12
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 2367 0 0 0 111 1 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) R 16715 16717 16692 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.46
Current children cumulated vsize (KiB) 1530636

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/118 16785
/proc/meminfo: memFree=1637324/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530636 CPUtime=1724.44
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 71356 0 1 0 172404 40 0 0 22 0 13 0 10843152 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382659 67287 1442 10 0 379961 0
[pid=16717/tid=16719] ppid=16715 vsize=1530636 CPUtime=1717.76
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32045 0 1 0 171758 18 0 0 25 0 13 0 10843153 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4109369476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530636 CPUtime=1.43
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 16003 0 0 0 135 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530636 CPUtime=1.44
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 15479 0 0 0 136 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530636 CPUtime=2.22
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 3478 0 0 0 221 1 0 0 15 0 13 0 10843156 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530636 CPUtime=0.4
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 817 0 0 0 40 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530636 CPUtime=1.12
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 2367 0 0 0 111 1 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.44
Current children cumulated vsize (KiB) 1530636

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.86 3/118 16785
/proc/meminfo: memFree=1637200/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530636 CPUtime=1784.48
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 71361 0 1 0 178408 40 0 0 22 0 13 0 10843152 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382659 67287 1442 10 0 379961 0
[pid=16717/tid=16719] ppid=16715 vsize=1530636 CPUtime=1777.6
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32046 0 1 0 177742 18 0 0 25 0 13 0 10843153 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4109379780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530636 CPUtime=1.49
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 16003 0 0 0 141 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530636 CPUtime=1.49
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 15479 0 0 0 141 8 0 0 18 0 13 0 10843155 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530636 CPUtime=2.31
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 3480 0 0 0 230 1 0 0 15 0 13 0 10843156 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530636 CPUtime=0.4
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 817 0 0 0 40 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530636 CPUtime=1.12
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 2367 0 0 0 111 1 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10843161 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567371264 67287 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 1530636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 0.99 0.97 0.86 2/118 16787
/proc/meminfo: memFree=1637200/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=1530636 CPUtime=1800.04
/proc/16717/stat : 16717 (java) S 16715 16717 16692 0 -1 4202496 71367 0 1 0 179963 41 0 0 22 0 13 0 10843152 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 382659 67288 1442 10 0 379961 0
[pid=16717/tid=16719] ppid=16715 vsize=1530636 CPUtime=1792.96
/proc/16717/task/16719/stat : 16719 (java) R 16715 16717 16692 0 -1 4202560 32047 0 1 0 179278 18 0 0 25 0 13 0 10843153 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4109379704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16717/tid=16720] ppid=16715 vsize=1530636 CPUtime=1.54
/proc/16717/task/16720/stat : 16720 (java) S 16715 16717 16692 0 -1 4202560 16004 0 0 0 146 8 0 0 18 0 13 0 10843155 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16721] ppid=16715 vsize=1530636 CPUtime=1.55
/proc/16717/task/16721/stat : 16721 (java) S 16715 16717 16692 0 -1 4202560 15479 0 0 0 147 8 0 0 18 0 13 0 10843155 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16722] ppid=16715 vsize=1530636 CPUtime=2.38
/proc/16717/task/16722/stat : 16722 (java) S 16715 16717 16692 0 -1 4202560 3482 0 0 0 237 1 0 0 15 0 13 0 10843156 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 0 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16723] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16723/stat : 16723 (java) S 16715 16717 16692 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16724] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16715 16717 16692 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10843157 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16725] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16726] ppid=16715 vsize=1530636 CPUtime=0.4
/proc/16717/task/16726/stat : 16726 (java) S 16715 16717 16692 0 -1 4202560 817 0 0 0 40 0 0 0 15 0 13 0 10843161 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16727] ppid=16715 vsize=1530636 CPUtime=1.12
/proc/16717/task/16727/stat : 16727 (java) S 16715 16717 16692 0 -1 4202560 2367 0 0 0 111 1 0 0 15 0 13 0 10843161 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16728] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16728/stat : 16728 (java) S 16715 16717 16692 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843161 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
[pid=16717/tid=16729] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16729/stat : 16729 (java) S 16715 16717 16692 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10843161 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 1 0 0 0
[pid=16717/tid=16730] ppid=16715 vsize=1530636 CPUtime=0
/proc/16717/task/16730/stat : 16730 (java) S 16715 16717 16692 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843294 1567371264 67288 1992294400 134512640 134550932 4286720784 18446744073709551615 4294960144 0 4 0 16800975 18446604437852919808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1530636

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

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

[startup+1797.91 s]
/proc/loadavg: 0.99 0.97 0.86 2/118 16787
/proc/meminfo: memFree=1637200/2059040 swapFree=4140136/4192956
[pid=16717] ppid=16715 vsize=0 CPUtime=1800.17
/proc/16717/stat : 16717 (java) Z 16715 16717 16692 0 -1 4203548 71391 0 1 0 179974 43 0 0 17 0 2 0 10843152 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.92
CPU time (s): 1800.19
CPU user time (s): 1799.74
CPU system time (s): 0.441932
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 1531556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71391
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= 37040
involuntary context switches= 12477

runsolver used 3.66944 second user time and 9.42757 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 15:38:17
IDJOB=2658915
IDBENCH=1153
IDSOLVER=1164
FILE ID=node089/2658915-1276695496
PBS_JOBID= 11174036
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658915-1276695496/watcher-2658915-1276695496 -o /tmp/evaluation-result-2658915-1276695496/solver-2658915-1276695496 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658915-1276695496.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=488406417

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1904360 kB
Buffers:          6284 kB
Cached:          74832 kB
SwapCached:       5632 kB
Active:          74128 kB
Inactive:        19004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1904360 kB
SwapTotal:     4192956 kB
SwapFree:      4140136 kB
Dirty:            1676 kB
Writeback:           0 kB
AnonPages:       10736 kB
Mapped:          12780 kB
Slab:            39780 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182264 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= 62556 MiB
End job on node089 at 2010-06-16 16:08:16