Trace number 4100658

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 2.3.6 Res+CP PB16? (TO) 1800.06 899.826

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-degen3.opb
MD5SUM869a8e6f75acef89713c9145ce005816
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1154.83
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1547
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 563727
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 563727
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100658-1466210667.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.82/2.35	c ... done. Wall clock time 2.246s.
3.82/2.35	c declared #vars     54540
3.82/2.35	c #constraints  2220
3.82/2.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.82/2.35	c constraints type 
3.82/2.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 558
3.82/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1662
3.82/2.36	c 2220 constraints processed.
3.82/2.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.82/2.36	c constraints type 
3.82/2.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 558
3.82/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1662
3.82/2.36	c 2220 constraints processed.
3.82/2.36	c objective function length is 47190 literals
115.61/57.50	c cleaning 2503 clauses out of 5005 with flag 10050/5005
451.76/225.48	c cleaning 4251 clauses out of 8502 with flag 22205/11005
922.47/460.56	c cleaning 5624 clauses out of 11247 with flag 36700/18001
1463.34/731.12	c cleaning 6811 clauses out of 13623 with flag 53278/26001
1800.06/899.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/899.80	c starts		: 3
1800.06/899.80	c conflicts		: 30962
1800.06/899.80	c decisions		: 38739
1800.06/899.80	c propagations		: 51536905
1800.06/899.80	c inspects		: 304348726
1800.06/899.80	c shortcuts		: 0
1800.06/899.80	c learnt literals	: 0
1800.06/899.80	c learnt binary clauses	: 0
1800.06/899.80	c learnt ternary clauses	: 1
1800.06/899.80	c learnt constraints	: 30962
1800.06/899.80	c ignored constraints	: 0
1800.06/899.80	c root simplifications	: 0
1800.06/899.80	c removed literals (reason simplification)	: 35298
1800.06/899.80	c reason swapping (by a shorter reason)	: 0
1800.06/899.80	c Calls to reduceDB	: 4
1800.06/899.80	c Number of update (reduction) of LBD	: 279
1800.06/899.80	c Imported unit clauses	: 0
1800.06/899.80	c number of reductions to clauses (during analyze)	: 0
1800.06/899.80	c number of learned constraints concerned by reduction	: 0
1800.06/899.80	c number of learning phase by resolution	: 0
1800.06/899.80	c number of learning phase by cutting planes	: 0
1800.06/899.80	c speed (assignments/second)	: 57434.322687918124
1800.06/899.80	c non guided choices	0
1800.06/899.81	c learnt constraints type 
1800.06/899.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11773
1800.06/899.81	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/899.81	c starts		: 3
1800.06/899.81	c conflicts		: 559
1800.06/899.81	c decisions		: 158143
1800.06/899.81	c propagations		: 698488
1800.06/899.81	c inspects		: 5174301
1800.06/899.81	c shortcuts		: 0
1800.06/899.81	c learnt literals	: 0
1800.06/899.81	c learnt binary clauses	: 0
1800.06/899.81	c learnt ternary clauses	: 0
1800.06/899.81	c learnt constraints	: 558
1800.06/899.81	c ignored constraints	: 0
1800.06/899.81	c root simplifications	: 0
1800.06/899.81	c removed literals (reason simplification)	: 0
1800.06/899.81	c reason swapping (by a shorter reason)	: 0
1800.06/899.81	c Calls to reduceDB	: 0
1800.06/899.81	c Number of update (reduction) of LBD	: 0
1800.06/899.81	c Imported unit clauses	: 0
1800.06/899.81	c number of reductions to clauses (during analyze)	: 0
1800.06/899.81	c number of learned constraints concerned by reduction	: 0
1800.06/899.81	c number of learning phase by resolution	: 0
1800.06/899.81	c number of learning phase by cutting planes	: 0
1800.06/899.81	c speed (assignments/second)	: 778.453898243127
1800.06/899.81	c non guided choices	0
1800.06/899.81	c learnt constraints type 
1800.06/899.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 558
1800.06/899.81	s UNKNOWN
1800.06/899.81	c Total wall clock time (in seconds): 899.704

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100658-1466210667/watcher-4100658-1466210667 -o /tmp/evaluation-result-4100658-1466210667/solver-4100658-1466210667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100658-1466210667.opb 

pid=3156
running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.12 4.09 3/197 3159
/proc/meminfo: memFree=28175028/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23115668 98570240 977 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 24065 977 743 9 0 16771 0
[pid=3159/tid=3160] ppid=3156 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) R 3156 3159 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23115669 98570240 977 33554432000 1073741824 1073778376 140737216928016 140096250072616 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.00 4.12 4.09 3/197 3159
/proc/meminfo: memFree=28175028/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 4496 0 1 0 9 1 0 0 20 0 18 0 23115668 9787879424 6123 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2389619 6123 2156 9 0 2380296 0
[pid=3159/tid=3160] ppid=3156 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) R 3156 3159 1299 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 23115669 9787879424 6123 33554432000 1073741824 1073778376 140737216928016 140096250076064 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.00 4.12 4.09 3/197 3159
/proc/meminfo: memFree=28175028/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 4959 0 1 0 28 1 0 0 20 0 18 0 23115668 9787879424 7980 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2389619 7980 2223 9 0 2380296 0
[pid=3159/tid=3160] ppid=3156 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) R 3156 3159 1299 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 23115669 9787879424 7980 33554432000 1073741824 1073778376 140737216928016 140096250076064 140096078633144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 4.00 4.12 4.09 3/197 3159
/proc/meminfo: memFree=28175028/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 5712 0 1 0 47 2 0 0 20 0 18 0 23115668 9787879424 13452 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2389619 13452 2232 9 0 2380296 0
[pid=3159/tid=3160] ppid=3156 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) R 3156 3159 1299 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 18 0 23115669 9787879424 13452 33554432000 1073741824 1073778376 140737216928016 140096250076064 140096078634545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 4.00 4.12 4.09 3/197 3159
/proc/meminfo: memFree=28175028/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 6455 0 1 0 116 7 0 0 20 0 18 0 23115668 9787879424 49455 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2389619 49455 2269 9 0 2380296 0
[pid=3159/tid=3160] ppid=3156 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) R 3156 3159 1299 0 -1 4202560 2478 0 1 0 59 3 0 0 20 0 18 0 23115669 9787879424 49455 33554432000 1073741824 1073778376 140737216928016 140096250076552 140096079063636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.00 4.12 4.09 4/215 3177
/proc/meminfo: memFree=27917988/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9558476 CPUtime=2.26 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 6987 0 1 0 209 17 0 0 20 0 18 0 23115668 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2389619 91291 2269 9 0 2380296 0
[pid=3159/tid=3160] ppid=3156 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) S 3156 3159 1299 0 -1 4202560 2531 0 1 0 130 4 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096250076392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3162] ppid=3156 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/3159/task/3162/stat : 3162 (java) R 3156 3159 1299 0 -1 4202560 139 0 0 0 3 1 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096211568808 213196518460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3163] ppid=3156 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/3159/task/3163/stat : 3163 (java) R 3156 3159 1299 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096210516264 140096252548793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3164] ppid=3156 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) R 3156 3159 1299 0 -1 4202560 147 0 0 0 8 3 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096208411352 140096252548851 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 76 0 0 0 3 0 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) R 3156 3159 1299 0 -1 4202560 110 0 0 0 5 1 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096206306088 140096252548801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) R 3156 3159 1299 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096205253720 140096256973648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 23115669 9787879424 91291 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 23115670 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096073339912 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23115671 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23115671 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23115673 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 1130 0 0 0 21 0 0 0 20 0 18 0 23115673 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 1411 0 0 0 15 0 0 0 20 0 18 0 23115673 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23115673 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3177/stat : 3177 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23115673 9787879424 91803 33554432000 1073741824 1073778376 140737216928016 140096065973576 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.00 4.12 4.09 13/215 3177
/proc/meminfo: memFree=27692280/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9824732 CPUtime=5.68 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 10043 0 1 0 533 35 0 0 20 0 22 0 23115668 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2456183 129625 2273 9 0 2446860 0
[pid=3159/tid=3160] ppid=3156 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) S 3156 3159 1299 0 -1 4202560 2538 0 1 0 194 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096250078072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3162] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3162/stat : 3162 (java) S 3156 3159 1299 0 -1 4202560 183 0 0 0 9 3 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096211568808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3163] ppid=3156 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3159/task/3163/stat : 3163 (java) S 3156 3159 1299 0 -1 4202560 80 0 0 0 12 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096210516264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3164] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 66 0 0 0 8 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) S 3156 3159 1299 0 -1 4202560 202 0 0 0 15 5 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096208411176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 138 0 0 0 14 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) S 3156 3159 1299 0 -1 4202560 169 0 0 0 16 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096206306088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) S 3156 3159 1299 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096205253544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 73 0 0 0 7 4 0 0 20 0 22 0 23115669 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23115670 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096073341032 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 2592 0 0 0 49 0 0 0 20 0 22 0 23115673 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 2415 0 0 0 36 0 0 0 20 0 22 0 23115673 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3177/stat : 3177 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 129625 33554432000 1073741824 1073778376 140737216928016 140096065973576 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 4.00 4.11 4.09 5/219 3181
/proc/meminfo: memFree=27645776/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9824732 CPUtime=12.83 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 13591 0 1 0 1247 36 0 0 20 0 22 0 23115668 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2456183 130091 2278 9 0 2446860 0
[pid=3159/tid=3160] ppid=3156 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) S 3156 3159 1299 0 -1 4202560 2538 0 1 0 194 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096250078072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3162] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3162/stat : 3162 (java) S 3156 3159 1299 0 -1 4202560 183 0 0 0 9 3 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096211568808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3163] ppid=3156 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3159/task/3163/stat : 3163 (java) S 3156 3159 1299 0 -1 4202560 80 0 0 0 12 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096210516264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3164] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 66 0 0 0 8 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) S 3156 3159 1299 0 -1 4202560 202 0 0 0 15 5 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096208411176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 138 0 0 0 14 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) S 3156 3159 1299 0 -1 4202560 169 0 0 0 16 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096206306088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) S 3156 3159 1299 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096205253544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 73 0 0 0 7 4 0 0 20 0 22 0 23115669 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23115670 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096073341032 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 4446 0 0 0 90 1 0 0 20 0 22 0 23115673 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 4106 0 0 0 68 2 0 0 20 0 22 0 23115673 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 130091 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 258 0 0 0 41 9 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) S 3156 3159 1299 0 -1 4202560 438 0 0 0 55 13 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096208411176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 399 0 0 0 56 15 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) S 3156 3159 1299 0 -1 4202560 744 0 0 0 49 11 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096206306088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) S 3156 3159 1299 0 -1 4202560 492 0 0 0 51 13 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096205253544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 504 0 0 0 70 17 0 0 20 0 22 0 23115669 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 1568 0 0 0 87 2 0 0 20 0 22 0 23115670 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096073341032 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 5621 0 0 0 119 1 0 0 20 0 22 0 23115673 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 4932 0 0 0 79 2 0 0 20 0 22 0 23115673 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3159/task/3177/stat : 3177 (java) S 3156 3159 1299 0 -1 4202560 51 0 0 0 6 10 0 0 20 0 22 0 23115673 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096065973576 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3178] ppid=3156 vsize=9824732 CPUtime=875.47 cores=1,3,5,7
/proc/3159/task/3178/stat : 3178 (java) R 3156 3159 1299 0 -1 4202560 1128 0 0 0 87520 27 0 0 20 0 22 0 23115904 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096064916624 140096079369520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3179] ppid=3156 vsize=9824732 CPUtime=875.71 cores=1,3,5,7
/proc/3159/task/3179/stat : 3179 (java) R 3156 3159 1299 0 -1 4202560 540 0 0 0 87545 26 0 0 20 0 22 0 23115904 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140096063862848 140096079382464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3180] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3180/stat : 3180 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115917 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140094920975400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3181] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3181/stat : 3181 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115922 10060525568 801794 33554432000 1073741824 1073778376 140737216928016 140094919922856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.801 s]
/proc/loadavg: 4.20 4.15 4.10 5/219 3270
/proc/meminfo: memFree=25428480/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 22066 0 1 0 179843 163 0 0 20 0 22 0 23115668 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2456183 835913 2291 9 0 2446860 0
[pid=3159/tid=3160] ppid=3156 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) S 3156 3159 1299 0 -1 4202560 2541 0 1 0 196 5 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096250078072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3162] ppid=3156 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/3159/task/3162/stat : 3162 (java) S 3156 3159 1299 0 -1 4202560 520 0 0 0 57 12 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096211568808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3163] ppid=3156 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/3159/task/3163/stat : 3163 (java) S 3156 3159 1299 0 -1 4202560 583 0 0 0 77 15 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096210516264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3164] ppid=3156 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 275 0 0 0 46 10 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) S 3156 3159 1299 0 -1 4202560 454 0 0 0 60 14 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096208411176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 451 0 0 0 71 17 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) S 3156 3159 1299 0 -1 4202560 763 0 0 0 54 12 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096206306088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) S 3156 3159 1299 0 -1 4202560 511 0 0 0 56 14 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096205253544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 521 0 0 0 74 18 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 1907 0 0 0 220 2 0 0 20 0 22 0 23115670 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096073341032 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 5621 0 0 0 119 1 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 4932 0 0 0 79 2 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/3159/task/3177/stat : 3177 (java) S 3156 3159 1299 0 -1 4202560 53 0 0 0 6 11 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096065973576 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3178] ppid=3156 vsize=9824732 CPUtime=891.41 cores=1,3,5,7
/proc/3159/task/3178/stat : 3178 (java) R 3156 3159 1299 0 -1 4202560 1128 0 0 0 89114 27 0 0 20 0 22 0 23115904 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096064915776 140096079369427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3179] ppid=3156 vsize=9824732 CPUtime=891.65 cores=1,3,5,7
/proc/3159/task/3179/stat : 3179 (java) R 3156 3159 1299 0 -1 4202560 540 0 0 0 89139 26 0 0 20 0 22 0 23115904 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096063863840 140096079787313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3180] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3180/stat : 3180 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115917 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140094920975400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3181] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3181/stat : 3181 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115922 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140094919922856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3159 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.801 s]
/proc/loadavg: 4.20 4.15 4.10 5/219 3270
/proc/meminfo: memFree=25428480/32872528 swapFree=877056/942464
[pid=3159] ppid=3156 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/3159/stat : 3159 (java) S 3156 3159 1299 0 -1 4202496 22066 0 1 0 179843 163 0 0 20 0 22 0 23115668 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140737216919152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3159/statm: 2456183 835913 2291 9 0 2446860 0
[pid=3159/tid=3160] ppid=3156 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/3159/task/3160/stat : 3160 (java) S 3156 3159 1299 0 -1 4202560 2541 0 1 0 196 5 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096250078072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3162] ppid=3156 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/3159/task/3162/stat : 3162 (java) S 3156 3159 1299 0 -1 4202560 520 0 0 0 57 12 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096211568808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3163] ppid=3156 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/3159/task/3163/stat : 3163 (java) S 3156 3159 1299 0 -1 4202560 583 0 0 0 77 15 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096210516264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3164] ppid=3156 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3159/task/3164/stat : 3164 (java) S 3156 3159 1299 0 -1 4202560 275 0 0 0 46 10 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096209463720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3165] ppid=3156 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3159/task/3165/stat : 3165 (java) S 3156 3159 1299 0 -1 4202560 454 0 0 0 60 14 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096208411176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3166] ppid=3156 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/3159/task/3166/stat : 3166 (java) S 3156 3159 1299 0 -1 4202560 451 0 0 0 71 17 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096207358632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3167] ppid=3156 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/3159/task/3167/stat : 3167 (java) S 3156 3159 1299 0 -1 4202560 763 0 0 0 54 12 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096206306088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3168] ppid=3156 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/3159/task/3168/stat : 3168 (java) S 3156 3159 1299 0 -1 4202560 511 0 0 0 56 14 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096205253544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3169] ppid=3156 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/3159/task/3169/stat : 3169 (java) S 3156 3159 1299 0 -1 4202560 521 0 0 0 74 18 0 0 20 0 22 0 23115669 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096204201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3170] ppid=3156 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/3159/task/3170/stat : 3170 (java) S 3156 3159 1299 0 -1 4202560 1907 0 0 0 220 2 0 0 20 0 22 0 23115670 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096073341032 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3171] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3171/stat : 3171 (java) S 3156 3159 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096072287352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3172] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3172/stat : 3172 (java) S 3156 3159 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23115671 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096071234696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3173] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3173/stat : 3173 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096070183440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3174] ppid=3156 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/3159/task/3174/stat : 3174 (java) S 3156 3159 1299 0 -1 4202560 5621 0 0 0 119 1 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096069130808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3159/tid=3175] ppid=3156 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/3159/task/3175/stat : 3175 (java) S 3156 3159 1299 0 -1 4202560 4932 0 0 0 79 2 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096068078264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3176] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3176/stat : 3176 (java) S 3156 3159 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096067025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3177] ppid=3156 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/3159/task/3177/stat : 3177 (java) S 3156 3159 1299 0 -1 4202560 53 0 0 0 6 11 0 0 20 0 22 0 23115673 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096065973576 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3178] ppid=3156 vsize=9824732 CPUtime=891.41 cores=1,3,5,7
/proc/3159/task/3178/stat : 3178 (java) R 3156 3159 1299 0 -1 4202560 1128 0 0 0 89114 27 0 0 20 0 22 0 23115904 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096064915776 140096079369427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3159/tid=3179] ppid=3156 vsize=9824732 CPUtime=891.65 cores=1,3,5,7
/proc/3159/task/3179/stat : 3179 (java) R 3156 3159 1299 0 -1 4202560 540 0 0 0 89139 26 0 0 20 0 22 0 23115904 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140096063863840 140096079787313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3159/tid=3180] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3180/stat : 3180 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115917 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140094920975400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3159/tid=3181] ppid=3156 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3159/task/3181/stat : 3181 (java) S 3156 3159 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23115922 10060525568 835913 33554432000 1073741824 1073778376 140737216928016 140094919922856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3159 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=20692
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.826
CPU time (s): 1800.06
CPU user time (s): 1798.43
CPU system time (s): 1.63
CPU usage (%): 200.045
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.02069
maximum resident set size= 3343768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22101
page faults= 1
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21657
involuntary context switches= 14737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78712 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:44:27
IDJOB=4100658
IDBENCH=1645
IDSOLVER=2543
FILE ID=node113/4100658-1466210667
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-degen3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100658-1466210667/watcher-4100658-1466210667 -o /tmp/evaluation-result-4100658-1466210667/solver-4100658-1466210667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100658-1466210667.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 869a8e6f75acef89713c9145ce005816
RANDOM SEED=364623704

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28174664 kB
Buffers:           41772 kB
Cached:            85512 kB
SwapCached:         1976 kB
Active:          2956352 kB
Inactive:          76788 kB
Active(anon):    2906436 kB
Inactive(anon):     1496 kB
Active(file):      49916 kB
Inactive(file):    75292 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              8608 kB
Writeback:             0 kB
AnonPages:       3876016 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             568088 kB
SReclaimable:      12204 kB
SUnreclaim:       555884 kB
KernelStack:        1808 kB
PageTables:        12048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4207768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2938880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node113 at 2016-06-18 02:59:27