Trace number 4104034

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.18 895.781

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-blend2.opb
MD5SUM583b02132cd61d8427630f4009f80dd3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark160502828
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33023540
Optimality of the best value was proved NO
Number of variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 24014225
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 235593725
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 8935312239624192
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1346963845029350184
Number of bits of the biggest sum of numbers61
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4104034-1466252746.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.84/0.48	c ... done. Wall clock time 0.366s.
0.84/0.48	c declared #vars     2944
0.84/0.48	c #constraints  303
0.84/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.84/0.49	c constraints type 
0.84/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
0.84/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14
0.84/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 280
0.84/0.49	c 303 constraints processed.
0.84/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.84/0.49	c constraints type 
0.84/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
0.84/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 9
0.84/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 280
0.84/0.49	c 303 constraints processed.
0.84/0.49	c objective function length is 88 literals
6.72/2.49	c cleaning 2501 clauses out of 5002 with flag 12422/5003
15.10/6.30	c cleaning 4236 clauses out of 8477 with flag 51564/11000
23.83/10.61	c cleaning 5621 clauses out of 11241 with flag 100245/18001
33.50/15.50	c cleaning 6810 clauses out of 13619 with flag 185991/26000
44.27/20.74	c cleaning 7894 clauses out of 15801 with flag 290589/35002
56.53/26.84	c cleaning 8945 clauses out of 17902 with flag 390756/45001
60.96/29.06	c cleaning 0 clauses out of 5002 with flag 0/5002
69.67/33.20	c cleaning 9954 clauses out of 19954 with flag 477088/56000
84.18/40.38	c cleaning 10999 clauses out of 22000 with flag 572852/68000
99.47/47.94	c cleaning 11998 clauses out of 24005 with flag 621594/81004
110.68/53.55	c cleaning 0 clauses out of 11000 with flag 0/11000
115.08/55.77	c cleaning 12979 clauses out of 26004 with flag 668750/95001
133.27/64.84	c cleaning 13987 clauses out of 28024 with flag 735416/110000
153.51/74.97	c cleaning 15012 clauses out of 30042 with flag 814586/126005
175.10/85.69	c cleaning 15999 clauses out of 32025 with flag 900616/143000
186.56/91.33	c cleaning 0 clauses out of 18001 with flag 0/18001
199.20/97.74	c cleaning 16995 clauses out of 34028 with flag 971909/161002
224.80/110.47	c cleaning 17993 clauses out of 36031 with flag 1044971/180000
252.56/124.22	c cleaning 19006 clauses out of 38040 with flag 1133236/200002
280.33/138.15	c cleaning 19966 clauses out of 40032 with flag 1221755/221000
282.53/139.23	c cleaning 0 clauses out of 26002 with flag 0/26002
305.33/150.59	c cleaning 20995 clauses out of 42067 with flag 1345399/243001
311.79/153.73	c cleaning 0 clauses out of 35001 with flag 0/35001
333.43/164.65	c cleaning 22031 clauses out of 44073 with flag 1471820/266002
363.96/179.81	c cleaning 23006 clauses out of 46040 with flag 1621314/290000
392.26/193.90	c cleaning 0 clauses out of 45003 with flag 0/45003
396.08/195.86	c cleaning 24008 clauses out of 48034 with flag 1787329/315000
431.05/213.39	c cleaning 24985 clauses out of 50026 with flag 1989546/341000
466.36/230.93	c cleaning 26021 clauses out of 52041 with flag 2170067/368000
503.33/249.34	c cleaning 27007 clauses out of 54020 with flag 2397482/396000
544.47/269.86	c cleaning 28002 clauses out of 56015 with flag 2645364/425002
584.46/289.85	c cleaning 29006 clauses out of 58016 with flag 2807315/455005
627.37/311.27	c cleaning 29999 clauses out of 60006 with flag 2958424/486001
673.79/334.39	c cleaning 31003 clauses out of 62006 with flag 3195596/518002
721.35/358.16	c cleaning 32001 clauses out of 64003 with flag 3446849/551002
731.69/363.26	c cleaning 0 clauses out of 56000 with flag 0/56000
767.45/381.10	c cleaning 33000 clauses out of 66000 with flag 3700075/585000
820.91/407.69	c cleaning 34001 clauses out of 68002 with flag 3964990/620002
871.09/432.80	c cleaning 34997 clauses out of 70003 with flag 4263502/656004
926.07/460.21	c cleaning 35995 clauses out of 72002 with flag 4609149/693000
981.92/488.07	c cleaning 36985 clauses out of 74007 with flag 4944524/731000
1038.12/516.17	c cleaning 37996 clauses out of 76022 with flag 5293979/770000
1092.20/543.06	c cleaning 39000 clauses out of 78027 with flag 5647793/810001
1137.99/565.83	c cleaning 0 clauses out of 68002 with flag 0/68002
1153.66/573.62	c cleaning 40004 clauses out of 80027 with flag 6055828/851001
1215.79/604.52	c cleaning 41006 clauses out of 82021 with flag 6410755/893000
1278.62/635.97	c cleaning 41994 clauses out of 84019 with flag 6758822/936004
1347.36/670.14	c cleaning 43003 clauses out of 86021 with flag 6978583/980000
1416.30/704.43	c cleaning 44004 clauses out of 88018 with flag 7185928/1025000
1483.68/737.94	c cleaning 45010 clauses out of 90020 with flag 7413339/1071006
1554.93/773.53	c cleaning 45977 clauses out of 92007 with flag 7625976/1118003
1629.12/810.41	c cleaning 47006 clauses out of 94029 with flag 7832624/1166002
1704.10/847.77	c cleaning 47981 clauses out of 96027 with flag 8037309/1215006
1782.91/887.18	c cleaning 48988 clauses out of 98041 with flag 8253660/1265001
1800.18/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.70	c starts		: 1341
1800.18/895.70	c conflicts		: 1277316
1800.18/895.70	c decisions		: 5195026
1800.18/895.70	c propagations		: 147086698
1800.18/895.70	c inspects		: 2863733963
1800.18/895.70	c shortcuts		: 0
1800.18/895.70	c learnt literals	: 42
1800.18/895.70	c learnt binary clauses	: 414
1800.18/895.70	c learnt ternary clauses	: 994
1800.18/895.70	c learnt constraints	: 1277273
1800.18/895.70	c ignored constraints	: 0
1800.18/895.70	c root simplifications	: 0
1800.18/895.70	c removed literals (reason simplification)	: 143777443
1800.18/895.70	c reason swapping (by a shorter reason)	: 0
1800.18/895.70	c Calls to reduceDB	: 46
1800.18/895.70	c Number of update (reduction) of LBD	: 322229
1800.18/895.70	c Imported unit clauses	: 0
1800.18/895.70	c number of reductions to clauses (during analyze)	: 0
1800.18/895.70	c number of learned constraints concerned by reduction	: 0
1800.18/895.70	c number of learning phase by resolution	: 0
1800.18/895.70	c number of learning phase by cutting planes	: 0
1800.18/895.70	c speed (assignments/second)	: 164304.31106032224
1800.18/895.70	c non guided choices	0
1800.18/895.73	c learnt constraints type 
1800.18/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 414
1800.18/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60954
1800.18/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.73	c starts		: 66
1800.18/895.73	c conflicts		: 77984
1800.18/895.73	c decisions		: 117631
1800.18/895.73	c propagations		: 854190
1800.18/895.73	c inspects		: 992283376
1800.18/895.73	c shortcuts		: 0
1800.18/895.73	c learnt literals	: 0
1800.18/895.73	c learnt binary clauses	: 0
1800.18/895.73	c learnt ternary clauses	: 0
1800.18/895.73	c learnt constraints	: 77983
1800.18/895.73	c ignored constraints	: 0
1800.18/895.73	c root simplifications	: 0
1800.18/895.73	c removed literals (reason simplification)	: 0
1800.18/895.73	c reason swapping (by a shorter reason)	: 0
1800.18/895.73	c Calls to reduceDB	: 8
1800.18/895.73	c Number of update (reduction) of LBD	: 0
1800.18/895.73	c Imported unit clauses	: 0
1800.18/895.73	c number of reductions to clauses (during analyze)	: 0
1800.18/895.73	c number of learned constraints concerned by reduction	: 0
1800.18/895.73	c number of learning phase by resolution	: 0
1800.18/895.73	c number of learning phase by cutting planes	: 0
1800.18/895.73	c speed (assignments/second)	: 954.1549006291107
1800.18/895.73	c non guided choices	2420
1800.18/895.76	c learnt constraints type 
1800.18/895.76	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4528
1800.18/895.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 73455
1800.18/895.76	s UNKNOWN
1800.18/895.76	c Total wall clock time (in seconds): 895.641

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-4104034-1466252746/watcher-4104034-1466252746 -o /tmp/evaluation-result-4104034-1466252746/solver-4104034-1466252746 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4104034-1466252746.opb 

pid=23586
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.29 4.17 4.15 4/197 23589
/proc/meminfo: memFree=27997100/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/23589/stat : 23589 (java) R 23586 23589 20157 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 27321275 9445376 94 33554432000 1073741824 1073778376 140733213892416 140733213889544 214528210793 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2306 98 76 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.29 4.17 4.15 4/197 23589
/proc/meminfo: memFree=27997100/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 27321275 9787879424 6041 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2389619 6041 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.29 4.17 4.15 4/197 23589
/proc/meminfo: memFree=27997100/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 4767 0 1 0 25 1 0 0 20 0 18 0 27321275 9787879424 7327 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2389619 7327 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.29 4.17 4.15 4/197 23589
/proc/meminfo: memFree=27997100/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 9073 0 1 0 53 2 0 0 20 0 18 0 27321275 9787879424 12151 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2389619 12151 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 4.29 4.17 4.15 4/197 23589
/proc/meminfo: memFree=27997100/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 16985 0 1 0 190 3 0 0 20 0 22 0 27321275 10060525568 23564 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 23564 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.29 4.17 4.15 5/219 23611
/proc/meminfo: memFree=27844876/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 17861 0 1 0 462 6 0 0 20 0 22 0 27321275 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 49487 2278 9 0 2446860 0
[pid=23589/tid=23591] ppid=23586 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23589/task/23591/stat : 23591 (java) S 23586 23589 20157 0 -1 4202560 2438 0 1 0 44 1 0 0 20 0 22 0 27321276 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722172994424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23592] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23592/stat : 23592 (java) S 23586 23589 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722134485416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23593] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23593/stat : 23593 (java) S 23586 23589 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722133432872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23594] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23594/stat : 23594 (java) S 23586 23589 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722132379816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722131327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) S 23586 23589 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722130275240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) S 23586 23589 20157 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722129222696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722128169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) S 23586 23589 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27321278 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140722127117096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721996663144 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/23589/task/23604/stat : 23604 (java) R 23586 23589 20157 0 -1 4202560 6983 0 0 0 104 0 0 0 20 0 22 0 27321281 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721992440328 140722179811544 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23605] ppid=23586 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/23589/task/23605/stat : 23605 (java) R 23586 23589 20157 0 -1 4202560 6951 0 0 0 111 0 0 0 20 0 22 0 27321281 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721991388016 140722177111589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23606] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23606/stat : 23606 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721990347512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23607] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23607/stat : 23607 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721989295176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23608] ppid=23586 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23589/task/23608/stat : 23608 (java) R 23586 23589 20157 0 -1 4202560 24 0 0 0 95 0 0 0 20 0 22 0 27321325 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140721988240072 140722003947143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23609] ppid=23586 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23589/task/23609/stat : 23609 (java) R 23586 23589 20157 0 -1 4202560 75 0 0 0 95 1 0 0 20 0 22 0 27321325 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140720845348424 140722003752969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23610] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23610/stat : 23610 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140720844297000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23611] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23611/stat : 23611 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 49487 33554432000 1073741824 1073778376 140733213892416 140720843244456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.27 4.17 4.15 5/219 23611
/proc/meminfo: memFree=27760848/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 19312 0 1 0 825 18 0 0 20 0 22 0 27321275 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 97925 2284 9 0 2446860 0
[pid=23589/tid=23591] ppid=23586 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23589/task/23591/stat : 23591 (java) S 23586 23589 20157 0 -1 4202560 2438 0 1 0 44 1 0 0 20 0 22 0 27321276 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722172994424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23592] ppid=23586 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23589/task/23592/stat : 23592 (java) R 23586 23589 20157 0 -1 4202560 100 0 0 0 3 3 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722134485416 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23593] ppid=23586 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23589/task/23593/stat : 23593 (java) R 23586 23589 20157 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722133433000 214537374855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23594] ppid=23586 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23589/task/23594/stat : 23594 (java) R 23586 23589 20157 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722132379944 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) R 23586 23589 20157 0 -1 4202560 251 0 0 0 4 2 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722131327400 214537374855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) R 23586 23589 20157 0 -1 4202560 79 0 0 0 1 2 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722130275368 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) R 23586 23589 20157 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722129222824 214537374855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) R 23586 23589 20157 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722128169816 140722175465145 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) R 23586 23589 20157 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 27321278 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140722127117224 140722181039266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721996662024 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/23589/task/23604/stat : 23604 (java) S 23586 23589 20157 0 -1 4202560 6985 0 0 0 110 0 0 0 20 0 22 0 27321281 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721992452920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23605] ppid=23586 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/23589/task/23605/stat : 23605 (java) S 23586 23589 20157 0 -1 4202560 7673 0 0 0 147 0 0 0 20 0 22 0 27321281 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721991400376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23606] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23606/stat : 23606 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721990347512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23607] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23607/stat : 23607 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721989295176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23608] ppid=23586 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23589/task/23608/stat : 23608 (java) S 23586 23589 20157 0 -1 4202560 30 0 0 0 246 0 0 0 20 0 22 0 27321325 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140721988238008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23609] ppid=23586 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23589/task/23609/stat : 23609 (java) S 23586 23589 20157 0 -1 4202560 123 0 0 0 243 3 0 0 20 0 22 0 27321325 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140720845348472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23610] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23610/stat : 23610 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140720844297000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23611] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23611/stat : 23611 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 97925 33554432000 1073741824 1073778376 140733213892416 140720843244456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.27 4.17 4.15 6/219 23611
/proc/meminfo: memFree=27370608/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 20374 0 1 0 1483 27 0 0 20 0 22 0 27321275 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 166917 2284 9 0 2446860 0
[pid=23589/tid=23591] ppid=23586 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23589/task/23591/stat : 23591 (java) S 23586 23589 20157 0 -1 4202560 2438 0 1 0 44 1 0 0 20 0 22 0 27321276 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722172994424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23592] ppid=23586 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23589/task/23592/stat : 23592 (java) S 23586 23589 20157 0 -1 4202560 106 0 0 0 4 3 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722134485416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23593] ppid=23586 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23589/task/23593/stat : 23593 (java) S 23586 23589 20157 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722133432872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23594] ppid=23586 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23589/task/23594/stat : 23594 (java) S 23586 23589 20157 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722132379816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) S 23586 23589 20157 0 -1 4202560 283 0 0 0 7 4 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722131327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) S 23586 23589 20157 0 -1 4202560 95 0 0 0 2 3 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722130275240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) S 23586 23589 20157 0 -1 4202560 77 0 0 0 4 2 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722129222696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) S 23586 23589 20157 0 -1 4202560 60 0 0 0 4 3 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722128169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) S 23586 23589 20157 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 27321278 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140722127117096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140721996663144 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 166917 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.11 cores=0,2,4,6

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

/proc/23589/task/23594/stat : 23594 (java) S 23586 23589 20157 0 -1 4202560 786 0 0 0 243 23 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722132379816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) S 23586 23589 20157 0 -1 4202560 967 0 0 0 238 26 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722131327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) S 23586 23589 20157 0 -1 4202560 753 0 0 0 222 22 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722130275240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) S 23586 23589 20157 0 -1 4202560 767 0 0 0 219 25 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722129222696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) S 23586 23589 20157 0 -1 4202560 599 0 0 0 224 20 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722128169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) S 23586 23589 20157 0 -1 4202560 990 0 0 0 240 22 0 0 20 0 22 0 27321278 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140722127117096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 2854 0 0 0 302 23 0 0 20 0 22 0 27321279 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721996663144 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23589/task/23604/stat : 23604 (java) S 23586 23589 20157 0 -1 4202560 13935 0 0 0 186 2 0 0 20 0 22 0 27321281 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721992452920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23605] ppid=23586 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/23589/task/23605/stat : 23605 (java) S 23586 23589 20157 0 -1 4202560 8064 0 0 0 177 0 0 0 20 0 22 0 27321281 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721991400376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23606] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23606/stat : 23606 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721990347512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23607] ppid=23586 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23589/task/23607/stat : 23607 (java) S 23586 23589 20157 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 27321281 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721989295176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23608] ppid=23586 vsize=9824732 CPUtime=870.5 cores=0,2,4,6
/proc/23589/task/23608/stat : 23608 (java) R 23586 23589 20157 0 -1 4202560 368 0 0 0 87032 18 0 0 20 0 22 0 27321325 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140721988240088 140722003929373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23609] ppid=23586 vsize=9824732 CPUtime=870.5 cores=0,2,4,6
/proc/23589/task/23609/stat : 23609 (java) R 23586 23589 20157 0 -1 4202560 4405 0 0 0 86983 67 0 0 20 0 22 0 27321325 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140720845348368 140722003428362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23610] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23610/stat : 23610 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140720844297000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23611] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23611/stat : 23611 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 862930 33554432000 1073741824 1073778376 140733213892416 140720843244456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.05 4.16 4.16 5/220 23712
/proc/meminfo: memFree=26743248/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 40102 0 1 0 179736 282 0 0 20 0 22 0 27321275 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 854812 2293 9 0 2446860 0
[pid=23589/tid=23591] ppid=23586 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23589/task/23591/stat : 23591 (java) S 23586 23589 20157 0 -1 4202560 2449 0 1 0 47 3 0 0 20 0 22 0 27321276 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722172994424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23592] ppid=23586 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23589/task/23592/stat : 23592 (java) S 23586 23589 20157 0 -1 4202560 679 0 0 0 235 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722134485416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23593] ppid=23586 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/23589/task/23593/stat : 23593 (java) S 23586 23589 20157 0 -1 4202560 1159 0 0 0 239 23 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722133432872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23594] ppid=23586 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/23589/task/23594/stat : 23594 (java) S 23586 23589 20157 0 -1 4202560 789 0 0 0 247 23 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722132379816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) S 23586 23589 20157 0 -1 4202560 967 0 0 0 242 26 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722131327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) S 23586 23589 20157 0 -1 4202560 753 0 0 0 225 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722130275240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) S 23586 23589 20157 0 -1 4202560 770 0 0 0 225 25 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722129222696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) S 23586 23589 20157 0 -1 4202560 599 0 0 0 226 20 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722128169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) S 23586 23589 20157 0 -1 4202560 990 0 0 0 242 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722127117096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 2854 0 0 0 302 23 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721996663144 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23589/task/23604/stat : 23604 (java) S 23586 23589 20157 0 -1 4202560 13935 0 0 0 186 2 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721992452920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23605] ppid=23586 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/23589/task/23605/stat : 23605 (java) S 23586 23589 20157 0 -1 4202560 8064 0 0 0 177 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721991400376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23606] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23606/stat : 23606 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721990347512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23607] ppid=23586 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23589/task/23607/stat : 23607 (java) S 23586 23589 20157 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721989295176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23608] ppid=23586 vsize=9824732 CPUtime=883.78 cores=0,2,4,6
/proc/23589/task/23608/stat : 23608 (java) R 23586 23589 20157 0 -1 4202560 370 0 0 0 88360 18 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721988239872 140722003696792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23609] ppid=23586 vsize=9824732 CPUtime=883.77 cores=0,2,4,6
/proc/23589/task/23609/stat : 23609 (java) R 23586 23589 20157 0 -1 4202560 4407 0 0 0 88310 67 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720845348368 140722003710269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23610] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23610/stat : 23610 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720844297000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23611] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23611/stat : 23611 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720843244456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 23589 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.05 4.16 4.16 5/220 23712
/proc/meminfo: memFree=26743248/32872528 swapFree=1191052/1305516
[pid=23589] ppid=23586 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23589/stat : 23589 (java) S 23586 23589 20157 0 -1 4202496 40102 0 1 0 179736 282 0 0 20 0 22 0 27321275 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140733213883552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23589/statm: 2456183 854812 2293 9 0 2446860 0
[pid=23589/tid=23591] ppid=23586 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23589/task/23591/stat : 23591 (java) S 23586 23589 20157 0 -1 4202560 2449 0 1 0 47 3 0 0 20 0 22 0 27321276 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722172994424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23592] ppid=23586 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23589/task/23592/stat : 23592 (java) S 23586 23589 20157 0 -1 4202560 679 0 0 0 235 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722134485416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23593] ppid=23586 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/23589/task/23593/stat : 23593 (java) S 23586 23589 20157 0 -1 4202560 1159 0 0 0 239 23 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722133432872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23594] ppid=23586 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/23589/task/23594/stat : 23594 (java) S 23586 23589 20157 0 -1 4202560 789 0 0 0 247 23 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722132379816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23595] ppid=23586 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/23589/task/23595/stat : 23595 (java) S 23586 23589 20157 0 -1 4202560 967 0 0 0 242 26 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722131327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23596] ppid=23586 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/23589/task/23596/stat : 23596 (java) S 23586 23589 20157 0 -1 4202560 753 0 0 0 225 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722130275240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23597] ppid=23586 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/23589/task/23597/stat : 23597 (java) S 23586 23589 20157 0 -1 4202560 770 0 0 0 225 25 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722129222696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23598] ppid=23586 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23589/task/23598/stat : 23598 (java) S 23586 23589 20157 0 -1 4202560 599 0 0 0 226 20 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722128169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23599] ppid=23586 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/23589/task/23599/stat : 23599 (java) S 23586 23589 20157 0 -1 4202560 990 0 0 0 242 22 0 0 20 0 22 0 27321278 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140722127117096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23600] ppid=23586 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23589/task/23600/stat : 23600 (java) S 23586 23589 20157 0 -1 4202560 2854 0 0 0 302 23 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721996663144 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23601] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23601/stat : 23601 (java) S 23586 23589 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721995609464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23602] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23602/stat : 23602 (java) S 23586 23589 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27321279 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721994556296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23603] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23603/stat : 23603 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721993505040 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23604] ppid=23586 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23589/task/23604/stat : 23604 (java) S 23586 23589 20157 0 -1 4202560 13935 0 0 0 186 2 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721992452920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23605] ppid=23586 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/23589/task/23605/stat : 23605 (java) S 23586 23589 20157 0 -1 4202560 8064 0 0 0 177 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721991400376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23606] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23606/stat : 23606 (java) S 23586 23589 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721990347512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23607] ppid=23586 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23589/task/23607/stat : 23607 (java) S 23586 23589 20157 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 27321281 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721989295176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23589/tid=23608] ppid=23586 vsize=9824732 CPUtime=883.78 cores=0,2,4,6
/proc/23589/task/23608/stat : 23608 (java) R 23586 23589 20157 0 -1 4202560 370 0 0 0 88360 18 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140721988239872 140722003696792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23589/tid=23609] ppid=23586 vsize=9824732 CPUtime=883.77 cores=0,2,4,6
/proc/23589/task/23609/stat : 23609 (java) R 23586 23589 20157 0 -1 4202560 4407 0 0 0 88310 67 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720845348368 140722003710269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23589/tid=23610] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23610/stat : 23610 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720844297000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23589/tid=23611] ppid=23586 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23589/task/23611/stat : 23611 (java) S 23586 23589 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27321325 10060525568 854812 33554432000 1073741824 1073778376 140733213892416 140720843244456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23589 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=67412
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=312496
# CPU time returned by wait4() is 1796.38
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.781
CPU time (s): 1800.18
CPU user time (s): 1797.36
CPU system time (s): 2.82
CPU usage (%): 200.962
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.07
system time used= 3.3125
maximum resident set size= 3482104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40143
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28220
involuntary context switches= 43455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51216 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 14:25:47
IDJOB=4104034
IDBENCH=2550
IDSOLVER=2543
FILE ID=node127/4104034-1466252746
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 583b02132cd61d8427630f4009f80dd3
RANDOM SEED=1778945253

node127.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.769
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.53
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.769
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.769
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.769
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.56
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.769
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.769
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.55
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.769
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.56
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.769
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:        27997628 kB
Buffers:           66780 kB
Cached:           210480 kB
SwapCached:          516 kB
Active:          2599792 kB
Inactive:         223840 kB
Active(anon):    2547084 kB
Inactive(anon):     2184 kB
Active(file):      52708 kB
Inactive(file):   221656 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       3856024 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             603328 kB
SReclaimable:      47208 kB
SUnreclaim:       556120 kB
KernelStack:        1592 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4135360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2615296 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= 71732 MiB
End job on node127 at 2016-06-18 14:40:42