Trace number 4080530

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.08 895.179

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 153
Number of bits of the biggest sum of numbers8
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-4080530-1465282529.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.89/0.86	c ... done. Wall clock time 0.744s.
1.89/0.86	c declared #vars     18088
1.89/0.86	c #constraints  18394
1.89/0.87	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.89/0.87	c constraints type 
1.89/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1.89/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1.89/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.89/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1.89/0.87	c 18394 constraints processed.
1.89/0.87	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.89/0.87	c constraints type 
1.89/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1963
1.89/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16277
1.89/0.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
1.89/0.87	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.89/0.87	c 18394 constraints processed.
9.71/3.71	c cleaning 2484 clauses out of 4995 with flag 24580/5000
15.52/6.54	c cleaning 4240 clauses out of 8512 with flag 55681/11005
22.05/9.77	c cleaning 5590 clauses out of 11260 with flag 93548/18000
28.90/13.15	c cleaning 6809 clauses out of 13663 with flag 136367/26000
37.60/17.43	c cleaning 7893 clauses out of 15850 with flag 182566/35001
47.79/22.40	c cleaning 8490 clauses out of 17947 with flag 233314/45000
59.39/28.22	c cleaning 8992 clauses out of 20455 with flag 289292/56000
72.52/34.77	c cleaning 9797 clauses out of 23459 with flag 350743/68000
85.64/41.21	c cleaning 10483 clauses out of 26659 with flag 419570/81003
100.01/48.34	c cleaning 11429 clauses out of 30166 with flag 491533/95000
116.41/56.55	c cleaning 12343 clauses out of 33735 with flag 569585/110000
134.52/65.53	c cleaning 12973 clauses out of 37381 with flag 653911/126001
153.01/74.75	c cleaning 14069 clauses out of 41402 with flag 742340/143001
174.08/85.10	c cleaning 14859 clauses out of 45331 with flag 835004/161002
194.81/95.45	c cleaning 15440 clauses out of 49466 with flag 935079/180003
217.57/107.14	c cleaning 16413 clauses out of 54020 with flag 1043765/200002
243.52/120.07	c cleaning 17309 clauses out of 58595 with flag 1154987/221000
271.45/133.90	c cleaning 18255 clauses out of 63285 with flag 1274181/243000
296.74/146.51	c cleaning 18933 clauses out of 68026 with flag 1395908/266000
325.31/160.76	c cleaning 19978 clauses out of 73093 with flag 1523881/290000
357.21/177.02	c cleaning 20474 clauses out of 78114 with flag 1659198/315000
360.21/178.59	c cleaning 0 clauses out of 5001 with flag 0/5001
389.92/193.28	c cleaning 21358 clauses out of 83638 with flag 1806512/341001
426.56/211.42	c cleaning 22082 clauses out of 89279 with flag 1955352/368001
463.20/229.66	c cleaning 23031 clauses out of 95192 with flag 2108523/396001
500.55/248.21	c cleaning 23668 clauses out of 101159 with flag 2268314/425001
539.95/267.74	c cleaning 25030 clauses out of 107487 with flag 2431645/455000
580.14/287.62	c cleaning 25757 clauses out of 113452 with flag 2605306/486000
621.61/308.18	c cleaning 26508 clauses out of 119696 with flag 2786538/518002
668.54/331.32	c cleaning 27325 clauses out of 126185 with flag 2975051/551001
714.83/354.35	c cleaning 28499 clauses out of 132857 with flag 3170818/585000
763.00/378.34	c cleaning 29354 clauses out of 139356 with flag 3379055/620000
814.92/404.19	c cleaning 30085 clauses out of 146003 with flag 3589817/656002
867.89/430.40	c cleaning 30960 clauses out of 152918 with flag 3802592/693003
921.42/457.89	c cleaning 31737 clauses out of 159953 with flag 4025742/731000
973.92/484.06	c cleaning 32446 clauses out of 167215 with flag 4262518/770000
1030.21/512.01	c cleaning 33415 clauses out of 174764 with flag 4510777/810000
1093.72/543.45	c cleaning 34442 clauses out of 182347 with flag 4774155/851000
1158.26/575.18	c cleaning 35534 clauses out of 189902 with flag 5027928/893000
1228.01/609.50	c cleaning 36362 clauses out of 197366 with flag 5297174/936000
1299.84/645.06	c cleaning 37316 clauses out of 205005 with flag 5565532/980003
1367.09/678.53	c cleaning 38044 clauses out of 212685 with flag 5843978/1025000
1437.61/713.57	c cleaning 39321 clauses out of 220640 with flag 6124154/1071000
1506.56/747.83	c cleaning 39596 clauses out of 228319 with flag 6430185/1118001
1581.08/784.84	c cleaning 40752 clauses out of 236724 with flag 6737843/1166003
1661.44/826.12	c cleaning 41710 clauses out of 244969 with flag 7056675/1215000
1736.70/863.65	c cleaning 42815 clauses out of 253256 with flag 7378106/1265001
1800.08/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.10	c starts		: 7762
1800.08/895.10	c conflicts		: 1307860
1800.08/895.10	c decisions		: 37465617
1800.08/895.10	c propagations		: 1133953400
1800.08/895.10	c inspects		: 3040019689
1800.08/895.10	c shortcuts		: 0
1800.08/895.10	c learnt literals	: 161
1800.08/895.10	c learnt binary clauses	: 93786
1800.08/895.10	c learnt ternary clauses	: 83182
1800.08/895.10	c learnt constraints	: 1307698
1800.08/895.10	c ignored constraints	: 0
1800.08/895.10	c root simplifications	: 0
1800.08/895.10	c removed literals (reason simplification)	: 9957556
1800.08/895.10	c reason swapping (by a shorter reason)	: 0
1800.08/895.10	c Calls to reduceDB	: 46
1800.08/895.10	c Number of update (reduction) of LBD	: 917312
1800.08/895.10	c Imported unit clauses	: 0
1800.08/895.10	c number of reductions to clauses (during analyze)	: 0
1800.08/895.10	c number of learned constraints concerned by reduction	: 0
1800.08/895.10	c number of learning phase by resolution	: 0
1800.08/895.10	c number of learning phase by cutting planes	: 0
1800.08/895.10	c speed (assignments/second)	: 1268110.6276287257
1800.08/895.10	c non guided choices	24013
1800.08/895.15	c learnt constraints type 
1800.08/895.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93786
1800.08/895.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159513
1800.08/895.15	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.15	c starts		: 34
1800.08/895.15	c conflicts		: 9803
1800.08/895.15	c decisions		: 157037
1800.08/895.15	c propagations		: 10459267
1800.08/895.15	c inspects		: 741185332
1800.08/895.15	c shortcuts		: 0
1800.08/895.15	c learnt literals	: 0
1800.08/895.15	c learnt binary clauses	: 0
1800.08/895.15	c learnt ternary clauses	: 24
1800.08/895.15	c learnt constraints	: 9802
1800.08/895.15	c ignored constraints	: 0
1800.08/895.15	c root simplifications	: 0
1800.08/895.15	c removed literals (reason simplification)	: 0
1800.08/895.15	c reason swapping (by a shorter reason)	: 0
1800.08/895.15	c Calls to reduceDB	: 1
1800.08/895.15	c Number of update (reduction) of LBD	: 0
1800.08/895.15	c Imported unit clauses	: 0
1800.08/895.15	c number of reductions to clauses (during analyze)	: 0
1800.08/895.15	c number of learned constraints concerned by reduction	: 0
1800.08/895.15	c number of learning phase by resolution	: 0
1800.08/895.15	c number of learning phase by cutting planes	: 0
1800.08/895.15	c speed (assignments/second)	: 11696.054597341254
1800.08/895.15	c non guided choices	1796
1800.08/895.15	c learnt constraints type 
1800.08/895.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 403
1800.08/895.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1716
1800.08/895.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7683
1800.08/895.15	s UNKNOWN
1800.08/895.15	c Total wall clock time (in seconds): 895.034

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-4080530-1465282529/watcher-4080530-1465282529 -o /tmp/evaluation-result-4080530-1465282529/solver-4080530-1465282529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080530-1465282529.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.16 4.27 4.24 4/197 28782
/proc/meminfo: memFree=26196316/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/28782/stat : 28782 (java) R 28779 28782 27578 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 110185302 8192 1 33554432000 0 0 0 140735987910952 213419453879 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 33 1 0 0 0 22 0

[startup+0.100092 s]
/proc/loadavg: 4.16 4.27 4.24 4/197 28782
/proc/meminfo: memFree=26196316/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 110185302 9787879424 6039 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 4.16 4.27 4.24 4/197 28782
/proc/meminfo: memFree=26196316/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 6640 0 1 0 26 2 0 0 20 0 18 0 110185302 9787879424 8663 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2389619 8665 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 4.16 4.27 4.24 4/197 28782
/proc/meminfo: memFree=26196316/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 7387 0 1 0 54 2 0 0 20 0 18 0 110185302 9787879424 12001 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2389619 12001 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 4.16 4.27 4.24 4/197 28782
/proc/meminfo: memFree=26196316/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9558476 CPUtime=1.6 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 21023 0 1 0 155 5 0 0 20 0 18 0 110185302 9787879424 41658 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2389619 41658 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.16 4.27 4.24 7/219 28804
/proc/meminfo: memFree=25995372/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 26210 0 1 0 454 8 0 0 20 0 22 0 110185302 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2456183 54608 2281 9 0 2446860 0
[pid=28782/tid=28784] ppid=28779 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28782/task/28784/stat : 28784 (java) S 28779 28782 27578 0 -1 4202560 2482 0 1 0 78 3 0 0 20 0 22 0 110185303 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361487676280 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28785] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361331587368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28786] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28779 28782 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361330534568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28787] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) R 28779 28782 27578 0 -1 4202560 10699 0 0 0 117 2 0 0 20 0 22 0 110185309 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361307585008 140361490381179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28798] ppid=28779 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) R 28779 28782 27578 0 -1 4202560 11596 0 0 0 123 1 0 0 20 0 22 0 110185309 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361306538504 140361494134279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28799] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361305492600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28800] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361304440008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28801] ppid=28779 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/28782/task/28801/stat : 28801 (java) R 28779 28782 27578 0 -1 4202560 17 0 0 0 60 0 0 0 20 0 22 0 110185390 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361303384728 140361361099456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28802] ppid=28779 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/28782/task/28802/stat : 28802 (java) R 28779 28782 27578 0 -1 4202560 34 0 0 0 59 0 0 0 20 0 22 0 110185390 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361302329040 140361360013330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28803] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361301279912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28804] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28804/stat : 28804 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 54608 33554432000 1073741824 1073778376 140734349209616 140361300227112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.16 4.27 4.24 6/219 28804
/proc/meminfo: memFree=25975784/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 26308 0 1 0 821 11 0 0 20 0 22 0 110185302 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2456183 73965 2288 9 0 2446860 0
[pid=28782/tid=28784] ppid=28779 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28782/task/28784/stat : 28784 (java) S 28779 28782 27578 0 -1 4202560 2482 0 1 0 78 3 0 0 20 0 22 0 110185303 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361487676280 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28785] ppid=28779 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28779 28782 27578 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361331587368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28786] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28779 28782 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361330534568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28787] ppid=28779 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110185305 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28779 28782 27578 0 -1 4202560 10705 0 0 0 140 2 0 0 20 0 22 0 110185309 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361307597496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28798] ppid=28779 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28779 28782 27578 0 -1 4202560 11610 0 0 0 148 1 0 0 20 0 22 0 110185309 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361306544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28799] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361305492600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28800] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361304440008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28801] ppid=28779 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/28782/task/28801/stat : 28801 (java) R 28779 28782 27578 0 -1 4202560 19 0 0 0 217 0 0 0 20 0 22 0 110185390 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361303384344 140361361137631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28802] ppid=28779 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/28782/task/28802/stat : 28802 (java) R 28779 28782 27578 0 -1 4202560 67 0 0 0 214 0 0 0 20 0 22 0 110185390 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361302331064 140361361473310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28803] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361301279912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28804] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28804/stat : 28804 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 73965 33554432000 1073741824 1073778376 140734349209616 140361300227112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.15 4.27 4.24 5/219 28804
/proc/meminfo: memFree=25836372/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9824732 CPUtime=15.12 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 26622 0 1 0 1494 18 0 0 20 0 22 0 110185302 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2456183 98792 2292 9 0 2446860 0
[pid=28782/tid=28784] ppid=28779 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28782/task/28784/stat : 28784 (java) S 28779 28782 27578 0 -1 4202560 2482 0 1 0 78 3 0 0 20 0 22 0 110185303 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361487676280 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28785] ppid=28779 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28779 28782 27578 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361331587368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28786] ppid=28779 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28779 28782 27578 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361330534568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28787] ppid=28779 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 110185305 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 98792 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.61 cores=1,3,5,7

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

/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 698 0 0 0 368 24 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 695 0 0 0 349 21 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 770 0 0 0 360 23 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=3.61 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 586 0 0 0 343 18 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 779 0 0 0 359 22 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 533 0 0 0 306 16 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 2691 0 0 0 648 8 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28779 28782 27578 0 -1 4202560 10755 0 0 0 193 3 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361307597496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28798] ppid=28779 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28779 28782 27578 0 -1 4202560 11614 0 0 0 170 2 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361306544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28799] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361305492600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28800] ppid=28779 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28779 28782 27578 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361304440008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28801] ppid=28779 vsize=9824732 CPUtime=864.94 cores=1,3,5,7
/proc/28782/task/28801/stat : 28801 (java) R 28779 28782 27578 0 -1 4202560 69 0 0 0 86481 13 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361303382256 140361361145340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28802] ppid=28779 vsize=9824732 CPUtime=864.85 cores=1,3,5,7
/proc/28782/task/28802/stat : 28802 (java) R 28779 28782 27578 0 -1 4202560 1851 0 0 0 86438 47 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361302330480 140361361061091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28803] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361301279912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28804] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28804/stat : 28804 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361300227112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.16 4.23 4.25 5/220 28919
/proc/meminfo: memFree=22489824/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 36119 0 1 0 179782 226 0 0 20 0 22 0 110185302 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2456183 971611 2301 9 0 2446860 0
[pid=28782/tid=28784] ppid=28779 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/28782/task/28784/stat : 28784 (java) S 28779 28782 27578 0 -1 4202560 2491 0 1 0 80 5 0 0 20 0 22 0 110185303 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361487676280 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28785] ppid=28779 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28779 28782 27578 0 -1 4202560 730 0 0 0 305 18 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361331587368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28786] ppid=28779 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28779 28782 27578 0 -1 4202560 538 0 0 0 333 14 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361330534568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28787] ppid=28779 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 698 0 0 0 371 24 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 695 0 0 0 356 21 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 770 0 0 0 365 23 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 586 0 0 0 348 19 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 779 0 0 0 362 22 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 533 0 0 0 314 16 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 2693 0 0 0 648 8 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28779 28782 27578 0 -1 4202560 10755 0 0 0 193 3 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361307597496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28798] ppid=28779 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28779 28782 27578 0 -1 4202560 11614 0 0 0 170 2 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361306544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28799] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361305492600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28800] ppid=28779 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28779 28782 27578 0 -1 4202560 53 0 0 0 11 24 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361304440008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28801] ppid=28779 vsize=9824732 CPUtime=877.59 cores=1,3,5,7
/proc/28782/task/28801/stat : 28801 (java) R 28779 28782 27578 0 -1 4202560 70 0 0 0 87746 13 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361303383344 140361361137574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28802] ppid=28779 vsize=9824732 CPUtime=877.5 cores=1,3,5,7
/proc/28782/task/28802/stat : 28802 (java) R 28779 28782 27578 0 -1 4202560 1851 0 0 0 87703 47 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361302329280 140361361346016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28803] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361301279912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28804] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28804/stat : 28804 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361300227112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 28782 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.16 4.23 4.25 5/220 28919
/proc/meminfo: memFree=22489824/32872528 swapFree=16636/1570076
[pid=28782] ppid=28779 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 27578 0 -1 4202496 36119 0 1 0 179782 226 0 0 20 0 22 0 110185302 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140734349200752 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28782/statm: 2456183 971611 2301 9 0 2446860 0
[pid=28782/tid=28784] ppid=28779 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/28782/task/28784/stat : 28784 (java) S 28779 28782 27578 0 -1 4202560 2491 0 1 0 80 5 0 0 20 0 22 0 110185303 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361487676280 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28785] ppid=28779 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28779 28782 27578 0 -1 4202560 730 0 0 0 305 18 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361331587368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28786] ppid=28779 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28779 28782 27578 0 -1 4202560 538 0 0 0 333 14 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361330534568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28787] ppid=28779 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28779 28782 27578 0 -1 4202560 698 0 0 0 371 24 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361329482280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28782/tid=28788] ppid=28779 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28779 28782 27578 0 -1 4202560 695 0 0 0 356 21 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361328429480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28789] ppid=28779 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28779 28782 27578 0 -1 4202560 770 0 0 0 365 23 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361327377192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28790] ppid=28779 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28779 28782 27578 0 -1 4202560 586 0 0 0 348 19 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361326324392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28791] ppid=28779 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28779 28782 27578 0 -1 4202560 779 0 0 0 362 22 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361325272104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28792] ppid=28779 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28779 28782 27578 0 -1 4202560 533 0 0 0 314 16 0 0 20 0 22 0 110185305 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361324219304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28793] ppid=28779 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28779 28782 27578 0 -1 4202560 2693 0 0 0 648 8 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361311807720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28794] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28779 28782 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361310753784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28795] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28779 28782 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110185306 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361309701384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28796] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361308649872 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28797] ppid=28779 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28779 28782 27578 0 -1 4202560 10755 0 0 0 193 3 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361307597496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28798] ppid=28779 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28779 28782 27578 0 -1 4202560 11614 0 0 0 170 2 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361306544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28799] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28779 28782 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361305492600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28782/tid=28800] ppid=28779 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28779 28782 27578 0 -1 4202560 53 0 0 0 11 24 0 0 20 0 22 0 110185309 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361304440008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28801] ppid=28779 vsize=9824732 CPUtime=877.59 cores=1,3,5,7
/proc/28782/task/28801/stat : 28801 (java) R 28779 28782 27578 0 -1 4202560 70 0 0 0 87746 13 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361303383344 140361361137574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28782/tid=28802] ppid=28779 vsize=9824732 CPUtime=877.5 cores=1,3,5,7
/proc/28782/task/28802/stat : 28802 (java) R 28779 28782 27578 0 -1 4202560 1851 0 0 0 87703 47 0 0 20 0 22 0 110185390 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361302329280 140361361346016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28803] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361301279912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28782/tid=28804] ppid=28779 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28804/stat : 28804 (java) S 28779 28782 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110185392 10060525568 971611 33554432000 1073741824 1073778376 140734349209616 140361300227112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.179
CPU time (s): 1800.08
CPU user time (s): 1797.82
CPU system time (s): 2.26
CPU usage (%): 201.086
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.76158
maximum resident set size= 3900064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36151
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23791
involuntary context switches= 29083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86311 second user time and 7.35488 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:55:30
IDJOB=4080530
IDBENCH=90193
IDSOLVER=2543
FILE ID=node140/4080530-1465282529
RUNJOBID= node140-1465276272-27595
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K152.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080530-1465282529/watcher-4080530-1465282529 -o /tmp/evaluation-result-4080530-1465282529/solver-4080530-1465282529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080530-1465282529.opb

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=273731712

node140.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.768
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.768
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.768
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.768
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.768
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.768
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.768
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.55
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26196860 kB
Buffers:          127168 kB
Cached:           308704 kB
SwapCached:         1688 kB
Active:          4001956 kB
Inactive:         356668 kB
Active(anon):    3922936 kB
Inactive(anon):     2692 kB
Active(file):      79020 kB
Inactive(file):   353976 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       5492948 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             603512 kB
SReclaimable:      47556 kB
SUnreclaim:       555956 kB
KernelStack:        1640 kB
PageTables:        15140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5916284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5376000 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 node140 at 2016-06-07 09:10:25