Trace number 4100085

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 Resolution PB16? (TO) 1800 1792.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-dano3_3.opb
MD5SUM108953e78fcc72e03ac9c2dad6fbc1ae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100085-1466210051.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.13/4.74	c ... done. Wall clock time 4.631s.
7.13/4.74	c declared #vars     404796
7.13/4.74	c #constraints  4933
7.13/4.74	c constraints type 
7.13/4.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
7.13/4.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
7.13/4.74	c 4933 constraints processed.
7.13/4.74	c objective function length is 30 literals
14.67/11.70	c cleaning 2495 clauses out of 5000 with flag 12728/5000
18.02/15.08	c cleaning 4247 clauses out of 8506 with flag 28325/11001
21.92/18.97	c cleaning 5620 clauses out of 11258 with flag 47038/18000
26.32/23.35	c cleaning 6809 clauses out of 13640 with flag 67566/26002
31.44/28.45	c cleaning 7903 clauses out of 15829 with flag 91842/35000
37.04/34.02	c cleaning 8953 clauses out of 17926 with flag 117303/45000
43.14/40.15	c cleaning 9976 clauses out of 19974 with flag 144945/56001
49.84/46.88	c cleaning 10986 clauses out of 21997 with flag 174690/68000
57.25/54.20	c cleaning 11997 clauses out of 24012 with flag 206565/81001
65.14/62.13	c cleaning 12995 clauses out of 26014 with flag 240414/95000
75.94/72.22	c cleaning 14001 clauses out of 28019 with flag 278434/110000
85.14/81.41	c cleaning 14997 clauses out of 30020 with flag 317628/126002
95.04/91.34	c cleaning 16001 clauses out of 32022 with flag 360005/143001
106.05/102.35	c cleaning 16999 clauses out of 34021 with flag 407765/161001
117.64/113.96	c cleaning 18000 clauses out of 36021 with flag 456503/180000
129.64/125.90	c cleaning 18999 clauses out of 38021 with flag 506509/200000
141.95/138.24	c cleaning 20001 clauses out of 40023 with flag 555805/221001
154.95/151.20	c cleaning 21001 clauses out of 42021 with flag 606560/243000
170.94/166.60	c cleaning 21999 clauses out of 44020 with flag 661840/266000
186.05/181.68	c cleaning 22998 clauses out of 46021 with flag 720004/290000
201.85/197.42	c cleaning 24008 clauses out of 48023 with flag 780876/315000
218.95/214.54	c cleaning 24995 clauses out of 50016 with flag 846840/341001
236.16/231.75	c cleaning 25998 clauses out of 52021 with flag 913117/368001
254.36/249.95	c cleaning 26994 clauses out of 54022 with flag 983795/396000
272.87/268.43	c cleaning 28002 clauses out of 56028 with flag 1053275/425000
291.76/287.39	c cleaning 28999 clauses out of 58026 with flag 1121434/455000
312.36/307.95	c cleaning 30000 clauses out of 60027 with flag 1195010/486000
334.37/329.93	c cleaning 31004 clauses out of 62027 with flag 1272891/518000
359.02/353.89	c cleaning 31998 clauses out of 64023 with flag 1352832/551000
382.93/377.71	c cleaning 33002 clauses out of 66025 with flag 1435816/585000
408.13/402.99	c cleaning 34003 clauses out of 68023 with flag 1523805/620000
433.44/428.20	c cleaning 34997 clauses out of 70020 with flag 1609885/656000
458.84/453.66	c cleaning 35999 clauses out of 72024 with flag 1697079/693001
484.75/479.56	c cleaning 37001 clauses out of 74025 with flag 1784710/731001
512.15/506.94	c cleaning 37999 clauses out of 76023 with flag 1877223/770000
539.55/534.33	c cleaning 39001 clauses out of 78024 with flag 1968789/810000
570.15/564.51	c cleaning 39999 clauses out of 80023 with flag 2065193/851000
600.25/594.65	c cleaning 40996 clauses out of 82026 with flag 2161617/893002
630.76/625.12	c cleaning 41999 clauses out of 84028 with flag 2258066/936000
664.77/659.19	c cleaning 43007 clauses out of 86030 with flag 2365087/980001
698.98/693.34	c cleaning 44003 clauses out of 88024 with flag 2474410/1025002
733.29/727.65	c cleaning 44995 clauses out of 90020 with flag 2581071/1071001
771.99/765.99	c cleaning 45999 clauses out of 92024 with flag 2694466/1118000
810.91/804.87	c cleaning 47001 clauses out of 94025 with flag 2812651/1166000
848.41/842.38	c cleaning 48001 clauses out of 96024 with flag 2930238/1215000
889.12/883.01	c cleaning 49001 clauses out of 98023 with flag 3054989/1265000
929.43/923.37	c cleaning 49995 clauses out of 100022 with flag 3176750/1316000
970.93/964.50	c cleaning 51002 clauses out of 102028 with flag 3299203/1368001
1012.01/1005.66	c cleaning 52004 clauses out of 104025 with flag 3425038/1421000
1055.51/1049.14	c cleaning 52995 clauses out of 106021 with flag 3550326/1475000
1097.31/1090.99	c cleaning 53997 clauses out of 108027 with flag 3676219/1530001
1141.55/1134.69	c cleaning 55002 clauses out of 110031 with flag 3801971/1586002
1187.55/1180.61	c cleaning 56001 clauses out of 112027 with flag 3929076/1643000
1235.95/1229.07	c cleaning 57000 clauses out of 114027 with flag 4066529/1701001
1285.15/1278.27	c cleaning 57999 clauses out of 116027 with flag 4203336/1760001
1336.84/1329.71	c cleaning 59004 clauses out of 118027 with flag 4339363/1820000
1389.14/1382.06	c cleaning 60001 clauses out of 120023 with flag 4480380/1881000
1439.82/1432.79	c cleaning 61000 clauses out of 122022 with flag 4619986/1943000
1493.72/1486.66	c cleaning 62000 clauses out of 124023 with flag 4762110/2006001
1549.64/1542.23	c cleaning 62995 clauses out of 126022 with flag 4901793/2070000
1607.52/1600.12	c cleaning 64003 clauses out of 128027 with flag 5052351/2135000
1666.12/1658.80	c cleaning 64998 clauses out of 130024 with flag 5206749/2201000
1727.11/1719.41	c cleaning 66002 clauses out of 132026 with flag 5358595/2268000
1789.71/1782.01	c cleaning 67000 clauses out of 134024 with flag 5517495/2336000
1800.00/1792.30	c starts		: 5
1800.00/1792.30	c conflicts		: 2349663
1800.00/1792.30	c decisions		: 3664197
1800.00/1792.30	c propagations		: 36641123
1800.00/1792.30	c inspects		: 11936557300
1800.00/1792.30	c shortcuts		: 0
1800.00/1792.30	c learnt literals	: 0
1800.00/1792.30	c learnt binary clauses	: 0
1800.00/1792.30	c learnt ternary clauses	: 1
1800.00/1792.30	c learnt constraints	: 2349662
1800.00/1792.30	c ignored constraints	: 0
1800.00/1792.30	c root simplifications	: 0
1800.00/1792.30	c removed literals (reason simplification)	: 0
1800.00/1792.30	c reason swapping (by a shorter reason)	: 0
1800.00/1792.30	c Calls to reduceDB	: 64
1800.00/1792.30	c Number of update (reduction) of LBD	: 775963
1800.00/1792.30	c Imported unit clauses	: 0
1800.00/1792.30	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.30	c number of learned constraints concerned by reduction	: 0
1800.00/1792.30	c number of learning phase by resolution	: 0
1800.00/1792.30	c number of learning phase by cutting planes	: 0
1800.00/1792.30	c speed (assignments/second)	: 20499.986852212714
1800.00/1792.30	c non guided choices	3894
1800.00/1792.33	c learnt constraints type 
1800.00/1792.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80687
1800.00/1792.33	s UNKNOWN
1800.00/1792.33	c Total wall clock time (in seconds): 1792.215

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-4100085-1466210051/watcher-4100085-1466210051 -o /tmp/evaluation-result-4100085-1466210051/solver-4100085-1466210051 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100085-1466210051.opb 

pid=17067
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: 2.22 2.25 2.19 3/194 17070
/proc/meminfo: memFree=29910832/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/17070/stat : 17070 (java) R 17067 17070 15516 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 23051842 3653632 52 33554432000 1073741824 1073778376 140733758203040 140733758200168 270698376487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 1408 55 43 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.22 2.25 2.19 3/194 17070
/proc/meminfo: memFree=29910832/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 4460 0 1 0 8 1 0 0 20 0 18 0 23051842 9787879424 5566 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 5566 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.22 2.25 2.19 3/194 17070
/proc/meminfo: memFree=29910832/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 5149 0 1 0 26 2 0 0 20 0 18 0 23051842 9787879424 9121 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 9121 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.22 2.25 2.19 3/194 17070
/proc/meminfo: memFree=29910832/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 8395 0 1 0 51 3 0 0 20 0 18 0 23051842 9787879424 12433 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 12433 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 2.22 2.25 2.19 3/194 17070
/proc/meminfo: memFree=29910832/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=1.31 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 10613 0 1 0 123 8 0 0 20 0 18 0 23051842 9787879424 49908 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 49908 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.22 2.25 2.19 3/212 17088
/proc/meminfo: memFree=29667632/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=2.62 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 11659 0 1 0 238 24 0 0 20 0 18 0 23051842 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 109540 2269 9 0 2380296 0
[pid=17070/tid=17072] ppid=17067 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) R 17067 17070 15516 0 -1 4202560 2567 0 1 0 118 6 0 0 20 0 18 0 23051843 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814206286616 139814078857255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) S 17067 17070 15516 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 18 0 23051844 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814049933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) S 17067 17070 15516 0 -1 4202560 127 0 0 0 5 1 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814047828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) S 17067 17070 15516 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814046775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) S 17067 17070 15516 0 -1 4202560 334 0 0 0 7 3 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) S 17067 17070 15516 0 -1 4202560 70 0 0 0 11 4 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814044670632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) S 17067 17070 15516 0 -1 4202560 138 0 0 0 9 3 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814043618344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) S 17067 17070 15516 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 18 0 23051845 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814042565544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814030366952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051848 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4599 0 0 0 25 0 0 0 20 0 18 0 23051848 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 2094 0 0 0 23 0 0 0 20 0 18 0 23051848 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051848 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051849 9787879424 109540 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558476

[startup+3.10401 s]
/proc/loadavg: 2.22 2.25 2.19 3/212 17088
/proc/meminfo: memFree=29397300/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9558476 CPUtime=4.64 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 12429 0 1 0 425 39 0 0 20 0 18 0 23051842 9787879424 187353 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2389619 187353 2269 9 0 2380296 0
[pid=17070/tid=17072] ppid=17067 vsize=9558476 CPUtime=2.7 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) S 17067 17070 15516 0 -1 4202560 2853 0 1 0 262 8 0 0 20 0 18 0 23051843 9787879424 187353 33554432000 1073741824 1073778376 140733758203040 139814206286952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) R 17067 17070 15516 0 -1 4202560 321 0 0 0 11 4 0 0 20 0 18 0 23051844 9787879424 187353 33554432000 1073741824 1073778376 140733758203040 139814049933784 139814208759489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 18 0 23051845 9787879424 187353 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) R 17067 17070 15516 0 -1 4202560 192 0 0 0 15 5 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814047828520 139814208759505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) R 17067 17070 15516 0 -1 4202560 91 0 0 0 9 2 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814046775896 139814208759539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) R 17067 17070 15516 0 -1 4202560 340 0 0 0 9 4 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) R 17067 17070 15516 0 -1 4202560 120 0 0 0 18 5 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814044670632 139814208759489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) R 17067 17070 15516 0 -1 4202560 190 0 0 0 17 6 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814043618344 139814208759539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) R 17067 17070 15516 0 -1 4202560 127 0 0 0 8 2 0 0 20 0 18 0 23051845 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814042565720 139814213184428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814030365832 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23051846 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051848 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4599 0 0 0 26 0 0 0 20 0 18 0 23051848 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 2096 0 0 0 25 0 0 0 20 0 18 0 23051848 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051848 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23051849 9787879424 187865 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9558476

[startup+6.30091 s]
/proc/loadavg: 2.20 2.24 2.19 3/213 17089
/proc/meminfo: memFree=29004984/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9625040 CPUtime=9.14 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 13758 0 1 0 856 58 0 0 20 0 19 0 23051842 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2406260 227514 2280 9 0 2396937 0
[pid=17070/tid=17072] ppid=17067 vsize=9625040 CPUtime=5.56 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) R 17067 17070 15516 0 -1 4202560 2870 0 1 0 545 11 0 0 20 0 19 0 23051843 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814206288248 139814079024157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) S 17067 17070 15516 0 -1 4202560 365 0 0 0 25 6 0 0 20 0 19 0 23051844 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814049933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 86 0 0 0 20 4 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) S 17067 17070 15516 0 -1 4202560 250 0 0 0 33 8 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814047828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) S 17067 17070 15516 0 -1 4202560 160 0 0 0 16 3 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814046775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) S 17067 17070 15516 0 -1 4202560 387 0 0 0 25 6 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) S 17067 17070 15516 0 -1 4202560 160 0 0 0 29 7 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814044670632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) S 17067 17070 15516 0 -1 4202560 276 0 0 0 33 8 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814043618344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) S 17067 17070 15516 0 -1 4202560 145 0 0 0 22 3 0 0 20 0 19 0 23051845 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814042565544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814030366952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4654 0 0 0 49 0 0 0 20 0 19 0 23051848 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 2610 0 0 0 43 0 0 0 20 0 19 0 23051848 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051849 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17089] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17089/stat : 17089 (java) S 17067 17070 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23052336 9856040960 227514 33554432000 1073741824 1073778376 140733758203040 139814021944232 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.18 2.24 2.19 3/213 17089
/proc/meminfo: memFree=29004396/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9625040 CPUtime=15.69 cores=1,3,5,7

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

[pid=17070/tid=17089] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17089/stat : 17089 (java) S 17067 17070 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23052336 9856040960 942911 33554432000 1073741824 1073778376 140733758203040 139814021944232 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.23 3/214 17222
/proc/meminfo: memFree=23443436/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9625040 CPUtime=1790 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 21909 0 1 0 178744 256 0 0 20 0 19 0 23051842 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2406260 942803 2294 9 0 2396937 0
[pid=17070/tid=17072] ppid=17067 vsize=9625040 CPUtime=1768.61 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) R 17067 17070 15516 0 -1 4202560 3916 0 1 0 176803 58 0 0 20 0 19 0 23051843 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814206279360 139814079098909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) S 17067 17070 15516 0 -1 4202560 747 0 0 0 79 22 0 0 20 0 19 0 23051844 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814049933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 394 0 0 0 79 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) S 17067 17070 15516 0 -1 4202560 976 0 0 0 85 28 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814047828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) S 17067 17070 15516 0 -1 4202560 768 0 0 0 80 21 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814046775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) S 17067 17070 15516 0 -1 4202560 687 0 0 0 89 24 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) S 17067 17070 15516 0 -1 4202560 508 0 0 0 92 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814044670632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) S 17067 17070 15516 0 -1 4202560 1046 0 0 0 102 32 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814043618344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) S 17067 17070 15516 0 -1 4202560 726 0 0 0 87 22 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814042565544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9625040 CPUtime=6.39 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 2110 0 0 0 633 6 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814030366952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4661 0 0 0 55 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 4009 0 0 0 62 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 103 0 0 0 26 30 0 0 20 0 19 0 23051849 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17089] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17089/stat : 17089 (java) S 17067 17070 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23052336 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814021944232 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.19 2.22 2.23 3/214 17222
/proc/meminfo: memFree=23443312/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 21909 0 1 0 179744 256 0 0 20 0 19 0 23051842 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2406260 942803 2294 9 0 2396937 0
[pid=17070/tid=17072] ppid=17067 vsize=9625040 CPUtime=1778.59 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) R 17067 17070 15516 0 -1 4202560 3916 0 1 0 177800 59 0 0 20 0 19 0 23051843 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814206279360 139814078921015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) S 17067 17070 15516 0 -1 4202560 747 0 0 0 79 22 0 0 20 0 19 0 23051844 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814049933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 394 0 0 0 79 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) S 17067 17070 15516 0 -1 4202560 976 0 0 0 85 28 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814047828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) S 17067 17070 15516 0 -1 4202560 768 0 0 0 80 21 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814046775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) S 17067 17070 15516 0 -1 4202560 687 0 0 0 89 24 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) S 17067 17070 15516 0 -1 4202560 508 0 0 0 92 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814044670632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) S 17067 17070 15516 0 -1 4202560 1046 0 0 0 102 32 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814043618344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) S 17067 17070 15516 0 -1 4202560 726 0 0 0 87 22 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814042565544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9625040 CPUtime=6.39 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 2110 0 0 0 633 6 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814030366952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4661 0 0 0 55 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 4009 0 0 0 62 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 23051849 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17089] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17089/stat : 17089 (java) S 17067 17070 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23052336 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814021944232 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 17070 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.3 s]
/proc/loadavg: 2.19 2.22 2.23 3/214 17222
/proc/meminfo: memFree=23443312/32872528 swapFree=1542984/1696284
[pid=17070] ppid=17067 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/17070/stat : 17070 (java) S 17067 17070 15516 0 -1 4202496 21909 0 1 0 179744 256 0 0 20 0 19 0 23051842 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 140733758194176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17070/statm: 2406260 942803 2294 9 0 2396937 0
[pid=17070/tid=17072] ppid=17067 vsize=9625040 CPUtime=1778.59 cores=1,3,5,7
/proc/17070/task/17072/stat : 17072 (java) R 17067 17070 15516 0 -1 4202560 3916 0 1 0 177800 59 0 0 20 0 19 0 23051843 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814206279360 139814078921015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17073] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17073/stat : 17073 (java) S 17067 17070 15516 0 -1 4202560 747 0 0 0 79 22 0 0 20 0 19 0 23051844 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814049933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17074] ppid=17067 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/17070/task/17074/stat : 17074 (java) S 17067 17070 15516 0 -1 4202560 394 0 0 0 79 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814048880808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17075] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17075/stat : 17075 (java) S 17067 17070 15516 0 -1 4202560 976 0 0 0 85 28 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814047828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17076] ppid=17067 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/17070/task/17076/stat : 17076 (java) S 17067 17070 15516 0 -1 4202560 768 0 0 0 80 21 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814046775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17077] ppid=17067 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/17070/task/17077/stat : 17077 (java) S 17067 17070 15516 0 -1 4202560 687 0 0 0 89 24 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814045723432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17078] ppid=17067 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/17070/task/17078/stat : 17078 (java) S 17067 17070 15516 0 -1 4202560 508 0 0 0 92 20 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814044670632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17070/tid=17079] ppid=17067 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/17070/task/17079/stat : 17079 (java) S 17067 17070 15516 0 -1 4202560 1046 0 0 0 102 32 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814043618344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17080] ppid=17067 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/17070/task/17080/stat : 17080 (java) S 17067 17070 15516 0 -1 4202560 726 0 0 0 87 22 0 0 20 0 19 0 23051845 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814042565544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17081] ppid=17067 vsize=9625040 CPUtime=6.39 cores=1,3,5,7
/proc/17070/task/17081/stat : 17081 (java) S 17067 17070 15516 0 -1 4202560 2110 0 0 0 633 6 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814030366952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17082] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17082/stat : 17082 (java) S 17067 17070 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814029313016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17083] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17083/stat : 17083 (java) S 17067 17070 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23051846 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814028260616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17084] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17084/stat : 17084 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814027209104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17070/tid=17085] ppid=17067 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/17070/task/17085/stat : 17085 (java) S 17067 17070 15516 0 -1 4202560 4661 0 0 0 55 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814026156728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17070/tid=17086] ppid=17067 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17070/task/17086/stat : 17086 (java) S 17067 17070 15516 0 -1 4202560 4009 0 0 0 62 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814025103928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17087] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17087/stat : 17087 (java) S 17067 17070 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23051848 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814024051832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17088] ppid=17067 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17070/task/17088/stat : 17088 (java) S 17067 17070 15516 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 23051849 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814022999240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17070/tid=17089] ppid=17067 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17070/task/17089/stat : 17089 (java) S 17067 17070 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23052336 9856040960 942803 33554432000 1073741824 1073778376 140733758203040 139814021944232 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1792.35
CPU time (s): 1800
CPU user time (s): 1797.44
CPU system time (s): 2.56
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.91
system time used= 3.00254
maximum resident set size= 3837940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21944
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38412
involuntary context switches= 20542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.62054 second user time and 14.6238 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 02:34:12
IDJOB=4100085
IDBENCH=1571
IDSOLVER=2546
FILE ID=node125/4100085-1466210051
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100085-1466210051/watcher-4100085-1466210051 -o /tmp/evaluation-result-4100085-1466210051/solver-4100085-1466210051 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100085-1466210051.opb

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

MD5SUM BENCH= 108953e78fcc72e03ac9c2dad6fbc1ae
RANDOM SEED=1404066589

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        29911212 kB
Buffers:           40396 kB
Cached:            99564 kB
SwapCached:          684 kB
Active:           487840 kB
Inactive:          71992 kB
Active(anon):     421524 kB
Inactive(anon):      996 kB
Active(file):      66316 kB
Inactive(file):    70996 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098192 kB
Dirty:             25764 kB
Writeback:             0 kB
AnonPages:       2117916 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             572020 kB
SReclaimable:      15484 kB
SUnreclaim:       556536 kB
KernelStack:        1584 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2301912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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= 71716 MiB
End job on node125 at 2016-06-18 03:04:05