Trace number 2662383

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.3 916.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
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.v20100531
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662383-1276539947.opb
0.24/0.21	c reading problem ... 
6.28/4.12	c ... done. Wall clock time 3.907s.
6.28/4.12	c #vars     58150
6.28/4.12	c #constraints  26556
6.28/4.12	c constraints type 
6.28/4.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
6.28/4.12	c constraints type 
6.28/4.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
122.96/63.14	c cleaning 2497 clauses out of 5001 with flag 5001/5001
325.00/166.00	c cleaning 4246 clauses out of 8503 with flag 11000/11000
581.14/296.55	c cleaning 5626 clauses out of 11260 with flag 18003/18003
910.11/463.98	c cleaning 6812 clauses out of 13631 with flag 26000/26000
1261.67/642.84	c cleaning 7905 clauses out of 15820 with flag 35001/35001
1677.69/853.81	c cleaning 8950 clauses out of 17914 with flag 45000/45000
1800.07/916.62	c starts		: 66
1800.07/916.62	c conflicts		: 47361
1800.07/916.62	c decisions		: 503092
1800.07/916.62	c propagations		: 33753499
1800.07/916.62	c inspects		: 309306166
1800.07/916.62	c learnt literals	: 0
1800.07/916.62	c learnt binary clauses	: 0
1800.07/916.62	c learnt ternary clauses	: 0
1800.07/916.62	c learnt clauses	: 47361
1800.07/916.62	c ignored clauses	: 0
1800.07/916.62	c root simplifications	: 0
1800.07/916.62	c removed literals (reason simplification)	: 8774
1800.07/916.62	c reason swapping (by a shorter reason)	: 0
1800.07/916.62	c Calls to reduceDB	: 6
1800.07/916.62	c number of reductions to clauses (during analyze)	: 0
1800.07/916.62	c number of learned constraints concerned by reduction	: 0
1800.07/916.62	c number of learning phase by resolution	: 0
1800.07/916.62	c number of learning phase by cutting planes	: 0
1800.07/916.62	c speed (assignments/second)	: 36990.460190335914
1800.07/916.62	c non guided choices	166322
1800.07/916.67	c learnt constraints type 
1800.07/916.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11326
1800.07/916.67	c constraints type 
1800.07/916.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.07/916.67	c constraints type 
1800.07/916.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.07/916.67	s UNKNOWN
1800.07/916.68	c Total wall clock time (in seconds): 916.461

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-2662383-1276539947/watcher-2662383-1276539947 -o /tmp/evaluation-result-2662383-1276539947/solver-2662383-1276539947 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662383-1276539947.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.75 1.87 1.79 3/106 32096
/proc/meminfo: memFree=1687068/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=248 CPUtime=0
/proc/32096/stat : 32096 (java) R 32094 32096 31991 0 -1 4194304 276 0 0 0 0 0 0 0 19 0 1 0 29596042 253952 21 1992294400 134512640 134550932 4293121920 18446744073709551615 9186517 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32096/statm: 62 28 21 10 0 23 0

[startup+0.017802 s]
/proc/loadavg: 1.75 1.87 1.79 3/106 32096
/proc/meminfo: memFree=1687068/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=13480 CPUtime=0
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 1113 0 0 0 0 0 0 0 18 0 2 0 29596042 13803520 582 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.100855 s]
/proc/loadavg: 1.75 1.87 1.79 3/106 32096
/proc/meminfo: memFree=1687068/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1524180 CPUtime=0.08
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 3953 0 1 0 5 3 0 0 18 0 12 0 29596042 1560760320 3391 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300665 s]
/proc/loadavg: 1.75 1.87 1.79 3/106 32096
/proc/meminfo: memFree=1687068/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1526436 CPUtime=0.39
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 6000 0 1 0 34 5 0 0 18 0 12 0 29596042 1563070464 5436 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 381609 5437 1357 10 0 378912 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526436

[startup+0.700655 s]
/proc/loadavg: 1.75 1.87 1.79 3/106 32096
/proc/meminfo: memFree=1687068/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1527940 CPUtime=1.07
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 9774 0 1 0 101 6 0 0 18 0 12 0 29596042 1564610560 9114 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 381985 9115 1400 10 0 379288 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527940

[startup+1.50164 s]
/proc/loadavg: 1.75 1.87 1.79 4/118 32108
/proc/meminfo: memFree=1638364/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1540252 CPUtime=2.46
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 21971 0 1 0 235 11 0 0 18 0 12 0 29596042 1577218048 20807 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 385063 20808 1406 10 0 382366 0
[pid=32096/tid=32098] ppid=32094 vsize=1540252 CPUtime=1.47
/proc/32096/task/32098/stat : 32098 (java) R 32094 32096 31991 0 -1 4202560 16532 0 1 0 139 8 0 0 18 0 12 0 29596044 1577218048 20809 1992294400 134512640 134550932 4293121920 18446744073709551615 4109488837 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 29596045 1577218048 20810 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 29596045 1577218048 20811 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29596047 1577218048 20812 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29596048 1577218048 20813 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29596048 1577218048 20814 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29596052 1577218048 20815 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1540252 CPUtime=0.51
/proc/32096/task/32105/stat : 32105 (java) R 32094 32096 31991 0 -1 4202560 413 0 0 0 51 0 0 0 24 0 12 0 29596052 1577218048 20816 1992294400 134512640 134550932 4293121920 18446744073709551615 105495949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1540252 CPUtime=0.45
/proc/32096/task/32106/stat : 32106 (java) R 32094 32096 31991 0 -1 4202560 3965 0 0 0 44 1 0 0 22 0 12 0 29596052 1577218048 20819 1992294400 134512640 134550932 4293121920 18446744073709551615 104140651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29596052 1577218048 20825 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1540252 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29596052 1577218048 20828 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1540252

[startup+3.1016 s]
/proc/loadavg: 1.75 1.87 1.79 4/118 32108
/proc/meminfo: memFree=1561360/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1545816 CPUtime=5.01
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 49661 0 1 0 478 23 0 0 18 0 12 0 29596042 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 386454 45579 1415 10 0 383757 0
[pid=32096/tid=32098] ppid=32094 vsize=1545816 CPUtime=2.9
/proc/32096/task/32098/stat : 32098 (java) R 32094 32096 31991 0 -1 4202560 32019 0 1 0 275 15 0 0 17 0 12 0 29596044 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4109545727 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1545816 CPUtime=0.15
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 4587 0 0 0 13 2 0 0 18 0 12 0 29596045 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1545816 CPUtime=0.14
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 3628 0 0 0 13 1 0 0 18 0 12 0 29596045 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 29596047 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29596048 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29596048 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29596052 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1545816 CPUtime=0.88
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 1492 0 0 0 88 0 0 0 25 0 12 0 29596052 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1545816 CPUtime=0.88
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6869 0 0 0 86 2 0 0 24 0 12 0 29596052 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29596052 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1545816 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29596052 1582915584 45579 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1545816

[startup+6.30253 s]
/proc/loadavg: 1.69 1.85 1.78 6/122 32112
/proc/meminfo: memFree=1452952/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1547112 CPUtime=10.61
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 66929 0 1 0 1027 34 0 0 18 0 16 0 29596042 1584242688 60001 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 386778 60001 1436 10 0 384081 0
[pid=32096/tid=32098] ppid=32094 vsize=1547112 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32045 0 1 0 350 16 0 0 15 0 16 0 29596044 1584242688 60002 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1547112 CPUtime=0.59
/proc/32096/task/32099/stat : 32099 (java) R 32094 32096 31991 0 -1 4202560 14114 0 0 0 53 6 0 0 15 0 16 0 29596045 1584242688 60002 1992294400 134512640 134550932 4293121920 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1547112 CPUtime=0.59
/proc/32096/task/32100/stat : 32100 (java) R 32094 32096 31991 0 -1 4202560 10545 0 0 0 54 5 0 0 18 0 16 0 29596045 1584242688 60002 1992294400 134512640 134550932 4293121920 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 29596047 1584242688 60002 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 29596048 1584242688 60002 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 29596048 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1547112 CPUtime=1.62
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 2184 0 0 0 161 1 0 0 15 0 16 0 29596052 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1547112 CPUtime=1.68
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6917 0 0 0 166 2 0 0 16 0 16 0 29596052 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 29596052 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1547112 CPUtime=1.59
/proc/32096/task/32109/stat : 32109 (java) S 32094 32096 31991 0 -1 4202560 29 0 0 0 159 0 0 0 19 0 16 0 29596455 1584242688 60003 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1547112 CPUtime=0.79
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 21 0 0 0 79 0 0 0 19 0 16 0 29596455 1584242688 60004 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1584242688 60004 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1584242688 60004 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 1547112

[startup+12.7014 s]
/proc/loadavg: 1.71 1.85 1.79 3/122 32112
/proc/meminfo: memFree=1393680/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1547112 CPUtime=23.26
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 83450 0 1 0 2283 43 0 0 18 0 16 0 29596042 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 386778 75407 1438 10 0 384081 0
[pid=32096/tid=32098] ppid=32094 vsize=1547112 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32045 0 1 0 350 16 0 0 15 0 16 0 29596044 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1547112 CPUtime=1.33
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 23241 0 0 0 122 11 0 0 16 0 16 0 29596045 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1547112 CPUtime=1.32
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 17851 0 0 0 123 9 0 0 16 0 16 0 29596045 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1547112 CPUtime=0.01
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 29596047 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 29596048 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 29596048 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1547112 CPUtime=1.71
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 2246 0 0 0 170 1 0 0 16 0 16 0 29596052 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1547112 CPUtime=2.04
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6934 0 0 0 202 2 0 0 15 0 16 0 29596052 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 29596052 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1547112 CPUtime=7.14
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4202560 33 0 0 0 714 0 0 0 20 0 16 0 29596455 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4109521148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1547112 CPUtime=5.97
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 25 0 0 0 597 0 0 0 25 0 16 0 29596455 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4109880287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1547112 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1584242688 75407 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 1547112

[startup+25.5012 s]
/proc/loadavg: 1.78 1.86 1.79 2/122 32112
/proc/meminfo: memFree=1322504/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1547112 CPUtime=48.53
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 100703 0 1 0 4799 54 0 0 18 0 16 0 29596042 1584242688 92166 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/32096/statm: 387290 196656 1445 10 0 384593 0
[pid=32096/tid=32098] ppid=32094 vsize=1549160 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32060 0 1 0 350 16 0 0 15 0 16 0 29596044 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1549160 CPUtime=18.96
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 90506 0 0 0 1819 77 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1549160 CPUtime=19.14
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 76597 0 0 0 1859 55 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1549160 CPUtime=11.7
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 7873 0 0 0 1145 25 0 0 15 0 16 0 29596047 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1549160 CPUtime=2.13
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 4223 0 0 0 211 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1549160 CPUtime=2.17
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6955 0 0 0 215 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1549160 CPUtime=719.62
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4202560 776 0 0 0 71942 20 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109573439 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1549160 CPUtime=718.85
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 858 0 0 0 71870 15 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109521286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1496.31
Current children cumulated vsize (KiB) 1549160

[startup+822.301 s]
/proc/loadavg: 2.18 2.05 1.92 4/122 32134
/proc/meminfo: memFree=901776/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1549160 CPUtime=1615.14
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 221108 0 1 0 161292 222 0 0 18 0 16 0 29596042 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 387290 196656 1445 10 0 384593 0
[pid=32096/tid=32098] ppid=32094 vsize=1549160 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32060 0 1 0 350 16 0 0 15 0 16 0 29596044 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1549160 CPUtime=19.96
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 90506 0 0 0 1918 78 0 0 15 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1549160 CPUtime=20.14
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 76597 0 0 0 1958 56 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1549160 CPUtime=11.79
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 7875 0 0 0 1153 26 0 0 15 0 16 0 29596047 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1549160 CPUtime=2.13
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 4223 0 0 0 211 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1549160 CPUtime=2.17
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6955 0 0 0 215 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1549160 CPUtime=778.11
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4202560 844 0 0 0 77789 22 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109971093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1549160 CPUtime=777.09
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 927 0 0 0 77693 16 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109521145 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1615.14
Current children cumulated vsize (KiB) 1549160

[startup+882.302 s]
/proc/loadavg: 2.06 2.04 1.92 3/122 32136
/proc/meminfo: memFree=901528/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1549160 CPUtime=1732.14
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 223820 0 1 0 172983 231 0 0 18 0 16 0 29596042 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 387290 196656 1445 10 0 384593 0
[pid=32096/tid=32098] ppid=32094 vsize=1549160 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32061 0 1 0 350 16 0 0 15 0 16 0 29596044 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1549160 CPUtime=20.95
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 90506 0 0 0 2016 79 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1549160 CPUtime=21.15
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 76597 0 0 0 2058 57 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1549160 CPUtime=13.9
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 10441 0 0 0 1362 28 0 0 15 0 16 0 29596047 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1549160 CPUtime=2.13
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 4223 0 0 0 211 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1549160 CPUtime=2.17
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6955 0 0 0 215 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1549160 CPUtime=834.78
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4202560 916 0 0 0 83455 23 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109881758 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1549160 CPUtime=833.29
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 996 0 0 0 83311 18 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109521284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.14
Current children cumulated vsize (KiB) 1549160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.602 s]
/proc/loadavg: 2.03 2.04 1.92 3/122 32136
/proc/meminfo: memFree=901528/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=1549160 CPUtime=1800.07
/proc/32096/stat : 32096 (java) S 32094 32096 31991 0 -1 4202496 223923 0 1 0 179772 235 0 0 18 0 16 0 29596042 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 387290 196656 1445 10 0 384593 0
[pid=32096/tid=32098] ppid=32094 vsize=1549160 CPUtime=3.66
/proc/32096/task/32098/stat : 32098 (java) S 32094 32096 31991 0 -1 4202560 32061 0 1 0 350 16 0 0 15 0 16 0 29596044 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32099] ppid=32094 vsize=1549160 CPUtime=21.63
/proc/32096/task/32099/stat : 32099 (java) S 32094 32096 31991 0 -1 4202560 90506 0 0 0 2083 80 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32100] ppid=32094 vsize=1549160 CPUtime=21.81
/proc/32096/task/32100/stat : 32100 (java) S 32094 32096 31991 0 -1 4202560 76597 0 0 0 2124 57 0 0 16 0 16 0 29596045 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32101] ppid=32094 vsize=1549160 CPUtime=13.96
/proc/32096/task/32101/stat : 32101 (java) S 32094 32096 31991 0 -1 4202560 10443 0 0 0 1366 30 0 0 15 0 16 0 29596047 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32102] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32102/stat : 32102 (java) S 32094 32096 31991 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32103] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32103/stat : 32103 (java) S 32094 32096 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29596048 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32104] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32104/stat : 32104 (java) S 32094 32096 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32105] ppid=32094 vsize=1549160 CPUtime=2.13
/proc/32096/task/32105/stat : 32105 (java) S 32094 32096 31991 0 -1 4202560 4223 0 0 0 211 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32106] ppid=32094 vsize=1549160 CPUtime=2.17
/proc/32096/task/32106/stat : 32106 (java) S 32094 32096 31991 0 -1 4202560 6955 0 0 0 215 2 0 0 16 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32107] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32107/stat : 32107 (java) S 32094 32096 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32096/tid=32108] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32108/stat : 32108 (java) S 32094 32096 31991 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 29596052 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=1549160 CPUtime=868.34
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4202560 957 0 0 0 86810 24 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109879482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32096/tid=32110] ppid=32094 vsize=1549160 CPUtime=866.27
/proc/32096/task/32110/stat : 32110 (java) R 32094 32096 31991 0 -1 4202560 1054 0 0 0 86609 18 0 0 25 0 16 0 29596455 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4109521286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32096/tid=32111] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32111/stat : 32111 (java) S 32094 32096 31991 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 29596541 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32096/tid=32112] ppid=32094 vsize=1549160 CPUtime=0
/proc/32096/task/32112/stat : 32112 (java) S 32094 32096 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29596545 1586339840 196656 1992294400 134512640 134550932 4293121920 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1549160

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

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

[startup+916.717 s]
/proc/loadavg: 2.03 2.04 1.92 3/122 32136
/proc/meminfo: memFree=901528/2059040 swapFree=4135896/4192956
[pid=32096] ppid=32094 vsize=0 CPUtime=1800.24
/proc/32096/stat : 32096 (java) Z 32094 32096 31991 0 -1 4203548 223946 0 1 0 179786 238 0 0 17 0 2 0 29596042 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 0 0 0 0 0 0 0
[pid=32096/tid=32109] ppid=32094 vsize=0 CPUtime=868.42
/proc/32096/task/32109/stat : 32109 (java) R 32094 32096 31991 0 -1 4203588 957 0 0 0 86815 27 0 0 25 0 2 0 29596455 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.76
CPU time (s): 1800.3
CPU user time (s): 1797.87
CPU system time (s): 2.42863
CPU usage (%): 196.376
Max. virtual memory (cumulated for all children) (KiB): 1559408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 2.42863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223946
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= 42909
involuntary context switches= 59771

runsolver used 4.51131 second user time and 10.8424 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 20:25:47
IDJOB=2662383
IDBENCH=2363
IDSOLVER=1166
FILE ID=node015/2662383-1276539947
PBS_JOBID= 11173472
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dc1c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662383-1276539947/watcher-2662383-1276539947 -o /tmp/evaluation-result-2662383-1276539947/solver-2662383-1276539947 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662383-1276539947.opb

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=442469746

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1687464 kB
Buffers:        150444 kB
Cached:         140340 kB
SwapCached:      10756 kB
Active:          82096 kB
Inactive:       222616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1687464 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            4860 kB
Writeback:           0 kB
AnonPages:       12228 kB
Mapped:           9224 kB
Slab:            44840 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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= 62576 MiB
End job on node015 at 2010-06-14 20:41:06