Trace number 2658784

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.25 1797.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos3.opb
MD5SUMd20c34d69465e41d60c8740ade812dbe
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42220
Total number of constraints1481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)17
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 155
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 10737418235
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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@1ac1fe4
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-2658784-1276529369.opb
0.23/0.21	c reading problem ... 
4.21/2.71	c ... done. Wall clock time 2.503s.
4.21/2.71	c #vars     42220
4.21/2.71	c #constraints  27176
4.21/2.71	c constraints type 
4.21/2.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17
4.21/2.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 17
4.21/2.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1503
123.59/121.11	c cleaning 2496 clauses out of 5000 with flag 5000/5000
167.23/164.64	c cleaning 4247 clauses out of 8504 with flag 11000/11000
320.44/317.81	c cleaning 5624 clauses out of 11257 with flag 18000/18000
443.35/440.76	c cleaning 6817 clauses out of 13635 with flag 26002/26002
534.59/531.99	c cleaning 7912 clauses out of 15823 with flag 35007/35007
635.39/632.74	c cleaning 8953 clauses out of 17905 with flag 45001/45001
735.69/733.01	c cleaning 9476 clauses out of 18952 with flag 55001/55001
830.06/827.41	c cleaning 9738 clauses out of 19475 with flag 65000/65000
924.05/921.40	c cleaning 9870 clauses out of 19742 with flag 75005/75005
1019.74/1017.17	c cleaning 9934 clauses out of 19868 with flag 85001/85001
1119.31/1116.78	c cleaning 9968 clauses out of 19935 with flag 95002/95002
1222.10/1219.60	c cleaning 9991 clauses out of 19982 with flag 105017/105017
1323.28/1320.76	c cleaning 9988 clauses out of 19976 with flag 115002/115002
1416.06/1413.52	c cleaning 9993 clauses out of 19986 with flag 125000/125000
1514.53/1512.03	c cleaning 10001 clauses out of 20002 with flag 135009/135009
1618.98/1616.52	c cleaning 10002 clauses out of 20004 with flag 145012/145012
1720.35/1717.92	c cleaning 10002 clauses out of 20003 with flag 155013/155013
1800.04/1797.62	c starts		: 105
1800.04/1797.62	c conflicts		: 162869
1800.04/1797.62	c decisions		: 259886
1800.04/1797.62	c propagations		: 3123647
1800.04/1797.62	c inspects		: 66971742
1800.04/1797.62	c learnt literals	: 0
1800.04/1797.62	c learnt binary clauses	: 1334
1800.04/1797.62	c learnt ternary clauses	: 62
1800.04/1797.62	c learnt clauses	: 162868
1800.04/1797.62	c ignored clauses	: 0
1800.04/1797.62	c root simplifications	: 0
1800.04/1797.62	c removed literals (reason simplification)	: 64487528
1800.04/1797.62	c reason swapping (by a shorter reason)	: 0
1800.04/1797.62	c Calls to reduceDB	: 17
1800.04/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.62	c number of learned constraints concerned by reduction	: 0
1800.04/1797.62	c number of learning phase by resolution	: 0
1800.04/1797.62	c number of learning phase by cutting planes	: 0
1800.04/1797.62	c speed (assignments/second)	: 1740.2844494363494
1800.04/1797.62	c non guided choices	1681
1800.04/1797.67	c learnt constraints type 
1800.04/1797.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16527
1800.04/1797.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1334
1800.04/1797.67	c constraints type 
1800.04/1797.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17
1800.04/1797.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 17
1800.04/1797.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1503
1800.04/1797.67	s UNKNOWN
1800.04/1797.67	c Total wall clock time (in seconds): 1797.464

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-2658784-1276529369/watcher-2658784-1276529369 -o /tmp/evaluation-result-2658784-1276529369/solver-2658784-1276529369 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658784-1276529369.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: 1.01 1.02 1.00 3/106 29215
/proc/meminfo: memFree=1789528/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1832 CPUtime=0
/proc/29215/stat : 29215 (java6) R 29213 29215 29000 0 -1 4194304 239 0 0 0 0 0 0 0 21 0 1 0 28538689 1875968 142 1992294400 134512640 134550932 4293791712 18446744073709551615 11619760 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29215/statm: 458 144 107 10 0 63 0

[startup+0.0852129 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29215
/proc/meminfo: memFree=1789528/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1521796 CPUtime=0.06
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 3802 0 1 0 4 2 0 0 18 0 7 0 28538689 1558319104 3242 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 380449 3242 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10121 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29215
/proc/meminfo: memFree=1789528/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1524184 CPUtime=0.08
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 28538689 1560764416 3393 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.302245 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29215
/proc/meminfo: memFree=1789528/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1526636 CPUtime=0.36
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 5616 0 1 0 33 3 0 0 18 0 12 0 28538689 1563275264 5052 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 381659 5052 1359 10 0 378961 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526636

[startup+0.701366 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29215
/proc/meminfo: memFree=1789528/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1536768 CPUtime=1.14
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 9571 0 1 0 109 5 0 0 18 0 12 0 28538689 1573650432 8665 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 384192 8665 1401 10 0 381494 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1536768

[startup+1.50236 s]
/proc/loadavg: 1.01 1.02 1.00 4/118 29229
/proc/meminfo: memFree=1749504/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1542144 CPUtime=2.73
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 18252 0 1 0 265 8 0 0 18 0 12 0 28538689 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385536 14582 1406 10 0 382838 0
[pid=29215/tid=29217] ppid=29213 vsize=1542144 CPUtime=1.45
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 9572 0 1 0 140 5 0 0 25 0 12 0 28538691 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4109724452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28538692 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28538692 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28538694 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28538695 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28538695 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28538699 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1542144 CPUtime=1.15
/proc/29215/task/29224/stat : 29224 (java) R 29213 29215 29000 0 -1 4202560 6986 0 0 0 113 2 0 0 18 0 12 0 28538699 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1542144 CPUtime=0.11
/proc/29215/task/29225/stat : 29225 (java) R 29213 29215 29000 0 -1 4202560 629 0 0 0 11 0 0 0 25 0 12 0 28538699 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 106115109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28538699 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28538699 1579155456 14582 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1542144

[startup+3.10035 s]
/proc/loadavg: 1.17 1.05 1.01 2/118 29229
/proc/meminfo: memFree=1684900/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1542144 CPUtime=4.79
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 45751 0 1 0 460 19 0 0 18 0 12 0 28538689 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385536 42031 1428 10 0 382838 0
[pid=29215/tid=29217] ppid=29213 vsize=1542144 CPUtime=2.94
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32040 0 1 0 281 13 0 0 25 0 12 0 28538691 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4109941005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1542144 CPUtime=0.09
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 2662 0 0 0 8 1 0 0 18 0 12 0 28538692 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1542144 CPUtime=0.09
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 2337 0 0 0 8 1 0 0 18 0 12 0 28538692 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 28538694 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 28538695 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28538695 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28538699 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1542144 CPUtime=1.34
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7005 0 0 0 132 2 0 0 15 0 12 0 28538699 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1542144 CPUtime=0.29
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 638 0 0 0 29 0 0 0 15 0 12 0 28538699 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28538699 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1542144 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28538699 1579155456 42031 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1542144

[startup+6.30133 s]
/proc/loadavg: 1.17 1.05 1.01 2/119 29230
/proc/meminfo: memFree=1625620/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1541888 CPUtime=8.32
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 45854 0 1 0 813 19 0 0 18 0 13 0 28538689 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385472 41988 1431 10 0 382774 0
[pid=29215/tid=29217] ppid=29213 vsize=1541888 CPUtime=6.09
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32053 0 1 0 596 13 0 0 25 0 13 0 28538691 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4110064417 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 2662 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 2337 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 28538694 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1541888 CPUtime=1.61
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7084 0 0 0 159 2 0 0 16 0 13 0 28538699 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1541888 CPUtime=0.4
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 645 0 0 0 40 0 0 0 15 0 13 0 28538699 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28538699 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1578893312 41988 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1541888

[startup+12.7016 s]
/proc/loadavg: 1.14 1.05 1.01 2/119 29230
/proc/meminfo: memFree=1625248/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1541888 CPUtime=14.93
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 45884 0 1 0 1474 19 0 0 18 0 13 0 28538689 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385472 42016 1433 10 0 382774 0
[pid=29215/tid=29217] ppid=29213 vsize=1541888 CPUtime=12.37
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32056 0 1 0 1224 13 0 0 25 0 13 0 28538691 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4110027909 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 2662 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 2337 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 28538694 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1541888 CPUtime=1.8
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7103 0 0 0 178 2 0 0 15 0 13 0 28538699 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1541888 CPUtime=0.54
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 653 0 0 0 54 0 0 0 15 0 13 0 28538699 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28538699 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1578893312 42016 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1541888

[startup+25.502 s]
/proc/loadavg: 1.12 1.05 1.01 2/119 29230
/proc/meminfo: memFree=1625372/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1541888 CPUtime=27.79
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 45886 0 1 0 2760 19 0 0 18 0 13 0 28538689 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385472 42018 1433 10 0 382774 0
[pid=29215/tid=29217] ppid=29213 vsize=1541888 CPUtime=25.17
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32057 0 1 0 2504 13 0 0 25 0 13 0 28538691 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4109941030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 2662 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1541888 CPUtime=0.09
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 2337 0 0 0 8 1 0 0 18 0 13 0 28538692 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 28538694 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1541888 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1578893312 42018 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1541888 CPUtime=0

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

[pid=29215] ppid=29213 vsize=1540296 CPUtime=1664.78
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 72409 0 1 0 166444 34 0 0 18 0 13 0 28538689 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385074 62969 1442 10 0 382376 0
[pid=29215/tid=29217] ppid=29213 vsize=1540296 CPUtime=1658.33
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32099 0 1 0 165817 16 0 0 25 0 13 0 28538691 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4110280774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1540296 CPUtime=0.69
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 13355 0 0 0 62 7 0 0 16 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1540296 CPUtime=0.68
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 11977 0 0 0 63 5 0 0 16 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1540296 CPUtime=2.31
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 6022 0 0 0 230 1 0 0 15 0 13 0 28538694 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1540296 CPUtime=2.07
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7129 0 0 0 205 2 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1540296 CPUtime=0.65
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 659 0 0 0 65 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.78
Current children cumulated vsize (KiB) 1540296

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29274
/proc/meminfo: memFree=1540184/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1540296 CPUtime=1724.77
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 72414 0 1 0 172442 35 0 0 18 0 13 0 28538689 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385074 62969 1442 10 0 382376 0
[pid=29215/tid=29217] ppid=29213 vsize=1540296 CPUtime=1718.16
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32100 0 1 0 171800 16 0 0 25 0 13 0 28538691 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4110280725 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1540296 CPUtime=0.7
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 13355 0 0 0 63 7 0 0 15 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1540296 CPUtime=0.69
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 11977 0 0 0 64 5 0 0 16 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1540296 CPUtime=2.44
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 6024 0 0 0 243 1 0 0 15 0 13 0 28538694 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1540296 CPUtime=2.07
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7129 0 0 0 205 2 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1540296 CPUtime=0.65
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 659 0 0 0 65 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.77
Current children cumulated vsize (KiB) 1540296

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29276
/proc/meminfo: memFree=1540060/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1540296 CPUtime=1784.74
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 72418 0 1 0 178439 35 0 0 18 0 13 0 28538689 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385074 62969 1442 10 0 382376 0
[pid=29215/tid=29217] ppid=29213 vsize=1540296 CPUtime=1778.14
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32100 0 1 0 177797 17 0 0 25 0 13 0 28538691 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4110280737 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1540296 CPUtime=0.7
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 13355 0 0 0 63 7 0 0 15 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1540296 CPUtime=0.69
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 11977 0 0 0 64 5 0 0 16 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1540296 CPUtime=2.44
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 6024 0 0 0 243 1 0 0 15 0 13 0 28538694 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1540296 CPUtime=2.07
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7129 0 0 0 205 2 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1540296 CPUtime=0.65
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 659 0 0 0 65 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 1540296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29276
/proc/meminfo: memFree=1540060/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1540296 CPUtime=1800.04
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 72418 0 1 0 179969 35 0 0 18 0 13 0 28538689 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385074 62969 1442 10 0 382376 0
[pid=29215/tid=29217] ppid=29213 vsize=1540296 CPUtime=1793.44
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32100 0 1 0 179327 17 0 0 25 0 13 0 28538691 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4110280725 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1540296 CPUtime=0.7
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 13355 0 0 0 63 7 0 0 15 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1540296 CPUtime=0.69
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 11977 0 0 0 64 5 0 0 16 0 13 0 28538692 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1540296 CPUtime=2.44
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 6024 0 0 0 243 1 0 0 15 0 13 0 28538694 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28538695 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1540296 CPUtime=2.07
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7129 0 0 0 205 2 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1540296 CPUtime=0.65
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 659 0 0 0 65 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28538699 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1540296 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28539008 1577263104 62969 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1540296

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

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

[startup+1797.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29276
/proc/meminfo: memFree=1540060/2059040 swapFree=4140228/4192956
[pid=29215] ppid=29213 vsize=1540944 CPUtime=1800.2
/proc/29215/stat : 29215 (java) S 29213 29215 29000 0 -1 4202496 72442 0 1 0 179985 35 0 0 18 0 14 0 28538689 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29215/statm: 385236 62991 1445 10 0 382538 0
[pid=29215/tid=29217] ppid=29213 vsize=1540944 CPUtime=1793.54
/proc/29215/task/29217/stat : 29217 (java) R 29213 29215 29000 0 -1 4202560 32100 0 1 0 179337 17 0 0 25 0 14 0 28538691 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4110280780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29215/tid=29218] ppid=29213 vsize=1540944 CPUtime=0.7
/proc/29215/task/29218/stat : 29218 (java) S 29213 29215 29000 0 -1 4202560 13355 0 0 0 63 7 0 0 15 0 14 0 28538692 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29219] ppid=29213 vsize=1540944 CPUtime=0.69
/proc/29215/task/29219/stat : 29219 (java) S 29213 29215 29000 0 -1 4202560 11977 0 0 0 64 5 0 0 16 0 14 0 28538692 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29220] ppid=29213 vsize=1540944 CPUtime=2.44
/proc/29215/task/29220/stat : 29220 (java) S 29213 29215 29000 0 -1 4202560 6024 0 0 0 243 1 0 0 15 0 14 0 28538694 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29221] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29221/stat : 29221 (java) S 29213 29215 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 28538695 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29222] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29213 29215 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28538695 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29223] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29213 29215 29000 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 28538699 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29224] ppid=29213 vsize=1540944 CPUtime=2.1
/proc/29215/task/29224/stat : 29224 (java) S 29213 29215 29000 0 -1 4202560 7131 0 0 0 208 2 0 0 15 0 14 0 28538699 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29225] ppid=29213 vsize=1540944 CPUtime=0.65
/proc/29215/task/29225/stat : 29225 (java) S 29213 29215 29000 0 -1 4202560 660 0 0 0 65 0 0 0 15 0 14 0 28538699 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29226] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29226/stat : 29226 (java) S 29213 29215 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 28538699 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=29215/tid=29227] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29227/stat : 29227 (java) S 29213 29215 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 28538699 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=29215/tid=29230] ppid=29213 vsize=1540944 CPUtime=0
/proc/29215/task/29230/stat : 29230 (java) S 29213 29215 29000 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 28539008 1577926656 62991 1992294400 134512640 134550932 4290449872 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1540944

Child status: 143
Real time (s): 1797.76
CPU time (s): 1800.25
CPU user time (s): 1799.87
CPU system time (s): 0.380942
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 1543896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72443
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= 36981
involuntary context switches= 15157

runsolver used 3.85841 second user time and 9.32658 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 17:29:29
IDJOB=2658784
IDBENCH=2325
IDSOLVER=1164
FILE ID=node009/2658784-1276529369
PBS_JOBID= 11173451
Free space on /tmp= 62448 MiB

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

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

MD5SUM BENCH= d20c34d69465e41d60c8740ade812dbe
RANDOM SEED=967727757

node009.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.199
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.39
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.199
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:       1789924 kB
Buffers:         74412 kB
Cached:         115660 kB
SwapCached:       5716 kB
Active:          95532 kB
Inactive:       106912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1789924 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            3076 kB
Writeback:           0 kB
AnonPages:       10832 kB
Mapped:          12816 kB
Slab:            44572 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180624 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= 62448 MiB
End job on node009 at 2010-06-14 17:59:29