Trace number 2660642

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.2 1786.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370b.opb
MD5SUM1f80e288849d4e939571e6eefbd84b3a
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 4779438072
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 29694485111877
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 29694485111877
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660642-1276523503.opb
0.22/0.22	c reading problem ... 
6.15/5.08	c ... done. Wall clock time 4.857s.
6.15/5.08	c #vars     155000
6.15/5.08	c #constraints  65976
6.15/5.08	c constraints type 
6.15/5.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.10/1786.32	c starts		: 1
1800.10/1786.32	c conflicts		: 283
1800.10/1786.32	c decisions		: 567705
1800.10/1786.32	c propagations		: 10747692
1800.10/1786.32	c inspects		: 50564320
1800.10/1786.32	c learnt literals	: 0
1800.10/1786.32	c learnt binary clauses	: 0
1800.10/1786.32	c learnt ternary clauses	: 0
1800.10/1786.32	c learnt clauses	: 282
1800.10/1786.32	c ignored clauses	: 0
1800.10/1786.32	c root simplifications	: 0
1800.10/1786.32	c removed literals (reason simplification)	: 0
1800.10/1786.32	c reason swapping (by a shorter reason)	: 0
1800.10/1786.32	c Calls to reduceDB	: 0
1800.10/1786.32	c number of reductions to clauses (during analyze)	: 0
1800.10/1786.32	c number of learned constraints concerned by reduction	: 0
1800.10/1786.32	c number of learning phase by resolution	: 0
1800.10/1786.32	c number of learning phase by cutting planes	: 0
1800.10/1786.32	c speed (assignments/second)	: 6033.815711837184
1800.10/1786.32	c non guided choices	0
1800.10/1786.33	c learnt constraints type 
1800.10/1786.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 282
1800.10/1786.33	c constraints type 
1800.10/1786.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.10/1786.33	s UNKNOWN
1800.10/1786.33	c Total wall clock time (in seconds): 1786.104

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-2660642-1276523503/watcher-2660642-1276523503 -o /tmp/evaluation-result-2660642-1276523503/solver-2660642-1276523503 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660642-1276523503.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.06 1.02 3/106 29197
/proc/meminfo: memFree=1849268/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=444 CPUtime=0
/proc/29197/stat : 29197 (java6) R 29195 29197 28862 0 -1 4194304 129 0 0 0 0 0 0 0 20 0 1 0 27954199 454656 48 1992294400 134512640 134550932 4291505280 18446744073709551615 3887700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29197/statm: 111 48 38 10 0 25 0

[startup+0.0437539 s]
/proc/loadavg: 1.00 1.06 1.02 3/106 29197
/proc/meminfo: memFree=1849268/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1520328 CPUtime=0.03
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 3360 0 1 0 1 2 0 0 15 0 4 0 27954199 1556815872 2803 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 380082 2803 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100753 s]
/proc/loadavg: 1.00 1.06 1.02 3/106 29197
/proc/meminfo: memFree=1849268/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1524184 CPUtime=0.08
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 3950 0 1 0 5 3 0 0 15 0 12 0 27954199 1560764416 3389 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300749 s]
/proc/loadavg: 1.00 1.06 1.02 3/106 29197
/proc/meminfo: memFree=1849268/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1526644 CPUtime=0.34
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 6191 0 1 0 30 4 0 0 15 0 12 0 27954199 1563283456 5628 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 381661 5628 1361 10 0 378963 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526644

[startup+0.70074 s]
/proc/loadavg: 1.00 1.06 1.02 3/106 29197
/proc/meminfo: memFree=1849268/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1528276 CPUtime=1.01
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 10397 0 1 0 94 7 0 0 15 0 12 0 27954199 1564954624 9785 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382069 9785 1401 10 0 379371 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528276

[startup+1.50172 s]
/proc/loadavg: 1.00 1.06 1.02 2/118 29209
/proc/meminfo: memFree=1793560/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1528436 CPUtime=1.9
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 23844 0 1 0 178 12 0 0 15 0 12 0 27954199 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382109 23232 1402 10 0 379411 0
[pid=29197/tid=29199] ppid=29195 vsize=1528436 CPUtime=1.45
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 21591 0 1 0 135 10 0 0 25 0 12 0 27954201 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4109412326 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 27954202 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 27954202 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27954204 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 27954204 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 27954204 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 27954209 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1528436 CPUtime=0.33
/proc/29197/task/29206/stat : 29206 (java) R 29195 29197 28862 0 -1 4202560 738 0 0 0 33 0 0 0 16 0 12 0 27954209 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 104140329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1528436 CPUtime=0.1
/proc/29197/task/29207/stat : 29207 (java) R 29195 29197 28862 0 -1 4202560 451 0 0 0 10 0 0 0 16 0 12 0 27954209 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 106117510 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27954209 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1528436 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27954209 1565118464 23232 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1528436

[startup+3.10169 s]
/proc/loadavg: 1.24 1.10 1.03 3/118 29209
/proc/meminfo: memFree=1698700/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1528416 CPUtime=3.87
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 41554 0 1 0 367 20 0 0 15 0 12 0 27954199 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382104 40616 1418 10 0 379406 0
[pid=29197/tid=29199] ppid=29195 vsize=1528416 CPUtime=2.92
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 32001 0 1 0 277 15 0 0 25 0 12 0 27954201 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4109808256 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1528416 CPUtime=0.12
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 4026 0 0 0 10 2 0 0 18 0 12 0 27954202 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1528416 CPUtime=0.1
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 3206 0 0 0 9 1 0 0 18 0 12 0 27954202 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 27954204 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27954204 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27954204 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 27954209 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1528416 CPUtime=0.52
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 775 0 0 0 52 0 0 0 16 0 12 0 27954209 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1528416 CPUtime=0.17
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 478 0 0 0 17 0 0 0 15 0 12 0 27954209 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27954209 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1528416 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27954209 1565097984 40616 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1528416

[startup+6.30162 s]
/proc/loadavg: 1.24 1.10 1.03 3/118 29209
/proc/meminfo: memFree=1627524/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1529948 CPUtime=8.24
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 63909 0 1 0 792 32 0 0 15 0 13 0 27954199 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382487 59821 1438 10 0 379789 0
[pid=29197/tid=29199] ppid=29195 vsize=1529948 CPUtime=5.59
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 32046 0 1 0 544 15 0 0 25 0 13 0 27954201 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4109842942 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1529948 CPUtime=0.62
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 14056 0 0 0 55 7 0 0 18 0 13 0 27954202 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1529948 CPUtime=0.59
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 14613 0 0 0 53 6 0 0 18 0 13 0 27954202 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 27954204 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1529948 CPUtime=0.86
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 981 0 0 0 86 0 0 0 15 0 13 0 27954209 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1529948 CPUtime=0.52
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 1141 0 0 0 52 0 0 0 15 0 13 0 27954209 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1529948 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27954209 1566666752 59821 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1529948

[startup+12.7094 s]
/proc/loadavg: 1.20 1.10 1.03 2/119 29210
/proc/meminfo: memFree=1585480/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531164 CPUtime=15.59
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 72269 0 1 0 1523 36 0 0 15 0 13 0 27954199 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382791 67052 1439 10 0 380093 0
[pid=29197/tid=29199] ppid=29195 vsize=1531164 CPUtime=11.27
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 32079 0 1 0 1112 15 0 0 25 0 13 0 27954201 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531164 CPUtime=1.08
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 17838 0 0 0 99 9 0 0 15 0 13 0 27954202 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531164 CPUtime=1.03
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 18484 0 0 0 95 8 0 0 15 0 13 0 27954202 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27954204 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531164 CPUtime=1.28
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1508 0 0 0 127 1 0 0 15 0 13 0 27954209 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531164 CPUtime=0.87
/proc/29197/task/29207/stat : 29207 (java) R 29195 29197 28862 0 -1 4202560 1288 0 0 0 87 0 0 0 15 0 13 0 27954209 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 103142672 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27954209 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1567911936 67052 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 1531164

[startup+25.5014 s]
/proc/loadavg: 1.17 1.10 1.03 2/119 29212
/proc/meminfo: memFree=1584240/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531164 CPUtime=28.69
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 72610 0 1 0 2832 37 0 0 15 0 13 0 27954199 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382791 67380 1439 10 0 380093 0
[pid=29197/tid=29199] ppid=29195 vsize=1531164 CPUtime=23.92
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 32086 0 1 0 2376 16 0 0 25 0 13 0 27954201 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4110005904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531164 CPUtime=1.19
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 18053 0 0 0 110 9 0 0 16 0 13 0 27954202 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531164 CPUtime=1.14
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 18584 0 0 0 106 8 0 0 15 0 13 0 27954202 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27954204 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531164 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1567911936 67380 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531164 CPUtime=0

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

[pid=29197] ppid=29195 vsize=1531420 CPUtime=1675.66
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 147114 0 1 0 167417 149 0 0 15 0 13 0 27954199 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382855 136132 1443 10 0 380157 0
[pid=29197/tid=29199] ppid=29195 vsize=1531420 CPUtime=1646.88
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 33176 0 1 0 164661 27 0 0 25 0 13 0 27954201 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4109730336 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531420 CPUtime=12.91
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 51753 0 0 0 1242 49 0 0 16 0 13 0 27954202 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531420 CPUtime=12.59
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 57258 0 0 0 1197 62 0 0 15 0 13 0 27954202 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531420 CPUtime=0.22
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 101 0 0 0 16 6 0 0 15 0 13 0 27954204 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531420 CPUtime=1.33
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1537 0 0 0 132 1 0 0 15 0 13 0 27954209 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531420 CPUtime=1.67
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 2129 0 0 0 166 1 0 0 15 0 13 0 27954209 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) R 29195 29197 28862 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 27954209 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1568174080 136132 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1675.66
Current children cumulated vsize (KiB) 1531420

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29268
/proc/meminfo: memFree=1305860/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531420 CPUtime=1735.73
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 147364 0 1 0 173423 150 0 0 15 0 13 0 27954199 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382855 136369 1443 10 0 380157 0
[pid=29197/tid=29199] ppid=29195 vsize=1531420 CPUtime=1706.72
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 33179 0 1 0 170645 27 0 0 25 0 13 0 27954201 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4109692383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531420 CPUtime=13.02
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 51834 0 0 0 1253 49 0 0 16 0 13 0 27954202 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531420 CPUtime=12.7
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 57416 0 0 0 1208 62 0 0 16 0 13 0 27954202 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531420 CPUtime=0.22
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 105 0 0 0 16 6 0 0 15 0 13 0 27954204 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531420 CPUtime=1.33
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1537 0 0 0 132 1 0 0 15 0 13 0 27954209 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531420 CPUtime=1.67
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 2129 0 0 0 166 1 0 0 15 0 13 0 27954209 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 27954209 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1568174080 136369 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1735.73
Current children cumulated vsize (KiB) 1531420

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29270
/proc/meminfo: memFree=1293832/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531420 CPUtime=1796.04
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 150532 0 1 0 179451 153 0 0 15 0 13 0 27954199 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382855 139350 1443 10 0 380157 0
[pid=29197/tid=29199] ppid=29195 vsize=1531420 CPUtime=1766.34
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 33198 0 1 0 176606 28 0 0 25 0 13 0 27954201 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4109811493 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531420 CPUtime=13.37
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 52979 0 0 0 1287 50 0 0 15 0 13 0 27954202 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531420 CPUtime=13.04
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 59412 0 0 0 1241 63 0 0 15 0 13 0 27954202 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531420 CPUtime=0.22
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 109 0 0 0 16 6 0 0 15 0 13 0 27954204 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531420 CPUtime=1.33
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1537 0 0 0 132 1 0 0 15 0 13 0 27954209 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531420 CPUtime=1.67
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 2129 0 0 0 166 1 0 0 15 0 13 0 27954209 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 27954209 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1568174080 139350 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 1531420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29270
/proc/meminfo: memFree=1293212/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531420 CPUtime=1800.1
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 150749 0 1 0 179856 154 0 0 15 0 13 0 27954199 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382855 139523 1443 10 0 380157 0
[pid=29197/tid=29199] ppid=29195 vsize=1531420 CPUtime=1770.33
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 33200 0 1 0 177004 29 0 0 25 0 13 0 27954201 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4109692714 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531420 CPUtime=13.41
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 53096 0 0 0 1291 50 0 0 15 0 13 0 27954202 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531420 CPUtime=13.08
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 59510 0 0 0 1244 64 0 0 15 0 13 0 27954202 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531420 CPUtime=0.23
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 109 0 0 0 17 6 0 0 15 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531420 CPUtime=1.33
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1537 0 0 0 132 1 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531420 CPUtime=1.67
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 2129 0 0 0 166 1 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531420

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

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

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29270
/proc/meminfo: memFree=1293212/2059040 swapFree=4140388/4192956
[pid=29197] ppid=29195 vsize=1531420 CPUtime=1800.1
/proc/29197/stat : 29197 (java) S 29195 29197 28862 0 -1 4202496 150749 0 1 0 179856 154 0 0 15 0 13 0 27954199 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29197/statm: 382855 139523 1443 10 0 380157 0
[pid=29197/tid=29199] ppid=29195 vsize=1531420 CPUtime=1770.33
/proc/29197/task/29199/stat : 29199 (java) R 29195 29197 28862 0 -1 4202560 33200 0 1 0 177004 29 0 0 25 0 13 0 27954201 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4109692714 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29197/tid=29200] ppid=29195 vsize=1531420 CPUtime=13.41
/proc/29197/task/29200/stat : 29200 (java) S 29195 29197 28862 0 -1 4202560 53096 0 0 0 1291 50 0 0 15 0 13 0 27954202 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29201] ppid=29195 vsize=1531420 CPUtime=13.08
/proc/29197/task/29201/stat : 29201 (java) S 29195 29197 28862 0 -1 4202560 59510 0 0 0 1244 64 0 0 15 0 13 0 27954202 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29202] ppid=29195 vsize=1531420 CPUtime=0.23
/proc/29197/task/29202/stat : 29202 (java) S 29195 29197 28862 0 -1 4202560 109 0 0 0 17 6 0 0 15 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29203] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29197 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29204] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29197 28862 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27954204 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29205] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29205/stat : 29205 (java) S 29195 29197 28862 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29206] ppid=29195 vsize=1531420 CPUtime=1.33
/proc/29197/task/29206/stat : 29206 (java) S 29195 29197 28862 0 -1 4202560 1537 0 0 0 132 1 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29207] ppid=29195 vsize=1531420 CPUtime=1.67
/proc/29197/task/29207/stat : 29207 (java) S 29195 29197 28862 0 -1 4202560 2129 0 0 0 166 1 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29208] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29208/stat : 29208 (java) S 29195 29197 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=29197/tid=29209] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29209/stat : 29209 (java) S 29195 29197 28862 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 27954209 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=29197/tid=29210] ppid=29195 vsize=1531420 CPUtime=0
/proc/29197/task/29210/stat : 29210 (java) S 29195 29197 28862 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27954804 1568174080 139523 1992294400 134512640 134550932 4287572768 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531420

Child status: 143
Real time (s): 1786.42
CPU time (s): 1800.2
CPU user time (s): 1798.61
CPU system time (s): 1.59776
CPU usage (%): 100.772
Max. virtual memory (cumulated for all children) (KiB): 1532348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.59776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150770
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= 49047
involuntary context switches= 34708

runsolver used 3.72943 second user time and 9.45256 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-14 15:51:43
IDJOB=2660642
IDBENCH=2303
IDSOLVER=1165
FILE ID=node004/2660642-1276523503
PBS_JOBID= 11173439
Free space on /tmp= 62540 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-n370b.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660642-1276523503/watcher-2660642-1276523503 -o /tmp/evaluation-result-2660642-1276523503/solver-2660642-1276523503 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660642-1276523503.opb

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

MD5SUM BENCH= 1f80e288849d4e939571e6eefbd84b3a
RANDOM SEED=554617017

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1849664 kB
Buffers:         27944 kB
Cached:         100512 kB
SwapCached:       5996 kB
Active:          83380 kB
Inactive:        58164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849664 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:            8864 kB
Writeback:           0 kB
AnonPages:       11384 kB
Mapped:          12876 kB
Slab:            45752 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180720 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= 62540 MiB
End job on node004 at 2010-06-14 16:21:32