Trace number 2660618

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-26? (TO) 1800.18 1785.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
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 4574600208
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29764190431236
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29764190431236
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
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@16fd0b7
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	c solving HOME/instance-2660618-1276522755.opb
0.24/0.21	c reading problem ... 
6.30/5.12	c ... done. Wall clock time 4.899s.
6.30/5.12	c #vars     155000
6.30/5.12	c #constraints  64123
6.30/5.12	c constraints type 
6.30/5.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.07/1785.42	c starts		: 1
1800.07/1785.42	c conflicts		: 220
1800.07/1785.42	c decisions		: 415111
1800.07/1785.42	c propagations		: 8057174
1800.07/1785.42	c inspects		: 35799531
1800.07/1785.42	c learnt literals	: 0
1800.07/1785.42	c learnt binary clauses	: 0
1800.07/1785.42	c learnt ternary clauses	: 0
1800.07/1785.42	c learnt clauses	: 219
1800.07/1785.42	c ignored clauses	: 0
1800.07/1785.42	c root simplifications	: 0
1800.07/1785.42	c removed literals (reason simplification)	: 0
1800.07/1785.42	c reason swapping (by a shorter reason)	: 0
1800.07/1785.42	c Calls to reduceDB	: 0
1800.07/1785.42	c number of reductions to clauses (during analyze)	: 0
1800.07/1785.42	c number of learned constraints concerned by reduction	: 0
1800.07/1785.42	c number of learning phase by resolution	: 0
1800.07/1785.42	c number of learning phase by cutting planes	: 0
1800.07/1785.42	c speed (assignments/second)	: 4525.719145226556
1800.07/1785.42	c non guided choices	0
1800.07/1785.42	c learnt constraints type 
1800.07/1785.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 219
1800.07/1785.42	c constraints type 
1800.07/1785.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.07/1785.42	s UNKNOWN
1800.07/1785.42	c Total wall clock time (in seconds): 1785.21

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-2660618-1276522755/watcher-2660618-1276522755 -o /tmp/evaluation-result-2660618-1276522755/solver-2660618-1276522755 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660618-1276522755.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.06 1.06 1.01 3/106 28805
/proc/meminfo: memFree=1873792/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=248 CPUtime=0
/proc/28805/stat : 28805 (java) R 28803 28805 28498 0 -1 4194304 281 0 0 0 0 0 0 0 21 0 1 0 27879497 253952 28 1992294400 134512640 134550932 4289802656 18446744073709551615 10482142 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28805/statm: 62 28 21 10 0 23 0

[startup+0.0569721 s]
/proc/loadavg: 1.06 1.06 1.01 3/106 28805
/proc/meminfo: memFree=1873792/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1521664 CPUtime=0.04
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 3585 0 1 0 2 2 0 0 18 0 7 0 27879497 1558183936 3027 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 380416 3027 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100973 s]
/proc/loadavg: 1.06 1.06 1.01 3/106 28805
/proc/meminfo: memFree=1873792/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1524184 CPUtime=0.08
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 3960 0 1 0 5 3 0 0 18 0 12 0 27879497 1560764416 3400 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30099 s]
/proc/loadavg: 1.06 1.06 1.01 3/106 28805
/proc/meminfo: memFree=1873792/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1527004 CPUtime=0.38
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 6297 0 1 0 34 4 0 0 18 0 12 0 27879497 1563652096 5735 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 381751 5735 1365 10 0 379053 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527004

[startup+0.701012 s]
/proc/loadavg: 1.06 1.06 1.01 3/106 28805
/proc/meminfo: memFree=1873792/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1527600 CPUtime=1.03
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 10315 0 1 0 97 6 0 0 18 0 12 0 27879497 1564262400 9705 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 381900 9706 1401 10 0 379202 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527600

[startup+1.50209 s]
/proc/loadavg: 1.06 1.06 1.01 2/118 28817
/proc/meminfo: memFree=1818332/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1527600 CPUtime=1.92
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 23664 0 1 0 181 11 0 0 18 0 12 0 27879497 1564262400 23014 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 381900 23014 1402 10 0 379202 0
[pid=28805/tid=28807] ppid=28803 vsize=1527600 CPUtime=1.48
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 21575 0 1 0 138 10 0 0 19 0 12 0 27879499 1564262400 23014 1992294400 134512640 134550932 4289802656 18446744073709551615 103615333 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 27879500 1564262400 23014 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27879500 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27879502 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27879503 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27879503 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27879507 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1527600 CPUtime=0.2
/proc/28805/task/28814/stat : 28814 (java) R 28803 28805 28498 0 -1 4202560 336 0 0 0 20 0 0 0 16 0 12 0 27879507 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 105870917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1527600 CPUtime=0.22
/proc/28805/task/28815/stat : 28815 (java) R 28803 28805 28498 0 -1 4202560 691 0 0 0 22 0 0 0 17 0 12 0 27879507 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 106106710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27879507 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27879507 1564262400 23015 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1527600

[startup+3.10221 s]
/proc/loadavg: 1.06 1.06 1.01 4/118 28817
/proc/meminfo: memFree=1722108/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1527600 CPUtime=3.9
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 41491 0 1 0 370 20 0 0 18 0 12 0 27879497 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 381900 40459 1418 10 0 379202 0
[pid=28805/tid=28807] ppid=28803 vsize=1527600 CPUtime=2.94
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 32015 0 1 0 280 14 0 0 21 0 12 0 27879499 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4109046819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1527600 CPUtime=0.11
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 3741 0 0 0 9 2 0 0 18 0 12 0 27879500 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1527600 CPUtime=0.11
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 3525 0 0 0 10 1 0 0 18 0 12 0 27879500 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 27879502 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27879503 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27879503 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27879507 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1527600 CPUtime=0.41
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 448 0 0 0 41 0 0 0 15 0 12 0 27879507 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1527600 CPUtime=0.28
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 695 0 0 0 28 0 0 0 16 0 12 0 27879507 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27879507 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1527600 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27879507 1564262400 40459 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1527600

[startup+6.30147 s]
/proc/loadavg: 1.06 1.06 1.01 3/118 28817
/proc/meminfo: memFree=1652172/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1529160 CPUtime=8.04
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 63046 0 1 0 773 31 0 0 18 0 13 0 27879497 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 382290 59365 1438 10 0 379592 0
[pid=28805/tid=28807] ppid=28803 vsize=1529160 CPUtime=5.44
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 32059 0 1 0 529 15 0 0 21 0 13 0 27879499 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4109492772 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1529160 CPUtime=0.61
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 16804 0 0 0 53 8 0 0 18 0 13 0 27879500 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1529160 CPUtime=0.61
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 11006 0 0 0 56 5 0 0 18 0 13 0 27879500 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27879502 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1529160 CPUtime=0.73
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 850 0 0 0 73 0 0 0 15 0 13 0 27879507 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1529160 CPUtime=0.58
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 1256 0 0 0 58 0 0 0 15 0 13 0 27879507 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1529160 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27879507 1565859840 59365 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1529160

[startup+12.7012 s]
/proc/loadavg: 1.05 1.06 1.00 2/119 28818
/proc/meminfo: memFree=1610624/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532644 CPUtime=15.47
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 72576 0 1 0 1510 37 0 0 18 0 13 0 27879497 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383161 67474 1440 10 0 380463 0
[pid=28805/tid=28807] ppid=28803 vsize=1532644 CPUtime=11.12
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 32089 0 1 0 1097 15 0 0 25 0 13 0 27879499 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4109310337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532644 CPUtime=1.04
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 20531 0 0 0 94 10 0 0 15 0 13 0 27879500 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532644 CPUtime=1.05
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 15251 0 0 0 97 8 0 0 15 0 13 0 27879500 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27879502 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532644 CPUtime=1.17
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 117 0 0 0 16 0 13 0 27879507 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532644 CPUtime=1.02
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 1709 0 0 0 102 0 0 0 15 0 13 0 27879507 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27879507 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569427456 67474 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1532644

[startup+25.5017 s]
/proc/loadavg: 1.04 1.05 1.00 2/119 28818
/proc/meminfo: memFree=1604548/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532644 CPUtime=28.53
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 73568 0 1 0 2815 38 0 0 18 0 13 0 27879497 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383161 68424 1444 10 0 380463 0
[pid=28805/tid=28807] ppid=28803 vsize=1532644 CPUtime=23.72
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 32107 0 1 0 2357 15 0 0 25 0 13 0 27879499 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4109337266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532644 CPUtime=1.18
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 21139 0 0 0 107 11 0 0 16 0 13 0 27879500 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532644 CPUtime=1.19
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 15595 0 0 0 111 8 0 0 16 0 13 0 27879500 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27879502 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532644 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569427456 68424 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532644 CPUtime=0

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

[pid=28805] ppid=28803 vsize=1532428 CPUtime=1616.15
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 145961 0 1 0 161424 191 0 0 18 0 13 0 27879497 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383107 134904 1444 10 0 380409 0
[pid=28805/tid=28807] ppid=28803 vsize=1532428 CPUtime=1582.25
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 33686 0 1 0 158197 28 0 0 25 0 13 0 27879499 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4109493019 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532428 CPUtime=15.42
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 58741 0 0 0 1460 82 0 0 16 0 13 0 27879500 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532428 CPUtime=15.54
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 47874 0 0 0 1483 71 0 0 16 0 13 0 27879500 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532428 CPUtime=0.21
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 99 0 0 0 15 6 0 0 15 0 13 0 27879502 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532428 CPUtime=1.18
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 118 0 0 0 15 0 13 0 27879507 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532428 CPUtime=1.49
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 2480 0 0 0 148 1 0 0 15 0 13 0 27879507 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 27879507 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569206272 134904 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.15
Current children cumulated vsize (KiB) 1532428

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 28871
/proc/meminfo: memFree=1331624/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532428 CPUtime=1676.3
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 147233 0 1 0 167436 194 0 0 18 0 13 0 27879497 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383107 136132 1444 10 0 380409 0
[pid=28805/tid=28807] ppid=28803 vsize=1532428 CPUtime=1642.04
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 33690 0 1 0 164175 29 0 0 25 0 13 0 27879499 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4109280244 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532428 CPUtime=15.6
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 58910 0 0 0 1477 83 0 0 16 0 13 0 27879500 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532428 CPUtime=15.72
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 48965 0 0 0 1500 72 0 0 16 0 13 0 27879500 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532428 CPUtime=0.21
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 103 0 0 0 15 6 0 0 15 0 13 0 27879502 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532428 CPUtime=1.18
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 118 0 0 0 15 0 13 0 27879507 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532428 CPUtime=1.49
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 2480 0 0 0 148 1 0 0 15 0 13 0 27879507 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 27879507 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569206272 136132 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.3
Current children cumulated vsize (KiB) 1532428

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 28871
/proc/meminfo: memFree=1327780/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532428 CPUtime=1736.4
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 148273 0 1 0 173444 196 0 0 18 0 13 0 27879497 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383107 137055 1444 10 0 380409 0
[pid=28805/tid=28807] ppid=28803 vsize=1532428 CPUtime=1701.88
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 33693 0 1 0 170159 29 0 0 25 0 13 0 27879499 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4109492479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532428 CPUtime=15.72
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 59340 0 0 0 1489 83 0 0 16 0 13 0 27879500 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532428 CPUtime=15.84
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 49564 0 0 0 1512 72 0 0 15 0 13 0 27879500 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532428 CPUtime=0.21
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 107 0 0 0 15 6 0 0 15 0 13 0 27879502 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532428 CPUtime=1.18
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 118 0 0 0 15 0 13 0 27879507 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532428 CPUtime=1.49
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 2480 0 0 0 148 1 0 0 15 0 13 0 27879507 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 27879507 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569206272 137055 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1736.4
Current children cumulated vsize (KiB) 1532428

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 28873
/proc/meminfo: memFree=1324184/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532428 CPUtime=1796.92
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 149211 0 1 0 179491 201 0 0 18 0 13 0 27879497 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383107 137749 1444 10 0 380409 0
[pid=28805/tid=28807] ppid=28803 vsize=1532428 CPUtime=1761.2
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 33740 0 1 0 176090 30 0 0 25 0 13 0 27879499 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4109310182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532428 CPUtime=16.27
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 59621 0 0 0 1542 85 0 0 15 0 13 0 27879500 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532428 CPUtime=16.36
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 49976 0 0 0 1562 74 0 0 15 0 13 0 27879500 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532428 CPUtime=0.23
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 108 0 0 0 16 7 0 0 15 0 13 0 27879502 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532428 CPUtime=1.18
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 118 0 0 0 15 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532428 CPUtime=1.6
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 2675 0 0 0 159 1 0 0 16 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 1532428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 28873
/proc/meminfo: memFree=1324184/2059040 swapFree=4140192/4192956
[pid=28805] ppid=28803 vsize=1532428 CPUtime=1800.07
/proc/28805/stat : 28805 (java) S 28803 28805 28498 0 -1 4202496 149221 0 1 0 179806 201 0 0 18 0 13 0 27879497 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28805/statm: 383107 137749 1444 10 0 380409 0
[pid=28805/tid=28807] ppid=28803 vsize=1532428 CPUtime=1764.24
/proc/28805/task/28807/stat : 28807 (java) R 28803 28805 28498 0 -1 4202560 33746 0 1 0 176394 30 0 0 25 0 13 0 27879499 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4109567107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28805/tid=28808] ppid=28803 vsize=1532428 CPUtime=16.32
/proc/28805/task/28808/stat : 28808 (java) S 28803 28805 28498 0 -1 4202560 59621 0 0 0 1547 85 0 0 15 0 13 0 27879500 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28809] ppid=28803 vsize=1532428 CPUtime=16.42
/proc/28805/task/28809/stat : 28809 (java) S 28803 28805 28498 0 -1 4202560 49976 0 0 0 1568 74 0 0 15 0 13 0 27879500 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28810] ppid=28803 vsize=1532428 CPUtime=0.23
/proc/28805/task/28810/stat : 28810 (java) S 28803 28805 28498 0 -1 4202560 110 0 0 0 16 7 0 0 15 0 13 0 27879502 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 0 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28811] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28811/stat : 28811 (java) S 28803 28805 28498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28812] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28812/stat : 28812 (java) S 28803 28805 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27879503 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28813] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28813/stat : 28813 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28814] ppid=28803 vsize=1532428 CPUtime=1.18
/proc/28805/task/28814/stat : 28814 (java) S 28803 28805 28498 0 -1 4202560 1925 0 0 0 118 0 0 0 15 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28815] ppid=28803 vsize=1532428 CPUtime=1.6
/proc/28805/task/28815/stat : 28815 (java) S 28803 28805 28498 0 -1 4202560 2675 0 0 0 159 1 0 0 16 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28816] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28816/stat : 28816 (java) S 28803 28805 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
[pid=28805/tid=28817] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28817/stat : 28817 (java) S 28803 28805 28498 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27879507 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 1 0 0 0
[pid=28805/tid=28818] ppid=28803 vsize=1532428 CPUtime=0
/proc/28805/task/28818/stat : 28818 (java) S 28803 28805 28498 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 27880098 1569206272 137749 1992294400 134512640 134550932 4289802656 18446744073709551615 4294960144 0 4 0 16800975 18446604437835823296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532428

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

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

Child status: 143
Real time (s): 1785.51
CPU time (s): 1800.18
CPU user time (s): 1798.1
CPU system time (s): 2.07069
CPU usage (%): 100.822
Max. virtual memory (cumulated for all children) (KiB): 1534064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.07069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149242
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= 53325
involuntary context switches= 45684

runsolver used 3.78043 second user time and 9.34958 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 15:39:16
IDJOB=2660618
IDBENCH=2299
IDSOLVER=1165
FILE ID=node003/2660618-1276522755
PBS_JOBID= 11173441
Free space on /tmp= 62568 MiB

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

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

MD5SUM BENCH= bd6dfc1cb1b60fa01a3db613e331e5b8
RANDOM SEED=1419157917

node003.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.251
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.50
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.251
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:       1874064 kB
Buffers:          9144 kB
Cached:          97564 kB
SwapCached:       5600 kB
Active:          25404 kB
Inactive:        93604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1874064 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:            8880 kB
Writeback:           0 kB
AnonPages:       10840 kB
Mapped:          12968 kB
Slab:            43868 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181220 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= 62564 MiB
End job on node003 at 2010-06-14 16:09:03