Trace number 2661113

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)30 1800.3 1770.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark23.5534
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c solving HOME/instance-2661113-1276355313.opb
0.22/0.23	c reading problem ... 
0.36/0.36	c ... done. Wall clock time 0.129s.
0.36/0.36	c #vars     45
0.36/0.36	c #constraints  331
0.36/0.36	c constraints type 
0.36/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.36/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.36/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.36/0.37	c SATISFIABLE
0.36/0.37	c OPTIMIZING...
0.36/0.37	c Got one! Elapsed wall clock time (in seconds):0.139
0.36/0.37	o 33
0.49/0.41	c Got one! Elapsed wall clock time (in seconds):0.18
0.49/0.41	o 32
0.66/0.59	c Got one! Elapsed wall clock time (in seconds):0.365
0.66/0.59	o 31
2.64/1.50	c Got one! Elapsed wall clock time (in seconds):1.278
2.64/1.50	o 30
49.73/46.54	c cleaning 0 clauses out of 5001 with flag 0/5001
251.13/246.33	c cleaning 0 clauses out of 11002 with flag 0/11002
679.67/670.36	c cleaning 0 clauses out of 18001 with flag 0/18001
1462.86/1439.58	c cleaning 0 clauses out of 26002 with flag 0/26002
1800.07/1769.92	c starts		: 59
1800.07/1769.92	c conflicts		: 28836
1800.07/1769.92	c decisions		: 30078
1800.07/1769.92	c propagations		: 181087
1800.07/1769.92	c inspects		: 1173229538
1800.07/1769.92	c learnt literals	: 0
1800.07/1769.92	c learnt binary clauses	: 0
1800.07/1769.92	c learnt ternary clauses	: 0
1800.07/1769.92	c learnt clauses	: 28836
1800.07/1769.92	c ignored clauses	: 0
1800.07/1769.92	c root simplifications	: 0
1800.07/1769.93	c removed literals (reason simplification)	: 0
1800.07/1769.93	c reason swapping (by a shorter reason)	: 0
1800.07/1769.93	c Calls to reduceDB	: 4
1800.07/1769.93	c number of reductions to clauses (during analyze)	: 0
1800.07/1769.93	c number of learned constraints concerned by reduction	: 0
1800.07/1769.93	c number of learning phase by resolution	: 0
1800.07/1769.93	c number of learning phase by cutting planes	: 0
1800.07/1769.93	c speed (assignments/second)	: 102.40044785740943
1800.07/1769.93	c non guided choices	0
1800.07/1769.98	c learnt constraints type 
1800.07/1769.99	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.07/1769.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 516
1800.07/1769.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28271
1800.07/1769.99	c constraints type 
1800.07/1769.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1800.07/1769.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
1800.07/1769.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.07/1769.99	s SATISFIABLE
1800.07/1769.99	v -x1 x2 -x3 x4 x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 -x23 x24 x25 x26 x27 -x28 -x29 x30 -x31 -x32 x33 -x34 x35 x36 -x37 x38 -x39 x40 -x41 x42 x43 x44 -x45 
1800.07/1769.99	c objective function=30
1800.07/1769.99	c Total wall clock time (in seconds): 1769.761

Verifier Data

OK	30

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661113-1276355313/watcher-2661113-1276355313 -o /tmp/evaluation-result-2661113-1276355313/solver-2661113-1276355313 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661113-1276355313.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.00 1.00 1.00 3/106 11450
/proc/meminfo: memFree=1736292/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=392 CPUtime=0
/proc/11450/stat : 11450 (java6) S 11448 11450 11274 0 -1 4194304 121 0 0 0 0 0 0 0 23 0 1 0 9183198 401408 40 1992294400 134512640 134550932 4287193504 18446744073709551615 3252820 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/11450/statm: 98 40 32 10 0 25 0

[startup+0.0282361 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11450
/proc/meminfo: memFree=1736292/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1517068 CPUtime=0.01
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 1534 0 1 0 0 1 0 0 23 0 2 0 9183198 1553477632 978 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 379267 978 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101249 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11450
/proc/meminfo: memFree=1736292/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1521796 CPUtime=0.08
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 3860 0 1 0 6 2 0 0 23 0 7 0 9183198 1558319104 3301 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 380449 3301 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.301285 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11450
/proc/meminfo: memFree=1736292/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1526424 CPUtime=0.36
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 5308 0 1 0 33 3 0 0 23 0 12 0 9183198 1563058176 4745 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 381606 4745 1362 10 0 378908 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526424

[startup+0.701354 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11450
/proc/meminfo: memFree=1736292/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1530508 CPUtime=1.06
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 7356 0 1 0 102 4 0 0 23 0 13 0 9183198 1567240192 6622 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 382627 6622 1408 10 0 379929 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1530508

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 11463
/proc/meminfo: memFree=1704072/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1535284 CPUtime=2.64
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 16240 0 1 0 256 8 0 0 23 0 13 0 9183198 1572130816 14690 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 383821 14692 1421 10 0 381123 0
[pid=11450/tid=11452] ppid=11448 vsize=1535284 CPUtime=1.16
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 11532 0 1 0 111 5 0 0 25 0 13 0 9183200 1572130816 14694 1992294400 134512640 134550932 4289263344 18446744073709551615 4109526397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 13 0 9183202 1572130816 14695 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9183202 1572130816 14695 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 9183204 1572130816 14696 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 9183204 1572130816 14696 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9183204 1572130816 14697 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1572130816 14697 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1535284 CPUtime=0.81
/proc/11450/task/11459/stat : 11459 (java) R 11448 11450 11274 0 -1 4202560 1930 0 0 0 81 0 0 0 25 0 13 0 9183209 1572130816 14698 1992294400 134512640 134550932 4289263344 18446744073709551615 106262176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1535284 CPUtime=0.62
/proc/11450/task/11460/stat : 11460 (java) R 11448 11450 11274 0 -1 4202560 1714 0 0 0 62 0 0 0 25 0 13 0 9183209 1572130816 14700 1992294400 134512640 134550932 4289263344 18446744073709551615 103150380 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1572130816 14702 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9183209 1572130816 14703 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1535284 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1572130816 14705 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1535284

[startup+3.1018 s]
/proc/loadavg: 1.16 1.03 1.01 4/119 11463
/proc/meminfo: memFree=1608840/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1548144 CPUtime=5.57
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 43933 0 1 0 538 19 0 0 23 0 13 0 9183198 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 387036 39454 1435 10 0 384338 0
[pid=11450/tid=11452] ppid=11448 vsize=1548144 CPUtime=2.71
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 32072 0 1 0 257 14 0 0 19 0 13 0 9183200 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4109535360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1548144 CPUtime=0.01
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 430 0 0 0 1 0 0 0 16 0 13 0 9183202 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1548144 CPUtime=0.01
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 477 0 0 0 1 0 0 0 16 0 13 0 9183202 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 9183204 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1548144 CPUtime=1.89
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 6777 0 0 0 187 2 0 0 17 0 13 0 9183209 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1548144 CPUtime=0.91
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 90 1 0 0 24 0 13 0 9183209 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9183209 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1548144 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1585299456 39454 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 1548144

[startup+6.30138 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 11463
/proc/meminfo: memFree=1581436/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=9.26
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 54415 0 1 0 902 24 0 0 23 0 13 0 9183198 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 46725 1437 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=5.82
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 37950 0 1 0 566 16 0 0 20 0 13 0 9183200 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4109534068 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=0.06
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 1706 0 0 0 6 0 0 0 16 0 13 0 9183202 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=0.06
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 1755 0 0 0 6 0 0 0 15 0 13 0 9183202 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9183204 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.3
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8811 0 0 0 227 3 0 0 15 0 13 0 9183209 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.95
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 94 1 0 0 15 0 13 0 9183209 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9183209 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 46725 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 1542860

[startup+12.7015 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 11463
/proc/meminfo: memFree=1549692/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=15.7
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 55666 0 1 0 1546 24 0 0 23 0 13 0 9183198 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 47798 1437 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=12.17
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 37956 0 1 0 1201 16 0 0 25 0 13 0 9183200 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4109534013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=0.1
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 2397 0 0 0 10 0 0 0 16 0 13 0 9183202 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=0.1
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 2309 0 0 0 9 1 0 0 16 0 13 0 9183202 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9183204 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.31
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8811 0 0 0 228 3 0 0 15 0 13 0 9183209 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.95
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 94 1 0 0 15 0 13 0 9183209 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9183209 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 47798 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.7
Current children cumulated vsize (KiB) 1542860

[startup+25.5019 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 11463
/proc/meminfo: memFree=1547584/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=28.56
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 56185 0 1 0 2832 24 0 0 23 0 13 0 9183198 1579888640 48276 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 48276 1437 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=24.9
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 37968 0 1 0 2474 16 0 0 25 0 13 0 9183200 1579888640 48276 1992294400 134512640 134550932 4289263344 18446744073709551615 4109629016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=0.15
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 2646 0 0 0 15 0 0 0 16 0 13 0 9183202 1579888640 48276 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=0.16
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 2567 0 0 0 15 1 0 0 16 0 13 0 9183202 1579888640 48276 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=0

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

[pid=11450] ppid=11448 vsize=1542860 CPUtime=1628.89
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 74472 0 1 0 162786 103 0 0 23 0 13 0 9183198 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 64970 1447 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=1575.53
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 39279 0 1 0 157529 24 0 0 25 0 13 0 9183200 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4109526060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=24.21
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 11450 0 0 0 2395 26 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=24.21
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 10050 0 0 0 2386 35 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=1.09
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 595 0 0 0 100 9 0 0 15 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.78
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8837 0 0 0 275 3 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.98
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 97 1 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0.01
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1628.89
Current children cumulated vsize (KiB) 1542860

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 11507
/proc/meminfo: memFree=1479136/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=1690.14
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 74523 0 1 0 168907 107 0 0 23 0 13 0 9183198 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 64970 1447 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=1634.19
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 39322 0 1 0 163395 24 0 0 25 0 13 0 9183200 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4109535460 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=25.51
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 11450 0 0 0 2524 27 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=25.51
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 10050 0 0 0 2512 39 0 0 15 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=1.09
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 599 0 0 0 100 9 0 0 15 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.78
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8837 0 0 0 275 3 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.98
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 97 1 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0.01
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1690.14
Current children cumulated vsize (KiB) 1542860

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11509
/proc/meminfo: memFree=1479136/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=1751.45
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 74574 0 1 0 175033 112 0 0 23 0 13 0 9183198 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 64970 1447 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=1692.81
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 39365 0 1 0 169257 24 0 0 25 0 13 0 9183200 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4109533292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=26.84
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 11450 0 0 0 2655 29 0 0 15 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=26.84
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 10050 0 0 0 2643 41 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=1.11
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 603 0 0 0 102 9 0 0 15 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.78
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8837 0 0 0 275 3 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.98
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 97 1 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0.01
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1751.45
Current children cumulated vsize (KiB) 1542860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11511
/proc/meminfo: memFree=1479012/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1542860 CPUtime=1800.07
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 74612 0 1 0 179892 115 0 0 23 0 13 0 9183198 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385715 64970 1447 10 0 383017 0
[pid=11450/tid=11452] ppid=11448 vsize=1542860 CPUtime=1739.3
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 39399 0 1 0 173906 24 0 0 25 0 13 0 9183200 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4109533510 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1542860 CPUtime=27.89
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 11450 0 0 0 2759 30 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1542860 CPUtime=27.9
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 10050 0 0 0 2748 42 0 0 16 0 13 0 9183202 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1542860 CPUtime=1.13
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 605 0 0 0 103 10 0 0 15 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9183204 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1542860 CPUtime=2.78
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8837 0 0 0 275 3 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1542860 CPUtime=0.98
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 97 1 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1542860 CPUtime=0.01
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 13 0 9183209 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1542860 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9183235 1579888640 64970 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542860

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

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

[startup+1770.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11511
/proc/meminfo: memFree=1479012/2059040 swapFree=4192956/4192956
[pid=11450] ppid=11448 vsize=1543508 CPUtime=1800.23
/proc/11450/stat : 11450 (java) S 11448 11450 11274 0 -1 4202496 74633 0 1 0 179908 115 0 0 18 0 14 0 9183198 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11450/statm: 385877 64991 1450 10 0 383179 0
[pid=11450/tid=11452] ppid=11448 vsize=1543508 CPUtime=1739.4
/proc/11450/task/11452/stat : 11452 (java) R 11448 11450 11274 0 -1 4202560 39399 0 1 0 173916 24 0 0 25 0 14 0 9183200 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4109536116 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11450/tid=11453] ppid=11448 vsize=1543508 CPUtime=27.89
/proc/11450/task/11453/stat : 11453 (java) S 11448 11450 11274 0 -1 4202560 11450 0 0 0 2759 30 0 0 16 0 14 0 9183202 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11454] ppid=11448 vsize=1543508 CPUtime=27.9
/proc/11450/task/11454/stat : 11454 (java) S 11448 11450 11274 0 -1 4202560 10050 0 0 0 2748 42 0 0 16 0 14 0 9183202 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11455] ppid=11448 vsize=1543508 CPUtime=1.13
/proc/11450/task/11455/stat : 11455 (java) S 11448 11450 11274 0 -1 4202560 605 0 0 0 103 10 0 0 16 0 14 0 9183204 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11456] ppid=11448 vsize=1543508 CPUtime=0
/proc/11450/task/11456/stat : 11456 (java) S 11448 11450 11274 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9183204 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11457] ppid=11448 vsize=1543508 CPUtime=0
/proc/11450/task/11457/stat : 11457 (java) S 11448 11450 11274 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 9183204 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11458] ppid=11448 vsize=1543508 CPUtime=0
/proc/11450/task/11458/stat : 11458 (java) S 11448 11450 11274 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 9183209 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11459] ppid=11448 vsize=1543508 CPUtime=2.78
/proc/11450/task/11459/stat : 11459 (java) S 11448 11450 11274 0 -1 4202560 8839 0 0 0 275 3 0 0 15 0 14 0 9183209 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11460] ppid=11448 vsize=1543508 CPUtime=1.01
/proc/11450/task/11460/stat : 11460 (java) S 11448 11450 11274 0 -1 4202560 3098 0 0 0 100 1 0 0 15 0 14 0 9183209 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11461] ppid=11448 vsize=1543508 CPUtime=0
/proc/11450/task/11461/stat : 11461 (java) S 11448 11450 11274 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 9183209 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 0 0 0 0
[pid=11450/tid=11462] ppid=11448 vsize=1543508 CPUtime=0.01
/proc/11450/task/11462/stat : 11462 (java) S 11448 11450 11274 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 14 0 9183209 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
[pid=11450/tid=11463] ppid=11448 vsize=1543508 CPUtime=0
/proc/11450/task/11463/stat : 11463 (java) S 11448 11450 11274 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9183235 1580552192 64991 1992294400 134512640 134550932 4289263344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832352896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1543508

Child status: 143
Real time (s): 1770.07
CPU time (s): 1800.3
CPU user time (s): 1799.12
CPU system time (s): 1.18482
CPU usage (%): 101.708
Max. virtual memory (cumulated for all children) (KiB): 1551732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.18482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74634
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= 48337
involuntary context switches= 40730

runsolver used 3.90841 second user time and 9.36558 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 17:08:33
IDJOB=2661113
IDBENCH=1865
IDSOLVER=1165
FILE ID=node027/2661113-1276355313
PBS_JOBID= 11173209
Free space on /tmp= 62448 MiB

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

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=299627588

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1736564 kB
Buffers:         51044 kB
Cached:         141856 kB
SwapCached:          0 kB
Active:         148964 kB
Inactive:       103268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1736564 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       59224 kB
Mapped:          15372 kB
Slab:            48016 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 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 node027 at 2010-06-12 17:38:05