Trace number 4103990

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.12 886.946

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103990-1466251813.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
16.50/10.95	c ... done. Wall clock time 10.825s.
16.50/10.95	c declared #vars     399966
16.50/10.95	c #constraints  4450
16.50/10.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
16.50/10.95	c constraints type 
16.50/10.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
16.50/10.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4354
16.50/10.95	c 4450 constraints processed.
16.50/10.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
16.50/10.96	c constraints type 
16.50/10.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 96
16.50/10.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
16.50/10.96	c 4450 constraints processed.
16.50/10.96	c objective function length is 30 literals
78.86/38.31	c cleaning 2500 clauses out of 5000 with flag 10095/5000
131.33/63.37	c cleaning 4252 clauses out of 8504 with flag 22130/11004
166.51/80.21	c cleaning 5624 clauses out of 11248 with flag 36612/18000
591.72/290.49	c cleaning 0 clauses out of 5001 with flag 0/5001
635.33/311.70	c cleaning 6812 clauses out of 13624 with flag 54197/26000
1186.15/585.28	c cleaning 7906 clauses out of 15812 with flag 72865/35000
1234.53/609.28	c cleaning 8951 clauses out of 17907 with flag 93890/45001
1289.05/636.01	c cleaning 9976 clauses out of 19956 with flag 117463/56001
1348.50/665.56	c cleaning 10990 clauses out of 21979 with flag 143812/68000
1414.74/698.12	c cleaning 11988 clauses out of 23990 with flag 171141/81001
1490.46/735.37	c cleaning 13000 clauses out of 26003 with flag 200308/95002
1572.56/775.66	c cleaning 13998 clauses out of 28001 with flag 231447/110000
1661.08/818.52	c cleaning 15000 clauses out of 30003 with flag 264631/126000
1754.95/864.70	c cleaning 16003 clauses out of 32006 with flag 299855/143003
1800.12/886.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/886.90	c starts		: 6
1800.12/886.90	c conflicts		: 151464
1800.12/886.90	c decisions		: 313913
1800.12/886.90	c propagations		: 53131164
1800.12/886.90	c inspects		: 600388623
1800.12/886.90	c shortcuts		: 0
1800.12/886.90	c learnt literals	: 0
1800.12/886.90	c learnt binary clauses	: 627
1800.12/886.90	c learnt ternary clauses	: 2
1800.12/886.90	c learnt constraints	: 151463
1800.12/886.90	c ignored constraints	: 0
1800.12/886.90	c root simplifications	: 0
1800.12/886.90	c removed literals (reason simplification)	: 1097495
1800.12/886.90	c reason swapping (by a shorter reason)	: 0
1800.12/886.90	c Calls to reduceDB	: 13
1800.12/886.90	c Number of update (reduction) of LBD	: 5356
1800.12/886.90	c Imported unit clauses	: 0
1800.12/886.90	c number of reductions to clauses (during analyze)	: 0
1800.12/886.90	c number of learned constraints concerned by reduction	: 0
1800.12/886.90	c number of learning phase by resolution	: 0
1800.12/886.90	c number of learning phase by cutting planes	: 0
1800.12/886.90	c speed (assignments/second)	: 60673.34633638311
1800.12/886.90	c non guided choices	96192
1800.12/886.91	c learnt constraints type 
1800.12/886.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 627
1800.12/886.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23837
1800.12/886.91	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/886.91	c starts		: 28
1800.12/886.91	c conflicts		: 8913
1800.12/886.91	c decisions		: 48429
1800.12/886.91	c propagations		: 1115416
1800.12/886.91	c inspects		: 73908309
1800.12/886.91	c shortcuts		: 0
1800.12/886.91	c learnt literals	: 0
1800.12/886.91	c learnt binary clauses	: 0
1800.12/886.91	c learnt ternary clauses	: 0
1800.12/886.91	c learnt constraints	: 8913
1800.12/886.91	c ignored constraints	: 0
1800.12/886.91	c root simplifications	: 0
1800.12/886.91	c removed literals (reason simplification)	: 0
1800.12/886.91	c reason swapping (by a shorter reason)	: 0
1800.12/886.91	c Calls to reduceDB	: 1
1800.12/886.91	c Number of update (reduction) of LBD	: 0
1800.12/886.91	c Imported unit clauses	: 0
1800.12/886.91	c number of reductions to clauses (during analyze)	: 0
1800.12/886.91	c number of learned constraints concerned by reduction	: 0
1800.12/886.91	c number of learning phase by resolution	: 0
1800.12/886.91	c number of learning phase by cutting planes	: 0
1800.12/886.91	c speed (assignments/second)	: 1273.905078644294
1800.12/886.91	c non guided choices	21288
1800.12/886.92	c learnt constraints type 
1800.12/886.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 679
1800.12/886.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8234
1800.12/886.92	s UNKNOWN
1800.12/886.92	c Total wall clock time (in seconds): 886.791

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-4103990-1466251813/watcher-4103990-1466251813 -o /tmp/evaluation-result-4103990-1466251813/solver-4103990-1466251813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103990-1466251813.opb 

pid=25003
running on 4 cores: 0,2,4,6

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.50 4.41 4.26 4/198 25006
/proc/meminfo: memFree=26924400/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25006/stat : 25006 (java) D 25003 25006 22091 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 27226908 9515008 175 33554432000 1073741824 1073778376 140736200599392 140736200582120 239873115024 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25006/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.50 4.41 4.26 4/198 25006
/proc/meminfo: memFree=26924400/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 4339 0 1 0 7 1 0 0 20 0 18 0 27226908 9787879424 5464 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 5464 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 4.50 4.41 4.26 4/198 25006
/proc/meminfo: memFree=26924400/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 4785 0 1 0 22 2 0 0 20 0 18 0 27226908 9787879424 17591 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 17591 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.50 4.41 4.26 4/198 25006
/proc/meminfo: memFree=26924400/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 13567 0 1 0 50 3 0 0 20 0 18 0 27226908 9787879424 25126 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 25126 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 4.50 4.41 4.26 4/198 25006
/proc/meminfo: memFree=26924400/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=1.65 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 19024 0 1 0 156 9 0 0 20 0 18 0 27226908 9787879424 55735 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 55735 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.54 4.41 4.26 4/216 25024
/proc/meminfo: memFree=26625324/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=2.77 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 19729 0 1 0 256 21 0 0 20 0 18 0 27226908 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 102312 2263 9 0 2380296 0
[pid=25006/tid=25008] ppid=25003 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/25006/task/25008/stat : 25008 (java) R 25003 25006 22091 0 -1 4202560 2519 0 1 0 126 5 0 0 20 0 18 0 27226909 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584059033928 140583893388970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25009] ppid=25003 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25006/task/25009/stat : 25009 (java) S 25003 25006 22091 0 -1 4202560 209 0 0 0 6 1 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584020527400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25010] ppid=25003 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25006/task/25010/stat : 25010 (java) S 25003 25006 22091 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584019474600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25011] ppid=25003 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/25006/task/25011/stat : 25011 (java) S 25003 25006 22091 0 -1 4202560 108 0 0 0 5 0 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584018422312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) S 25003 25006 22091 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584017369512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) S 25003 25006 22091 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584016317224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) S 25003 25006 22091 0 -1 4202560 124 0 0 0 7 3 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584015264424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) S 25003 25006 22091 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584014212136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) S 25003 25006 22091 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 18 0 27226911 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140584013159336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583883249896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 4981 0 0 0 39 0 0 0 20 0 18 0 27226915 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10238 0 0 0 44 2 0 0 20 0 18 0 27226915 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 102312 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 4.54 4.41 4.26 11/216 25024
/proc/meminfo: memFree=26338208/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=5.23 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 20782 0 1 0 476 47 0 0 20 0 18 0 27226908 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 162360 2274 9 0 2380296 0
[pid=25006/tid=25008] ppid=25003 vsize=9558476 CPUtime=2.05 cores=0,2,4,6
/proc/25006/task/25008/stat : 25008 (java) R 25003 25006 22091 0 -1 4202560 2523 0 1 0 200 5 0 0 20 0 18 0 27226909 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584059033768 140583893354541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25009] ppid=25003 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/25006/task/25009/stat : 25009 (java) S 25003 25006 22091 0 -1 4202560 312 0 0 0 16 5 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584020527400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25010] ppid=25003 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25006/task/25010/stat : 25010 (java) S 25003 25006 22091 0 -1 4202560 71 0 0 0 13 4 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584019474600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25011] ppid=25003 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/25006/task/25011/stat : 25011 (java) S 25003 25006 22091 0 -1 4202560 176 0 0 0 16 5 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584018422312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) S 25003 25006 22091 0 -1 4202560 120 0 0 0 17 6 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584017369512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) S 25003 25006 22091 0 -1 4202560 165 0 0 0 13 5 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584016317224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) S 25003 25006 22091 0 -1 4202560 201 0 0 0 20 6 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584015264424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) S 25003 25006 22091 0 -1 4202560 234 0 0 0 12 5 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584014212136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) S 25003 25006 22091 0 -1 4202560 65 0 0 0 10 5 0 0 20 0 18 0 27226911 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140584013159336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 445 0 0 0 55 0 0 0 20 0 18 0 27226912 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583883249896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 4981 0 0 0 39 0 0 0 20 0 18 0 27226915 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10238 0 0 0 45 2 0 0 20 0 18 0 27226915 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 162360 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 4.50 4.41 4.26 4/216 25024
/proc/meminfo: memFree=25790040/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9558476 CPUtime=10.17 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 23510 0 1 0 918 99 0 0 20 0 18 0 27226908 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2389619 364678 2274 9 0 2380296 0
[pid=25006/tid=25008] ppid=25003 vsize=9558476 CPUtime=4.66 cores=0,2,4,6
/proc/25006/task/25008/stat : 25008 (java) S 25003 25006 22091 0 -1 4202560 3376 0 1 0 455 11 0 0 20 0 18 0 27226909 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584059034168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25009] ppid=25003 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/25006/task/25009/stat : 25009 (java) R 25003 25006 22091 0 -1 4202560 426 0 0 0 41 12 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584020527280 140584063197978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25010] ppid=25003 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/25006/task/25010/stat : 25010 (java) R 25003 25006 22091 0 -1 4202560 137 0 0 0 27 8 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584019474776 140584061507315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25011] ppid=25003 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/25006/task/25011/stat : 25011 (java) R 25003 25006 22091 0 -1 4202560 717 0 0 0 45 12 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584018422488 140584065932204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) R 25003 25006 22091 0 -1 4202560 488 0 0 0 32 10 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584017369688 140584061507224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) R 25003 25006 22091 0 -1 4202560 259 0 0 0 37 10 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584016317400 140584061507273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) R 25003 25006 22091 0 -1 4202560 291 0 0 0 40 11 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584015264600 140584065934895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) R 25003 25006 22091 0 -1 4202560 381 0 0 0 48 13 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584014212312 140584065932379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) R 25003 25006 22091 0 -1 4202560 145 0 0 0 30 9 0 0 20 0 18 0 27226911 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140584013159512 140584063211695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 711 0 0 0 55 0 0 0 20 0 18 0 27226912 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583883248776 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27226912 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 5090 0 0 0 42 0 0 0 20 0 18 0 27226915 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10238 0 0 0 48 2 0 0 20 0 18 0 27226915 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27226915 9787879424 364678 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 9558476

[startup+12.701 s]
/proc/loadavg: 4.38 4.38 4.25 5/220 25028
/proc/meminfo: memFree=25022012/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9824732 CPUtime=20.52 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 25385 0 1 0 1926 126 0 0 20 0 22 0 27226908 10060525568 476382 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2456183 476382 2284 9 0 2446860 0

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

/proc/25006/task/25011/stat : 25011 (java) S 25003 25006 22091 0 -1 4202560 1516 0 0 0 931 53 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584018422312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9824732 CPUtime=11.1 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) S 25003 25006 22091 0 -1 4202560 1231 0 0 0 1064 46 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584017369512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9824732 CPUtime=10.76 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) S 25003 25006 22091 0 -1 4202560 1375 0 0 0 1028 48 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584016317224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9824732 CPUtime=9.71 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) S 25003 25006 22091 0 -1 4202560 1087 0 0 0 924 47 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584015264424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9824732 CPUtime=10.74 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) S 25003 25006 22091 0 -1 4202560 1563 0 0 0 1010 64 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584014212136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9824732 CPUtime=10.37 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) S 25003 25006 22091 0 -1 4202560 1072 0 0 0 986 51 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584013159336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9824732 CPUtime=11.23 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 4489 0 0 0 1106 17 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583883249896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 11200 0 0 0 175 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10276 0 0 0 197 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25025] ppid=25003 vsize=9824732 CPUtime=840.5 cores=0,2,4,6
/proc/25006/task/25025/stat : 25025 (java) R 25003 25006 22091 0 -1 4202560 57 0 0 0 84037 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583001636112 140583893973568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25026] ppid=25003 vsize=9824732 CPUtime=840.51 cores=0,2,4,6
/proc/25006/task/25026/stat : 25026 (java) R 25003 25006 22091 0 -1 4202560 71 0 0 0 84038 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583000582032 140583893820653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25027] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25027/stat : 25027 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27228029 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582999532712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25028] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25028/stat : 25028 (java) S 25003 25006 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27228041 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582998479912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+886.901 s]
/proc/loadavg: 4.21 4.29 4.26 5/219 25120
/proc/meminfo: memFree=21666572/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 41240 0 1 0 179552 460 0 0 20 0 22 0 27226908 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2456183 1206761 2291 9 0 2446860 0
[pid=25006/tid=25008] ppid=25003 vsize=9824732 CPUtime=6.78 cores=0,2,4,6
/proc/25006/task/25008/stat : 25008 (java) S 25003 25006 22091 0 -1 4202560 3429 0 1 0 665 13 0 0 20 0 22 0 27226909 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584059036536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25009] ppid=25003 vsize=9824732 CPUtime=10.87 cores=0,2,4,6
/proc/25006/task/25009/stat : 25009 (java) S 25003 25006 22091 0 -1 4202560 1227 0 0 0 1033 54 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584020527400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25010] ppid=25003 vsize=9824732 CPUtime=10.02 cores=0,2,4,6
/proc/25006/task/25010/stat : 25010 (java) S 25003 25006 22091 0 -1 4202560 1331 0 0 0 961 41 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584019474600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25011] ppid=25003 vsize=9824732 CPUtime=9.84 cores=0,2,4,6
/proc/25006/task/25011/stat : 25011 (java) S 25003 25006 22091 0 -1 4202560 1516 0 0 0 931 53 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584018422312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9824732 CPUtime=11.1 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) S 25003 25006 22091 0 -1 4202560 1231 0 0 0 1064 46 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584017369512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9824732 CPUtime=10.76 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) S 25003 25006 22091 0 -1 4202560 1375 0 0 0 1028 48 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584016317224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9824732 CPUtime=9.71 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) S 25003 25006 22091 0 -1 4202560 1087 0 0 0 924 47 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584015264424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9824732 CPUtime=10.74 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) S 25003 25006 22091 0 -1 4202560 1563 0 0 0 1010 64 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584014212136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9824732 CPUtime=10.37 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) S 25003 25006 22091 0 -1 4202560 1072 0 0 0 986 51 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584013159336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9824732 CPUtime=11.23 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 4489 0 0 0 1106 17 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583883249896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 11200 0 0 0 175 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10276 0 0 0 197 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25025] ppid=25003 vsize=9824732 CPUtime=845.08 cores=0,2,4,6
/proc/25006/task/25025/stat : 25025 (java) R 25003 25006 22091 0 -1 4202560 57 0 0 0 84495 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583001636112 140583894235164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25026] ppid=25003 vsize=9824732 CPUtime=845.09 cores=0,2,4,6
/proc/25006/task/25026/stat : 25026 (java) R 25003 25006 22091 0 -1 4202560 71 0 0 0 84496 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583000582032 140583893414160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25027] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25027/stat : 25027 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27228029 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582999532712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25028] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25028/stat : 25028 (java) S 25003 25006 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27228041 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582998479912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 25006 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+886.901 s]
/proc/loadavg: 4.21 4.29 4.26 5/219 25120
/proc/meminfo: memFree=21666572/32872528 swapFree=1459628/1655852
[pid=25006] ppid=25003 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/25006/stat : 25006 (java) S 25003 25006 22091 0 -1 4202496 41240 0 1 0 179552 460 0 0 20 0 22 0 27226908 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140733736955440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25006/statm: 2456183 1206761 2291 9 0 2446860 0
[pid=25006/tid=25008] ppid=25003 vsize=9824732 CPUtime=6.78 cores=0,2,4,6
/proc/25006/task/25008/stat : 25008 (java) S 25003 25006 22091 0 -1 4202560 3429 0 1 0 665 13 0 0 20 0 22 0 27226909 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584059036536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25009] ppid=25003 vsize=9824732 CPUtime=10.87 cores=0,2,4,6
/proc/25006/task/25009/stat : 25009 (java) S 25003 25006 22091 0 -1 4202560 1227 0 0 0 1033 54 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584020527400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25010] ppid=25003 vsize=9824732 CPUtime=10.02 cores=0,2,4,6
/proc/25006/task/25010/stat : 25010 (java) S 25003 25006 22091 0 -1 4202560 1331 0 0 0 961 41 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584019474600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25011] ppid=25003 vsize=9824732 CPUtime=9.84 cores=0,2,4,6
/proc/25006/task/25011/stat : 25011 (java) S 25003 25006 22091 0 -1 4202560 1516 0 0 0 931 53 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584018422312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25012] ppid=25003 vsize=9824732 CPUtime=11.1 cores=0,2,4,6
/proc/25006/task/25012/stat : 25012 (java) S 25003 25006 22091 0 -1 4202560 1231 0 0 0 1064 46 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584017369512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25013] ppid=25003 vsize=9824732 CPUtime=10.76 cores=0,2,4,6
/proc/25006/task/25013/stat : 25013 (java) S 25003 25006 22091 0 -1 4202560 1375 0 0 0 1028 48 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584016317224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25014] ppid=25003 vsize=9824732 CPUtime=9.71 cores=0,2,4,6
/proc/25006/task/25014/stat : 25014 (java) S 25003 25006 22091 0 -1 4202560 1087 0 0 0 924 47 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584015264424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25015] ppid=25003 vsize=9824732 CPUtime=10.74 cores=0,2,4,6
/proc/25006/task/25015/stat : 25015 (java) S 25003 25006 22091 0 -1 4202560 1563 0 0 0 1010 64 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584014212136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25016] ppid=25003 vsize=9824732 CPUtime=10.37 cores=0,2,4,6
/proc/25006/task/25016/stat : 25016 (java) S 25003 25006 22091 0 -1 4202560 1072 0 0 0 986 51 0 0 20 0 22 0 27226911 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140584013159336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25017] ppid=25003 vsize=9824732 CPUtime=11.23 cores=0,2,4,6
/proc/25006/task/25017/stat : 25017 (java) S 25003 25006 22091 0 -1 4202560 4489 0 0 0 1106 17 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583883249896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25018] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25018/stat : 25018 (java) S 25003 25006 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583882195960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25019] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25019/stat : 25019 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27226912 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583881143560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25020] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25020/stat : 25020 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583880092048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25021] ppid=25003 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/25006/task/25021/stat : 25021 (java) S 25003 25006 22091 0 -1 4202560 11200 0 0 0 175 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583879039672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25022] ppid=25003 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/25006/task/25022/stat : 25022 (java) S 25003 25006 22091 0 -1 4202560 10276 0 0 0 197 2 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583877986872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25023] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25023/stat : 25023 (java) S 25003 25006 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583003745400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25006/tid=25024] ppid=25003 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/25006/task/25024/stat : 25024 (java) S 25003 25006 22091 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 27226915 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583002692808 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25025] ppid=25003 vsize=9824732 CPUtime=845.08 cores=0,2,4,6
/proc/25006/task/25025/stat : 25025 (java) R 25003 25006 22091 0 -1 4202560 57 0 0 0 84495 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583001636112 140583894235164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25006/tid=25026] ppid=25003 vsize=9824732 CPUtime=845.09 cores=0,2,4,6
/proc/25006/task/25026/stat : 25026 (java) R 25003 25006 22091 0 -1 4202560 71 0 0 0 84496 13 0 0 20 0 22 0 27228004 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140583000582032 140583893414160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25006/tid=25027] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25027/stat : 25027 (java) S 25003 25006 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27228029 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582999532712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25006/tid=25028] ppid=25003 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25006/task/25028/stat : 25028 (java) S 25003 25006 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27228041 10060525568 1206761 33554432000 1073741824 1073778376 140733736964304 140582998479912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25006 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=18723
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=983242
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 886.946
CPU time (s): 1800.12
CPU user time (s): 1795.52
CPU system time (s): 4.6
CPU usage (%): 202.957
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.02
system time used= 4.98324
maximum resident set size= 4884888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41278
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23285
involuntary context switches= 38542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30404 second user time and 6.46202 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 14:10:14
IDJOB=4103990
IDBENCH=2525
IDSOLVER=2543
FILE ID=node136/4103990-1466251813
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103990-1466251813/watcher-4103990-1466251813 -o /tmp/evaluation-result-4103990-1466251813/solver-4103990-1466251813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103990-1466251813.opb

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

MD5SUM BENCH= 97b175564b36442f64835a62ac7058b3
RANDOM SEED=1877335329

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.67
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		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26924672 kB
Buffers:           16104 kB
Cached:           133860 kB
SwapCached:        47324 kB
Active:          3445600 kB
Inactive:         123884 kB
Active(anon):    3374776 kB
Inactive(anon):    47248 kB
Active(file):      70824 kB
Inactive(file):    76636 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:             31968 kB
Writeback:             0 kB
AnonPages:       5042644 kB
Mapped:            16944 kB
Shmem:                 0 kB
Slab:             571360 kB
SReclaimable:      15116 kB
SUnreclaim:       556244 kB
KernelStack:        1616 kB
PageTables:        14212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5319556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3524608 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= 71704 MiB
End job on node136 at 2016-06-18 14:25:01