Trace number 4081076

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.07 897.155

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5556
Best CPU time to get the best result obtained on this benchmark1800.47
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
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.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-4081076-1465220079.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.53/0.31	c ... done. Wall clock time 0.183s.
0.53/0.31	c declared #vars     1989
0.53/0.31	c #constraints  193
0.53/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.53/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.53/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.53/0.31	c 193 constraints processed.
0.53/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
0.53/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.53/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.53/0.31	c 193 constraints processed.
0.53/0.31	c objective function length is 1989 literals
5.16/1.82	c cleaning 2500 clauses out of 5000 with flag 18651/5000
8.49/3.47	c cleaning 4246 clauses out of 8500 with flag 48056/11000
11.75/5.06	c cleaning 5619 clauses out of 11256 with flag 83007/18002
15.18/6.76	c cleaning 6809 clauses out of 13635 with flag 117276/26000
19.69/8.91	c cleaning 7903 clauses out of 15826 with flag 146399/35000
24.77/11.47	c cleaning 8957 clauses out of 17923 with flag 181119/45000
30.50/14.30	c cleaning 9972 clauses out of 19966 with flag 220917/56000
36.94/17.45	c cleaning 10989 clauses out of 21995 with flag 264013/68001
43.82/20.84	c cleaning 11992 clauses out of 24005 with flag 311519/81000
51.04/24.41	c cleaning 12994 clauses out of 26014 with flag 363163/95001
66.50/32.16	c cleaning 13997 clauses out of 28020 with flag 418120/110001
80.90/39.29	c cleaning 14999 clauses out of 30022 with flag 477460/126000
94.98/46.30	c cleaning 16005 clauses out of 32024 with flag 547884/143001
117.33/57.37	c cleaning 17009 clauses out of 34018 with flag 625368/161000
137.68/67.49	c cleaning 17995 clauses out of 36010 with flag 702033/180001
155.94/76.53	c cleaning 19002 clauses out of 38015 with flag 775689/200001
176.01/86.50	c cleaning 19999 clauses out of 40014 with flag 863354/221002
197.90/97.49	c cleaning 20999 clauses out of 42014 with flag 955971/243001
220.20/108.52	c cleaning 21999 clauses out of 44015 with flag 1050415/266001
241.58/119.19	c cleaning 22998 clauses out of 46016 with flag 1149361/290001
267.40/131.92	c cleaning 24004 clauses out of 48019 with flag 1256172/315002
297.04/147.05	c cleaning 25001 clauses out of 50013 with flag 1379573/341000
319.77/158.33	c cleaning 26001 clauses out of 52013 with flag 1517129/368001
340.85/168.82	c cleaning 26992 clauses out of 54011 with flag 1643834/396000
362.73/179.77	c cleaning 28004 clauses out of 56020 with flag 1785388/425001
388.88/192.75	c cleaning 28996 clauses out of 58015 with flag 1921223/455000
416.96/206.74	c cleaning 30007 clauses out of 60019 with flag 2071150/486000
447.22/221.84	c cleaning 31002 clauses out of 62013 with flag 2229112/518001
474.13/235.26	c cleaning 31997 clauses out of 64011 with flag 2391785/551001
501.27/249.27	c cleaning 33004 clauses out of 66014 with flag 2545653/585001
528.97/263.07	c cleaning 33991 clauses out of 68009 with flag 2684497/620000
555.20/276.05	c cleaning 35000 clauses out of 70018 with flag 2836498/656000
585.70/291.21	c cleaning 36004 clauses out of 72018 with flag 3010993/693000
608.83/302.70	c cleaning 37007 clauses out of 74017 with flag 3173135/731003
633.82/315.20	c cleaning 37998 clauses out of 76007 with flag 3315319/770000
662.61/329.51	c cleaning 38997 clauses out of 78010 with flag 3446895/810001
698.14/347.13	c cleaning 40000 clauses out of 80013 with flag 3592525/851001
740.69/368.39	c cleaning 41006 clauses out of 82012 with flag 3755815/893000
784.40/390.12	c cleaning 42001 clauses out of 84007 with flag 3937420/936001
832.57/414.19	c cleaning 43000 clauses out of 86005 with flag 4126852/980000
885.31/441.02	c cleaning 43998 clauses out of 88005 with flag 4320970/1025000
936.77/466.70	c cleaning 44993 clauses out of 90007 with flag 4524724/1071000
991.46/494.04	c cleaning 45998 clauses out of 92014 with flag 4725613/1118000
1046.99/521.65	c cleaning 47007 clauses out of 94017 with flag 4936987/1166001
1102.07/548.91	c cleaning 47999 clauses out of 96009 with flag 5145955/1215000
1152.77/574.00	c cleaning 49001 clauses out of 98010 with flag 5353515/1265000
1194.87/594.90	c cleaning 50002 clauses out of 100011 with flag 5565579/1316002
1238.90/616.84	c cleaning 50994 clauses out of 102007 with flag 5755991/1368000
1280.29/637.46	c cleaning 52003 clauses out of 104014 with flag 5971532/1421001
1327.75/660.99	c cleaning 52997 clauses out of 106010 with flag 6224438/1475000
1369.39/681.61	c cleaning 54003 clauses out of 108014 with flag 6479460/1530001
1418.06/705.87	c cleaning 54996 clauses out of 110010 with flag 6696323/1586000
1466.91/730.01	c cleaning 55998 clauses out of 112014 with flag 6921928/1643000
1511.55/752.24	c cleaning 57007 clauses out of 114017 with flag 7170538/1701001
1555.01/773.87	c cleaning 57995 clauses out of 116010 with flag 7417805/1760001
1614.73/804.89	c cleaning 59003 clauses out of 118014 with flag 7724272/1820000
1674.55/834.69	c cleaning 60004 clauses out of 120012 with flag 7996320/1881001
1725.07/859.89	c cleaning 60995 clauses out of 122007 with flag 8222959/1943000
1780.16/887.24	c cleaning 61998 clauses out of 124013 with flag 8533222/2006001
1800.07/897.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/897.10	c starts		: 579
1800.07/897.10	c conflicts		: 2036238
1800.07/897.10	c decisions		: 2533014
1800.07/897.10	c propagations		: 23683118
1800.07/897.10	c inspects		: 2972751465
1800.07/897.10	c shortcuts		: 0
1800.07/897.10	c learnt literals	: 0
1800.07/897.10	c learnt binary clauses	: 0
1800.07/897.10	c learnt ternary clauses	: 0
1800.07/897.10	c learnt constraints	: 2036238
1800.07/897.10	c ignored constraints	: 0
1800.07/897.10	c root simplifications	: 0
1800.07/897.10	c removed literals (reason simplification)	: 378895335
1800.07/897.10	c reason swapping (by a shorter reason)	: 0
1800.07/897.10	c Calls to reduceDB	: 59
1800.07/897.10	c Number of update (reduction) of LBD	: 236244
1800.07/897.10	c Imported unit clauses	: 0
1800.07/897.10	c number of reductions to clauses (during analyze)	: 0
1800.07/897.10	c number of learned constraints concerned by reduction	: 0
1800.07/897.10	c number of learning phase by resolution	: 0
1800.07/897.10	c number of learning phase by cutting planes	: 0
1800.07/897.10	c speed (assignments/second)	: 26409.12020589265
1800.07/897.10	c non guided choices	5
1800.07/897.13	c learnt constraints type 
1800.07/897.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92252
1800.07/897.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/897.13	c starts		: 21
1800.07/897.13	c conflicts		: 4343
1800.07/897.13	c decisions		: 52982
1800.07/897.13	c propagations		: 394451
1800.07/897.13	c inspects		: 179890653
1800.07/897.13	c shortcuts		: 0
1800.07/897.13	c learnt literals	: 0
1800.07/897.13	c learnt binary clauses	: 0
1800.07/897.13	c learnt ternary clauses	: 0
1800.07/897.13	c learnt constraints	: 4342
1800.07/897.13	c ignored constraints	: 0
1800.07/897.13	c root simplifications	: 0
1800.07/897.13	c removed literals (reason simplification)	: 0
1800.07/897.13	c reason swapping (by a shorter reason)	: 0
1800.07/897.13	c Calls to reduceDB	: 0
1800.07/897.13	c Number of update (reduction) of LBD	: 0
1800.07/897.13	c Imported unit clauses	: 0
1800.07/897.13	c number of reductions to clauses (during analyze)	: 0
1800.07/897.13	c number of learned constraints concerned by reduction	: 0
1800.07/897.13	c number of learning phase by resolution	: 0
1800.07/897.13	c number of learning phase by cutting planes	: 0
1800.07/897.13	c speed (assignments/second)	: 439.8383602305508
1800.07/897.13	c non guided choices	0
1800.07/897.14	c learnt constraints type 
1800.07/897.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 155
1800.07/897.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4187
1800.07/897.14	s UNKNOWN
1800.07/897.14	c Total wall clock time (in seconds): 897.013

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-4081076-1465220079/watcher-4081076-1465220079 -o /tmp/evaluation-result-4081076-1465220079/solver-4081076-1465220079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081076-1465220079.opb 

pid=3705
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.18 4.37 4.08 4/197 3708
/proc/meminfo: memFree=26528600/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3708/stat : 3708 (java) R 3705 3708 32147 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 103942440 9515008 184 33554432000 1073741824 1073778376 140736329570832 140736329562056 219513777591 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3708/statm: 2323 184 142 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.18 4.37 4.08 4/197 3708
/proc/meminfo: memFree=26528600/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 103942440 9787879424 6039 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.18 4.37 4.08 4/197 3708
/proc/meminfo: memFree=26528600/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 5022 0 1 0 27 1 0 0 20 0 18 0 103942440 9787879424 6969 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2389619 6969 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.18 4.37 4.08 4/197 3708
/proc/meminfo: memFree=26528600/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 7369 0 1 0 51 2 0 0 20 0 18 0 103942440 9787879424 11727 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2389619 11727 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.18 4.37 4.08 4/197 3708
/proc/meminfo: memFree=26528600/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 16168 0 1 0 207 4 0 0 20 0 22 0 103942440 10060525568 20995 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 20995 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.18 4.37 4.08 6/219 3730
/proc/meminfo: memFree=26434868/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=4.5 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 22330 0 1 0 445 5 0 0 20 0 22 0 103942440 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 28284 2265 9 0 2446860 0
[pid=3708/tid=3710] ppid=3705 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3708/task/3710/stat : 3710 (java) S 3705 3708 32147 0 -1 4202560 2423 0 1 0 26 2 0 0 20 0 22 0 103942441 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430695351160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3711] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3711/stat : 3711 (java) S 3705 3708 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430667803176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3712] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3712/stat : 3712 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430538221992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3713] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3708/task/3723/stat : 3723 (java) S 3705 3708 32147 0 -1 4202560 11265 0 0 0 93 2 0 0 20 0 22 0 103942446 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430179400632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3724] ppid=3705 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3708/task/3724/stat : 3724 (java) S 3705 3708 32147 0 -1 4202560 7295 0 0 0 90 0 0 0 20 0 22 0 103942446 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430178347832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3725] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3725/stat : 3725 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430177295224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3726] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3726/stat : 3726 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430176242632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3727] ppid=3705 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/3708/task/3727/stat : 3727 (java) R 3705 3708 32147 0 -1 4202560 18 0 0 0 114 0 0 0 20 0 22 0 103942471 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430175187272 140430549901820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3728] ppid=3705 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/3708/task/3728/stat : 3728 (java) R 3705 3708 32147 0 -1 4202560 50 0 0 0 117 0 0 0 20 0 22 0 103942471 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430174134264 140430549803460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3729] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3729/stat : 3729 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430173082536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3730] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3730/stat : 3730 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 28284 33554432000 1073741824 1073778376 140733972160240 140430172029736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.18 4.37 4.08 5/219 3730
/proc/meminfo: memFree=26391852/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 22369 0 1 0 773 7 0 0 20 0 22 0 103942440 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 44161 2270 9 0 2446860 0
[pid=3708/tid=3710] ppid=3705 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3708/task/3710/stat : 3710 (java) S 3705 3708 32147 0 -1 4202560 2423 0 1 0 26 2 0 0 20 0 22 0 103942441 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430695351160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3711] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3711/stat : 3711 (java) S 3705 3708 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430667803176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3712] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3712/stat : 3712 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430538221992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3713] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/3708/task/3723/stat : 3723 (java) S 3705 3708 32147 0 -1 4202560 11270 0 0 0 98 3 0 0 20 0 22 0 103942446 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430179400632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3724] ppid=3705 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3708/task/3724/stat : 3724 (java) R 3705 3708 32147 0 -1 4202560 7296 0 0 0 95 0 0 0 20 0 22 0 103942446 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430178347832 219517334588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3725] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3725/stat : 3725 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430177295224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3726] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3726/stat : 3726 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430176242632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3727] ppid=3705 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/3708/task/3727/stat : 3727 (java) R 3705 3708 32147 0 -1 4202560 20 0 0 0 273 0 0 0 20 0 22 0 103942471 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430175185424 219517336632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3728] ppid=3705 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/3708/task/3728/stat : 3728 (java) R 3705 3708 32147 0 -1 4202560 81 0 0 0 275 1 0 0 20 0 22 0 103942471 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430174132392 140430550372384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3729] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3729/stat : 3729 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430173082536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3730] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3730/stat : 3730 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 44161 33554432000 1073741824 1073778376 140733972160240 140430172029736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.25 4.38 4.08 5/219 3730
/proc/meminfo: memFree=26333688/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=14.37 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 23253 0 1 0 1427 10 0 0 20 0 22 0 103942440 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 50284 2284 9 0 2446860 0
[pid=3708/tid=3710] ppid=3705 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3708/task/3710/stat : 3710 (java) S 3705 3708 32147 0 -1 4202560 2423 0 1 0 26 2 0 0 20 0 22 0 103942441 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430695351160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3711] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3711/stat : 3711 (java) S 3705 3708 32147 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430667803176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3712] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3712/stat : 3712 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430538221992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3713] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 103942442 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 50284 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=1.05 cores=0,2,4,6

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

/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 999 0 0 0 213 36 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 1029 0 0 0 208 33 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 1345 0 0 0 240 42 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 959 0 0 0 190 34 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 1036 0 0 0 224 38 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 937 0 0 0 238 36 0 0 20 0 22 0 103942442 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=6.06 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 2795 0 0 0 597 9 0 0 20 0 22 0 103942443 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/3708/task/3723/stat : 3723 (java) S 3705 3708 32147 0 -1 4202560 11270 0 0 0 111 3 0 0 20 0 22 0 103942446 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430179400632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3724] ppid=3705 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3708/task/3724/stat : 3724 (java) S 3705 3708 32147 0 -1 4202560 8131 0 0 0 126 2 0 0 20 0 22 0 103942446 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430178347832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3725] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3725/stat : 3725 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430177295224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3726] ppid=3705 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/3708/task/3726/stat : 3726 (java) S 3705 3708 32147 0 -1 4202560 51 0 0 0 11 13 0 0 20 0 22 0 103942446 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430176242632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3727] ppid=3705 vsize=9824732 CPUtime=868.02 cores=0,2,4,6
/proc/3708/task/3727/stat : 3727 (java) R 3705 3708 32147 0 -1 4202560 123 0 0 0 86786 16 0 0 20 0 22 0 103942471 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430175185632 140430549901129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3728] ppid=3705 vsize=9824732 CPUtime=868.11 cores=0,2,4,6
/proc/3708/task/3728/stat : 3728 (java) R 3705 3708 32147 0 -1 4202560 1232 0 0 0 86787 24 0 0 20 0 22 0 103942471 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430174133392 140430549990690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3729] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3729/stat : 3729 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430173082536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3730] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3730/stat : 3730 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965790 33554432000 1073741824 1073778376 140733972160240 140430172029736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.37
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.101 s]
/proc/loadavg: 4.23 4.22 4.17 5/219 4038
/proc/meminfo: memFree=22845564/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 35933 0 1 0 179665 342 0 0 20 0 22 0 103942440 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 965823 2293 9 0 2446860 0
[pid=3708/tid=3710] ppid=3705 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3708/task/3710/stat : 3710 (java) S 3705 3708 32147 0 -1 4202560 2433 0 1 0 28 3 0 0 20 0 22 0 103942441 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430695351160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3711] ppid=3705 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/3708/task/3711/stat : 3711 (java) S 3705 3708 32147 0 -1 4202560 1259 0 0 0 249 41 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430667803176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3712] ppid=3705 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3708/task/3712/stat : 3712 (java) S 3705 3708 32147 0 -1 4202560 1036 0 0 0 230 40 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430538221992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3713] ppid=3705 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 999 0 0 0 216 36 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 1034 0 0 0 212 33 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 1353 0 0 0 243 42 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 959 0 0 0 194 34 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 1038 0 0 0 228 38 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 937 0 0 0 245 36 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 2810 0 0 0 597 10 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/3708/task/3723/stat : 3723 (java) S 3705 3708 32147 0 -1 4202560 11270 0 0 0 111 3 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430179400632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3724] ppid=3705 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3708/task/3724/stat : 3724 (java) S 3705 3708 32147 0 -1 4202560 8131 0 0 0 126 2 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430178347832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3725] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3725/stat : 3725 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430177295224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3726] ppid=3705 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/3708/task/3726/stat : 3726 (java) S 3705 3708 32147 0 -1 4202560 53 0 0 0 11 13 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430176242632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3727] ppid=3705 vsize=9824732 CPUtime=882.67 cores=0,2,4,6
/proc/3708/task/3727/stat : 3727 (java) R 3705 3708 32147 0 -1 4202560 124 0 0 0 88251 16 0 0 20 0 22 0 103942471 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430175186464 140430549901064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3728] ppid=3705 vsize=9824732 CPUtime=882.76 cores=0,2,4,6
/proc/3708/task/3728/stat : 3728 (java) R 3705 3708 32147 0 -1 4202560 1232 0 0 0 88252 24 0 0 20 0 22 0 103942471 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430174132352 140430550256727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3729] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3729/stat : 3729 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430173082536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3730] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3730/stat : 3730 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430172029736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 3708 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.101 s]
/proc/loadavg: 4.23 4.22 4.17 5/219 4038
/proc/meminfo: memFree=22845564/32872528 swapFree=12208/1156848
[pid=3708] ppid=3705 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/3708/stat : 3708 (java) S 3705 3708 32147 0 -1 4202496 35933 0 1 0 179665 342 0 0 20 0 22 0 103942440 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140733972151376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3708/statm: 2456183 965823 2293 9 0 2446860 0
[pid=3708/tid=3710] ppid=3705 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3708/task/3710/stat : 3710 (java) S 3705 3708 32147 0 -1 4202560 2433 0 1 0 28 3 0 0 20 0 22 0 103942441 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430695351160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3711] ppid=3705 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/3708/task/3711/stat : 3711 (java) S 3705 3708 32147 0 -1 4202560 1259 0 0 0 249 41 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430667803176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3712] ppid=3705 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3708/task/3712/stat : 3712 (java) S 3705 3708 32147 0 -1 4202560 1036 0 0 0 230 40 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430538221992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3713] ppid=3705 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3708/task/3713/stat : 3713 (java) S 3705 3708 32147 0 -1 4202560 999 0 0 0 216 36 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430537169192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3714] ppid=3705 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/3708/task/3714/stat : 3714 (java) S 3705 3708 32147 0 -1 4202560 1034 0 0 0 212 33 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430536116392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3715] ppid=3705 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/3708/task/3715/stat : 3715 (java) S 3705 3708 32147 0 -1 4202560 1353 0 0 0 243 42 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430535064616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3716] ppid=3705 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/3708/task/3716/stat : 3716 (java) S 3705 3708 32147 0 -1 4202560 959 0 0 0 194 34 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430534011816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3717] ppid=3705 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/3708/task/3717/stat : 3717 (java) S 3705 3708 32147 0 -1 4202560 1038 0 0 0 228 38 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430196861736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3718] ppid=3705 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/3708/task/3718/stat : 3718 (java) S 3705 3708 32147 0 -1 4202560 937 0 0 0 245 36 0 0 20 0 22 0 103942442 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430195808936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3719] ppid=3705 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/3708/task/3719/stat : 3719 (java) S 3705 3708 32147 0 -1 4202560 2810 0 0 0 597 10 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430183610856 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3720] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3720/stat : 3720 (java) S 3705 3708 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430182556920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3721] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3721/stat : 3721 (java) S 3705 3708 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103942443 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430181504008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3722] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3722/stat : 3722 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430180452496 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3723] ppid=3705 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/3708/task/3723/stat : 3723 (java) S 3705 3708 32147 0 -1 4202560 11270 0 0 0 111 3 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430179400632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3708/tid=3724] ppid=3705 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3708/task/3724/stat : 3724 (java) S 3705 3708 32147 0 -1 4202560 8131 0 0 0 126 2 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430178347832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3725] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3725/stat : 3725 (java) S 3705 3708 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430177295224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3708/tid=3726] ppid=3705 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/3708/task/3726/stat : 3726 (java) S 3705 3708 32147 0 -1 4202560 53 0 0 0 11 13 0 0 20 0 22 0 103942446 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430176242632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3727] ppid=3705 vsize=9824732 CPUtime=882.67 cores=0,2,4,6
/proc/3708/task/3727/stat : 3727 (java) R 3705 3708 32147 0 -1 4202560 124 0 0 0 88251 16 0 0 20 0 22 0 103942471 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430175186464 140430549901064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3728] ppid=3705 vsize=9824732 CPUtime=882.76 cores=0,2,4,6
/proc/3708/task/3728/stat : 3728 (java) R 3705 3708 32147 0 -1 4202560 1232 0 0 0 88252 24 0 0 20 0 22 0 103942471 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430174132352 140430550256727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3708/tid=3729] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3729/stat : 3729 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430173082536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3708/tid=3730] ppid=3705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3708/task/3730/stat : 3730 (java) S 3705 3708 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103942472 10060525568 965823 33554432000 1073741824 1073778376 140733972160240 140430172029736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3708 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=139553
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=882409
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.155
CPU time (s): 1800.07
CPU user time (s): 1796.65
CPU system time (s): 3.42
CPU usage (%): 200.642
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.14
system time used= 3.88241
maximum resident set size= 3863408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35978
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23442
involuntary context switches= 23284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52216 second user time and 7.33389 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 15:34:39
IDJOB=4081076
IDBENCH=1852
IDSOLVER=2543
FILE ID=node114/4081076-1465220079
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081076-1465220079/watcher-4081076-1465220079 -o /tmp/evaluation-result-4081076-1465220079/solver-4081076-1465220079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081076-1465220079.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1966214782

node114.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.852
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.70
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.852
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.852
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.55
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:        26528608 kB
Buffers:           12712 kB
Cached:           161200 kB
SwapCached:         1736 kB
Active:          4393652 kB
Inactive:          82112 kB
Active(anon):    4303056 kB
Inactive(anon):     1200 kB
Active(file):      90596 kB
Inactive(file):    80912 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:       5458036 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             567364 kB
SReclaimable:      11224 kB
SUnreclaim:       556140 kB
KernelStack:        1624 kB
PageTables:        15072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5643472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5351424 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= 71736 MiB
End job on node114 at 2016-06-06 15:49:36