Trace number 4101053

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.03 1780.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-degen2.opb
MD5SUMef301ecece8b2033bfa1fe9b39eee48a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.390939
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables16020
Total number of constraints444
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints444
Minimum length of a constraint60
Maximum length of a constraint2550
Number of terms in the objective function 14100
Biggest coefficient in the objective function 3337
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 535636
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535636
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101053-1466220321.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.81/0.53	c ... done. Wall clock time 0.413s.
0.81/0.53	c declared #vars     16020
0.81/0.53	c #constraints  665
0.81/0.53	c constraints type 
0.81/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180
0.81/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 485
0.81/0.53	c 665 constraints processed.
0.81/0.53	c objective function length is 14100 literals
6.93/6.00	c cleaning 2499 clauses out of 5000 with flag 14693/5000
15.75/14.71	c cleaning 4228 clauses out of 8501 with flag 32441/11000
23.33/22.25	c cleaning 5627 clauses out of 11275 with flag 61078/18002
31.06/29.98	c cleaning 6818 clauses out of 13646 with flag 82929/26000
43.82/42.68	c cleaning 7913 clauses out of 15831 with flag 112168/35003
54.07/52.82	c cleaning 8936 clauses out of 17915 with flag 144976/45000
68.89/67.63	c cleaning 9952 clauses out of 19979 with flag 176463/56000
96.36/95.07	c cleaning 11012 clauses out of 22032 with flag 218124/68005
127.06/125.67	c cleaning 12003 clauses out of 24019 with flag 262194/81004
154.98/153.53	c cleaning 13002 clauses out of 26012 with flag 310944/95000
190.75/189.21	c cleaning 13989 clauses out of 28010 with flag 363287/110000
225.74/224.17	c cleaning 14987 clauses out of 30023 with flag 419484/126002
262.36/260.66	c cleaning 16000 clauses out of 32036 with flag 478369/143002
290.64/288.82	c cleaning 16998 clauses out of 34036 with flag 540752/161002
325.57/323.64	c cleaning 18010 clauses out of 36045 with flag 604430/180009
360.31/358.10	c cleaning 18975 clauses out of 38026 with flag 675951/200000
393.47/390.99	c cleaning 20025 clauses out of 40053 with flag 752680/221002
436.20/433.18	c cleaning 21012 clauses out of 42030 with flag 827329/243004
485.66/482.23	c cleaning 22007 clauses out of 44018 with flag 899133/266004
531.55/527.69	c cleaning 22995 clauses out of 46008 with flag 978346/290001
580.31/575.80	c cleaning 24002 clauses out of 48014 with flag 1063895/315002
624.00/618.97	c cleaning 24997 clauses out of 50014 with flag 1155522/341004
675.02/669.27	c cleaning 25998 clauses out of 52013 with flag 1238026/368000
732.03/725.52	c cleaning 26997 clauses out of 54015 with flag 1330336/396000
786.59/779.46	c cleaning 27980 clauses out of 56018 with flag 1428121/425000
833.85/826.19	c cleaning 28956 clauses out of 58038 with flag 1534953/455000
884.74/876.48	c cleaning 30037 clauses out of 60086 with flag 1643175/486004
941.24/932.17	c cleaning 31002 clauses out of 62046 with flag 1750739/518001
1003.26/993.40	c cleaning 32000 clauses out of 64043 with flag 1860564/551000
1051.64/1041.10	c cleaning 33008 clauses out of 66043 with flag 1978241/585000
1106.21/1094.95	c cleaning 33998 clauses out of 68035 with flag 2097314/620000
1165.27/1153.03	c cleaning 34978 clauses out of 70039 with flag 2217701/656002
1214.95/1202.22	c cleaning 35991 clauses out of 72059 with flag 2343786/693000
1276.25/1262.80	c cleaning 37018 clauses out of 74068 with flag 2482073/731000
1335.28/1321.08	c cleaning 37984 clauses out of 76050 with flag 2620948/770000
1391.22/1376.31	c cleaning 39037 clauses out of 78074 with flag 2768704/810008
1454.44/1438.90	c cleaning 40009 clauses out of 80029 with flag 2912681/851000
1513.04/1496.82	c cleaning 41013 clauses out of 82026 with flag 3060258/893006
1578.88/1561.92	c cleaning 41969 clauses out of 84007 with flag 3207392/936000
1655.36/1637.52	c cleaning 43002 clauses out of 86038 with flag 3366064/980000
1723.65/1704.71	c cleaning 43996 clauses out of 88036 with flag 3528994/1025000
1795.27/1775.60	c cleaning 45013 clauses out of 90040 with flag 3697871/1071000
1800.03/1780.30	c starts		: 4010
1800.03/1780.30	c conflicts		: 1075576
1800.03/1780.30	c decisions		: 9380339
1800.03/1780.30	c propagations		: 283533949
1800.03/1780.30	c inspects		: 3977174909
1800.03/1780.30	c shortcuts		: 0
1800.03/1780.30	c learnt literals	: 0
1800.03/1780.30	c learnt binary clauses	: 0
1800.03/1780.30	c learnt ternary clauses	: 1
1800.03/1780.30	c learnt constraints	: 1075576
1800.03/1780.30	c ignored constraints	: 0
1800.03/1780.30	c root simplifications	: 0
1800.03/1780.30	c removed literals (reason simplification)	: 0
1800.03/1780.30	c reason swapping (by a shorter reason)	: 0
1800.03/1780.30	c Calls to reduceDB	: 42
1800.03/1780.30	c Number of update (reduction) of LBD	: 619389
1800.03/1780.30	c Imported unit clauses	: 0
1800.03/1780.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1780.30	c number of learned constraints concerned by reduction	: 0
1800.03/1780.30	c number of learning phase by resolution	: 0
1800.03/1780.30	c number of learning phase by cutting planes	: 0
1800.03/1780.30	c speed (assignments/second)	: 159317.132320756
1800.03/1780.30	c non guided choices	597
1800.03/1780.30	c timeout
1800.03/1780.32	c learnt constraints type 
1800.03/1780.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49604
1800.03/1780.32	s UNKNOWN
1800.03/1780.32	c Total wall clock time (in seconds): 1780.21

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-4101053-1466220321/watcher-4101053-1466220321 -o /tmp/evaluation-result-4101053-1466220321/solver-4101053-1466220321 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101053-1466220321.opb 

pid=14094
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.04 2.05 2.05 3/192 14097
/proc/meminfo: memFree=30753396/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14097/stat : 14097 (java) R 14094 14097 11879 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 24082200 278528 33 33554432000 1073741824 1073778376 140737226858912 140733680484040 235365559591 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 68 33 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 2.04 2.05 2.05 3/192 14097
/proc/meminfo: memFree=30753396/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 24082200 9787879424 6039 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.04 2.05 2.05 3/192 14097
/proc/meminfo: memFree=30753396/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 4965 0 1 0 27 1 0 0 20 0 18 0 24082200 9787879424 6970 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 6970 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.04 2.05 2.05 3/192 14097
/proc/meminfo: memFree=30753396/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 5887 0 1 0 48 1 0 0 20 0 18 0 24082200 9787879424 10412 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 10412 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.04 2.05 2.05 3/192 14097
/proc/meminfo: memFree=30753396/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 8592 0 1 0 122 2 0 0 20 0 19 0 24082200 9856040960 34066 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 34066 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.04 2.05 2.05 3/211 14116
/proc/meminfo: memFree=30616208/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 10265 0 1 0 219 3 0 0 20 0 19 0 24082200 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 38375 2259 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 2471 0 1 0 144 1 0 0 20 0 19 0 24082201 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971290390792 139971122607556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4117 0 0 0 40 0 0 0 20 0 19 0 24082207 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 2406 0 0 0 33 0 0 0 20 0 19 0 24082207 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 38375 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.04 2.05 2.05 3/211 14116
/proc/meminfo: memFree=30582820/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 11944 0 1 0 395 5 0 0 20 0 19 0 24082200 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 44606 2275 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 2481 0 1 0 300 2 0 0 20 0 19 0 24082201 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971290388952 139971122618333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4117 0 0 0 42 0 0 0 20 0 19 0 24082207 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 3961 0 0 0 42 0 0 0 20 0 19 0 24082207 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 44606 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.04 2.05 2.05 4/211 14116
/proc/meminfo: memFree=30592652/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=7.23 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 11951 0 1 0 718 5 0 0 20 0 19 0 24082200 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 44601 2279 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 2482 0 1 0 619 2 0 0 20 0 19 0 24082201 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971290390792 139971122607570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24082203 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4119 0 0 0 43 0 0 0 20 0 19 0 24082207 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 3965 0 0 0 43 0 0 0 20 0 19 0 24082207 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 44601 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625040


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

[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 60132 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.93 2.01 1.99 3/210 14224
/proc/meminfo: memFree=30942520/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=1741.34 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 34889 0 1 0 174026 108 0 0 20 0 19 0 24082200 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 59220 2287 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=1707.09 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 15160 0 1 0 170676 33 0 0 20 0 19 0 24082201 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971290389728 139971122607561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 997 0 0 0 346 8 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 1000 0 0 0 342 10 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1258 0 0 0 351 11 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 851 0 0 0 359 9 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 1139 0 0 0 335 8 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 1136 0 0 0 333 10 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 1297 0 0 0 348 10 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 1123 0 0 0 342 9 0 0 20 0 19 0 24082203 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 1489 0 0 0 29 13 0 0 20 0 19 0 24082204 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4119 0 0 0 46 0 0 0 20 0 19 0 24082207 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 24082207 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 97 0 0 0 13 13 0 0 20 0 19 0 24082207 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 59220 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 1.90 1.99 1.99 3/211 14226
/proc/meminfo: memFree=30933096/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 34991 0 1 0 179893 110 0 0 20 0 19 0 24082200 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 58523 2287 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=1764.48 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 15245 0 1 0 176413 35 0 0 20 0 19 0 24082201 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971290389848 139971122607474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 1002 0 0 0 360 8 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 1003 0 0 0 356 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1258 0 0 0 364 12 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 851 0 0 0 372 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 1139 0 0 0 349 8 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 1136 0 0 0 346 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 1297 0 0 0 361 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 1123 0 0 0 356 9 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 1494 0 0 0 30 14 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4119 0 0 0 46 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 101 0 0 0 14 14 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 14097 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.3 s]
/proc/loadavg: 1.90 1.99 1.99 3/211 14226
/proc/meminfo: memFree=30933096/32872528 swapFree=447868/480572
[pid=14097] ppid=14094 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 11879 0 -1 4202496 34991 0 1 0 179893 110 0 0 20 0 19 0 24082200 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 140737226850048 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 58523 2287 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=1764.48 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 11879 0 -1 4202560 15245 0 1 0 176413 35 0 0 20 0 19 0 24082201 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971290389848 139971122607474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 11879 0 -1 4202560 1002 0 0 0 360 8 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971251882920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 11879 0 -1 4202560 1003 0 0 0 356 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971250830376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 11879 0 -1 4202560 1258 0 0 0 364 12 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971249777320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 11879 0 -1 4202560 851 0 0 0 372 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971248724776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 11879 0 -1 4202560 1139 0 0 0 349 8 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971247671720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 11879 0 -1 4202560 1136 0 0 0 346 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971246619176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 11879 0 -1 4202560 1297 0 0 0 361 10 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971245566120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 11879 0 -1 4202560 1123 0 0 0 356 9 0 0 20 0 19 0 24082203 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971244513576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 11879 0 -1 4202560 1494 0 0 0 30 14 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971114531688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971113478008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24082204 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971112424840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971111373584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 11879 0 -1 4202560 4119 0 0 0 46 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971110320440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 11879 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971109267896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971108215032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 11879 0 -1 4202560 101 0 0 0 14 14 0 0 20 0 19 0 24082207 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139971107162696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24082263 9856040960 58523 33554432000 1073741824 1073778376 140737226858912 139970098488872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14097 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=298225
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=542765
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1780.34
CPU time (s): 1800.03
CPU user time (s): 1798.93
CPU system time (s): 1.1
CPU usage (%): 101.106
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.54276
maximum resident set size= 407096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35029
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92694
involuntary context switches= 115661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7944 second user time and 11.3233 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 05:25:21
IDJOB=4101053
IDBENCH=1694
IDSOLVER=2546
FILE ID=node104/4101053-1466220321
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-degen2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101053-1466220321/watcher-4101053-1466220321 -o /tmp/evaluation-result-4101053-1466220321/solver-4101053-1466220321 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101053-1466220321.opb

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

MD5SUM BENCH= ef301ecece8b2033bfa1fe9b39eee48a
RANDOM SEED=370317736

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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:        30753552 kB
Buffers:           97076 kB
Cached:           114496 kB
SwapCached:        40452 kB
Active:           711772 kB
Inactive:         190964 kB
Active(anon):     653800 kB
Inactive(anon):    39968 kB
Active(file):      57972 kB
Inactive(file):   150996 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1980 kB
Writeback:             0 kB
AnonPages:       1136436 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             601456 kB
SReclaimable:      45468 kB
SUnreclaim:       555988 kB
KernelStack:        1576 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1249260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 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= 71700 MiB
End job on node104 at 2016-06-18 05:55:01