Trace number 4104022

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.11 895.266

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUMc346de7e1ba29a95ee9f392619231545
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24854395555
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
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 constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4104022-1466252593.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.84/0.43	c ... done. Wall clock time 0.313s.
0.84/0.43	c declared #vars     4600
0.84/0.43	c #constraints  374
0.84/0.43	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.84/0.43	c constraints type 
0.84/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 374
0.84/0.43	c 374 constraints processed.
0.84/0.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.84/0.43	c constraints type 
0.84/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 374
0.84/0.43	c 374 constraints processed.
0.84/0.43	c objective function length is 3424 literals
3.07/1.06	c cleaning 2495 clauses out of 5000 with flag 12246/5000
4.49/1.54	c cleaning 4238 clauses out of 8505 with flag 28235/11000
5.38/1.93	c cleaning 5618 clauses out of 11268 with flag 49593/18001
6.63/2.55	c cleaning 6804 clauses out of 13649 with flag 74207/26000
7.71/3.07	c cleaning 7916 clauses out of 15845 with flag 94970/35000
8.75/3.52	c cleaning 8953 clauses out of 17930 with flag 115342/45001
11.14/4.75	c cleaning 9976 clauses out of 19977 with flag 138430/56001
15.68/6.92	c cleaning 10983 clauses out of 22001 with flag 162438/68001
19.48/8.70	c cleaning 11992 clauses out of 24017 with flag 188438/81000
23.15/10.52	c cleaning 12996 clauses out of 26025 with flag 216526/95000
30.04/13.94	c cleaning 13995 clauses out of 28030 with flag 246762/110001
38.73/18.25	c cleaning 14998 clauses out of 30035 with flag 279130/126001
49.60/23.67	c cleaning 15994 clauses out of 32036 with flag 313372/143000
62.60/30.10	c cleaning 17000 clauses out of 34042 with flag 349654/161000
63.20/30.45	c cleaning 0 clauses out of 5001 with flag 0/5001
77.96/37.68	c cleaning 18002 clauses out of 36043 with flag 388014/180001
97.89/47.58	c cleaning 18996 clauses out of 38041 with flag 428365/200001
121.15/59.12	c cleaning 19996 clauses out of 40044 with flag 470734/221000
148.40/72.77	c cleaning 21006 clauses out of 42048 with flag 515189/243000
178.26/87.66	c cleaning 22001 clauses out of 44043 with flag 561632/266001
214.19/105.55	c cleaning 22996 clauses out of 46041 with flag 610163/290000
217.59/107.26	c cleaning 0 clauses out of 11000 with flag 0/11000
253.87/125.39	c cleaning 23995 clauses out of 48046 with flag 660522/315001
298.93/147.86	c cleaning 25000 clauses out of 50050 with flag 712996/341000
352.49/174.52	c cleaning 26004 clauses out of 52050 with flag 767242/368000
409.72/203.01	c cleaning 26999 clauses out of 54046 with flag 824036/396000
473.26/234.61	c cleaning 27997 clauses out of 56048 with flag 882465/425001
544.78/270.28	c cleaning 29000 clauses out of 58051 with flag 942958/455001
620.88/308.10	c cleaning 30006 clauses out of 60051 with flag 1005568/486001
633.10/314.18	c cleaning 0 clauses out of 18000 with flag 0/18000
703.88/349.38	c cleaning 30998 clauses out of 62045 with flag 1069999/518001
794.05/394.19	c cleaning 32000 clauses out of 64047 with flag 1136703/551001
817.00/405.53	c cleaning 33001 clauses out of 66046 with flag 1205572/585000
835.74/414.87	c cleaning 34003 clauses out of 68046 with flag 1277009/620001
859.23/426.51	c cleaning 34996 clauses out of 70042 with flag 1349838/656000
886.31/440.25	c cleaning 35999 clauses out of 72047 with flag 1424828/693001
913.43/453.75	c cleaning 36998 clauses out of 74048 with flag 1501183/731001
942.16/468.02	c cleaning 38003 clauses out of 76049 with flag 1579601/770000
972.34/483.06	c cleaning 39000 clauses out of 78046 with flag 1659912/810000
1006.27/499.90	c cleaning 40002 clauses out of 80047 with flag 1742438/851001
1041.48/517.49	c cleaning 41002 clauses out of 82045 with flag 1826951/893001
1078.04/535.67	c cleaning 41996 clauses out of 84042 with flag 1913400/936000
1116.61/554.83	c cleaning 42998 clauses out of 86046 with flag 2001882/980000
1157.70/575.25	c cleaning 44003 clauses out of 88049 with flag 2092368/1025001
1202.88/597.90	c cleaning 45002 clauses out of 90045 with flag 2184872/1071000
1251.71/622.29	c cleaning 45996 clauses out of 92043 with flag 2279166/1118000
1273.62/633.12	c cleaning 0 clauses out of 26001 with flag 0/26001
1278.87/635.77	c cleaning 47007 clauses out of 94047 with flag 2378642/1166000
1325.05/658.72	c cleaning 48002 clauses out of 96040 with flag 2476695/1215000
1358.10/675.18	c cleaning 49001 clauses out of 98039 with flag 2576798/1265001
1428.80/710.33	c cleaning 50002 clauses out of 100038 with flag 2678968/1316001
1564.15/777.60	c cleaning 50993 clauses out of 102035 with flag 2782971/1368000
1735.71/862.90	c cleaning 52004 clauses out of 104043 with flag 2888976/1421001
1800.11/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.20	c starts		: 15
1800.11/895.20	c conflicts		: 1446906
1800.11/895.20	c decisions		: 1506808
1800.11/895.20	c propagations		: 13013319
1800.11/895.20	c inspects		: 13328178839
1800.11/895.20	c shortcuts		: 0
1800.11/895.20	c learnt literals	: 0
1800.11/895.20	c learnt binary clauses	: 0
1800.11/895.20	c learnt ternary clauses	: 0
1800.11/895.20	c learnt constraints	: 1446906
1800.11/895.20	c ignored constraints	: 0
1800.11/895.20	c root simplifications	: 0
1800.11/895.20	c removed literals (reason simplification)	: 3167230
1800.11/895.20	c reason swapping (by a shorter reason)	: 0
1800.11/895.20	c Calls to reduceDB	: 49
1800.11/895.20	c Number of update (reduction) of LBD	: 13045
1800.11/895.20	c Imported unit clauses	: 0
1800.11/895.20	c number of reductions to clauses (during analyze)	: 0
1800.11/895.20	c number of learned constraints concerned by reduction	: 0
1800.11/895.20	c number of learning phase by resolution	: 0
1800.11/895.20	c number of learning phase by cutting planes	: 0
1800.11/895.20	c speed (assignments/second)	: 14544.213862767145
1800.11/895.20	c non guided choices	28306
1800.11/895.23	c learnt constraints type 
1800.11/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77944
1800.11/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.23	c starts		: 57
1800.11/895.23	c conflicts		: 32159
1800.11/895.23	c decisions		: 75033
1800.11/895.23	c propagations		: 292412
1800.11/895.23	c inspects		: 874176834
1800.11/895.23	c shortcuts		: 0
1800.11/895.23	c learnt literals	: 0
1800.11/895.23	c learnt binary clauses	: 0
1800.11/895.23	c learnt ternary clauses	: 0
1800.11/895.23	c learnt constraints	: 32159
1800.11/895.23	c ignored constraints	: 0
1800.11/895.23	c root simplifications	: 0
1800.11/895.23	c removed literals (reason simplification)	: 0
1800.11/895.23	c reason swapping (by a shorter reason)	: 0
1800.11/895.23	c Calls to reduceDB	: 4
1800.11/895.23	c Number of update (reduction) of LBD	: 0
1800.11/895.23	c Imported unit clauses	: 0
1800.11/895.23	c number of reductions to clauses (during analyze)	: 0
1800.11/895.23	c number of learned constraints concerned by reduction	: 0
1800.11/895.23	c number of learning phase by resolution	: 0
1800.11/895.23	c number of learning phase by cutting planes	: 0
1800.11/895.23	c speed (assignments/second)	: 326.80276183940833
1800.11/895.23	c non guided choices	75
1800.11/895.24	c learnt constraints type 
1800.11/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1698
1800.11/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30461
1800.11/895.24	s UNKNOWN
1800.11/895.24	c Total wall clock time (in seconds): 895.125

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

pid=23514
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: 3.96 4.09 4.13 4/197 23517
/proc/meminfo: memFree=28103284/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (java) R 23514 23517 20157 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 27305887 2560000 46 33554432000 1073741824 1073778376 140733717331184 140733717328312 214528257319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 892 48 37 9 0 30 0

[startup+0.10012 s]
/proc/loadavg: 3.96 4.09 4.13 4/197 23517
/proc/meminfo: memFree=28103284/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 27305887 9787879424 6047 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 3.96 4.09 4.13 4/197 23517
/proc/meminfo: memFree=28103284/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 5068 0 1 0 28 2 0 0 20 0 18 0 27305887 9787879424 6895 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2389619 6895 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 3.96 4.09 4.13 4/197 23517
/proc/meminfo: memFree=28103284/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 8547 0 1 0 51 2 0 0 20 0 18 0 27305887 9787879424 11560 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2389619 11563 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 3.96 4.09 4.13 4/197 23517
/proc/meminfo: memFree=28103284/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 14697 0 1 0 195 4 0 0 20 0 22 0 27305887 10060525568 21832 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 21832 2271 9 0 2446860 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.12 4.12 4.14 11/219 23539
/proc/meminfo: memFree=27915356/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 14892 0 1 0 441 8 0 0 20 0 22 0 27305887 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 47045 2292 9 0 2446860 0
[pid=23517/tid=23519] ppid=23514 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/23517/task/23519/stat : 23519 (java) S 23514 23517 20157 0 -1 4202560 2432 0 1 0 38 2 0 0 20 0 22 0 27305888 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573158830968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23520] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23520/stat : 23520 (java) S 23514 23517 20157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27305889 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573147892136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23521] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23521/stat : 23521 (java) S 23514 23517 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27305889 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573146839592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23522] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305889 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 27305889 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27305890 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27305890 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305890 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27305890 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/23517/task/23532/stat : 23532 (java) R 23514 23517 20157 0 -1 4202560 4696 0 0 0 89 1 0 0 20 0 22 0 27305893 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572978375480 140573164532658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23533] ppid=23514 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23517/task/23533/stat : 23533 (java) R 23514 23517 20157 0 -1 4202560 6276 0 0 0 96 1 0 0 20 0 22 0 27305893 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572977322936 140573161438300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23534] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23534/stat : 23534 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572976270072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23535] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23535/stat : 23535 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572975217736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23536] ppid=23514 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/23517/task/23536/stat : 23536 (java) R 23514 23517 20157 0 -1 4202560 23 0 0 0 101 0 0 0 20 0 22 0 27305931 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572974162632 140573022097660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23537] ppid=23514 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/23517/task/23537/stat : 23537 (java) R 23514 23517 20157 0 -1 4202560 80 0 0 0 100 3 0 0 20 0 22 0 27305931 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572973109464 140573022072480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23538] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23538/stat : 23538 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572972057384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23539] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23539/stat : 23539 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 47045 33554432000 1073741824 1073778376 140733717331184 140572971004840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.12 4.12 4.14 5/219 23539
/proc/meminfo: memFree=27793656/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 15286 0 1 0 778 17 0 0 20 0 22 0 27305887 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 95877 2292 9 0 2446860 0
[pid=23517/tid=23519] ppid=23514 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/23517/task/23519/stat : 23519 (java) S 23514 23517 20157 0 -1 4202560 2432 0 1 0 38 2 0 0 20 0 22 0 27305888 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573158830968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23520] ppid=23514 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23517/task/23520/stat : 23520 (java) S 23514 23517 20157 0 -1 4202560 51 0 0 0 3 2 0 0 20 0 22 0 27305889 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573147892136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23521] ppid=23514 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23517/task/23521/stat : 23521 (java) S 23514 23517 20157 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 27305889 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573146839592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23522] ppid=23514 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 27305889 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 27305889 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 27305890 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 27305890 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 27305890 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 27305890 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/23517/task/23532/stat : 23532 (java) S 23514 23517 20157 0 -1 4202560 4696 0 0 0 93 2 0 0 20 0 22 0 27305893 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572978375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23533] ppid=23514 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23517/task/23533/stat : 23533 (java) S 23514 23517 20157 0 -1 4202560 6276 0 0 0 104 1 0 0 20 0 22 0 27305893 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572977322936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23534] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23534/stat : 23534 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572976270072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23535] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23535/stat : 23535 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572975217736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23536] ppid=23514 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/23517/task/23536/stat : 23536 (java) R 23514 23517 20157 0 -1 4202560 28 0 0 0 249 0 0 0 20 0 22 0 27305931 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572974153616 140573022055240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23537] ppid=23514 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/23517/task/23537/stat : 23537 (java) R 23514 23517 20157 0 -1 4202560 135 0 0 0 247 4 0 0 20 0 22 0 27305931 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572973108472 140573022165459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23538] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23538/stat : 23538 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572972057384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23539] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23539/stat : 23539 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 95877 33554432000 1073741824 1073778376 140733717331184 140572971004840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.12 4.12 4.14 5/219 23539
/proc/meminfo: memFree=27474604/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=14.4 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 15726 0 1 0 1418 22 0 0 20 0 22 0 27305887 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 157780 2292 9 0 2446860 0
[pid=23517/tid=23519] ppid=23514 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/23517/task/23519/stat : 23519 (java) S 23514 23517 20157 0 -1 4202560 2432 0 1 0 38 2 0 0 20 0 22 0 27305888 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573158830968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23520] ppid=23514 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23517/task/23520/stat : 23520 (java) S 23514 23517 20157 0 -1 4202560 65 0 0 0 6 3 0 0 20 0 22 0 27305889 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573147892136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23521] ppid=23514 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23517/task/23521/stat : 23521 (java) S 23514 23517 20157 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 27305889 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573146839592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23522] ppid=23514 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 27305889 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 27305889 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 22 0 27305890 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 27305890 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 22 0 27305890 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 22 0 27305890 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 157780 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=0.95 cores=1,3,5,7

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

/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 439 0 0 0 245 7 0 0 20 0 22 0 27305889 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 484 0 0 0 263 8 0 0 20 0 22 0 27305889 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 418 0 0 0 253 8 0 0 20 0 22 0 27305890 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 399 0 0 0 257 9 0 0 20 0 22 0 27305890 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 420 0 0 0 252 9 0 0 20 0 22 0 27305890 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 399 0 0 0 248 8 0 0 20 0 22 0 27305890 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 2599 0 0 0 101 24 0 0 20 0 22 0 27305891 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23517/task/23532/stat : 23532 (java) S 23514 23517 20157 0 -1 4202560 8313 0 0 0 149 2 0 0 20 0 22 0 27305893 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572978375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23533] ppid=23514 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/23517/task/23533/stat : 23533 (java) S 23514 23517 20157 0 -1 4202560 6289 0 0 0 131 1 0 0 20 0 22 0 27305893 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572977322936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23534] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23534/stat : 23534 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572976270072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23535] ppid=23514 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23517/task/23535/stat : 23535 (java) S 23514 23517 20157 0 -1 4202560 47 0 0 0 16 19 0 0 20 0 22 0 27305893 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572975217736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23536] ppid=23514 vsize=9824732 CPUtime=812.01 cores=1,3,5,7
/proc/23517/task/23536/stat : 23536 (java) R 23514 23517 20157 0 -1 4202560 239 0 0 0 81185 16 0 0 20 0 22 0 27305931 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572974161360 140573022111215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23537] ppid=23514 vsize=9824732 CPUtime=812.15 cores=1,3,5,7
/proc/23517/task/23537/stat : 23537 (java) R 23514 23517 20157 0 -1 4202560 1799 0 0 0 81162 53 0 0 20 0 22 0 27305931 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572973107968 140573021785671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23538] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23538/stat : 23538 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572972057384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23539] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23539/stat : 23539 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 483554 33554432000 1073741824 1073778376 140733717331184 140572971004840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1654.02
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.19 4.17 5/219 23628
/proc/meminfo: memFree=25179112/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=1774.21 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 28613 0 1 0 177265 156 0 0 20 0 22 0 27305887 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 485277 2301 9 0 2446860 0
[pid=23517/tid=23519] ppid=23514 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23517/task/23519/stat : 23519 (java) S 23514 23517 20157 0 -1 4202560 2440 0 1 0 42 4 0 0 20 0 22 0 27305888 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573158830968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23520] ppid=23514 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/23517/task/23520/stat : 23520 (java) S 23514 23517 20157 0 -1 4202560 606 0 0 0 284 10 0 0 20 0 22 0 27305889 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573147892136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23521] ppid=23514 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/23517/task/23521/stat : 23521 (java) S 23514 23517 20157 0 -1 4202560 529 0 0 0 270 9 0 0 20 0 22 0 27305889 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573146839592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23522] ppid=23514 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 442 0 0 0 261 7 0 0 20 0 22 0 27305889 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 594 0 0 0 284 8 0 0 20 0 22 0 27305889 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 542 0 0 0 271 8 0 0 20 0 22 0 27305890 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 479 0 0 0 276 10 0 0 20 0 22 0 27305890 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 427 0 0 0 275 9 0 0 20 0 22 0 27305890 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 524 0 0 0 268 8 0 0 20 0 22 0 27305890 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 4057 0 0 0 152 25 0 0 20 0 22 0 27305891 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23517/task/23532/stat : 23532 (java) S 23514 23517 20157 0 -1 4202560 8313 0 0 0 149 2 0 0 20 0 22 0 27305893 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572978375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23533] ppid=23514 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/23517/task/23533/stat : 23533 (java) S 23514 23517 20157 0 -1 4202560 6289 0 0 0 131 1 0 0 20 0 22 0 27305893 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572977322936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23534] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23534/stat : 23534 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572976270072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23535] ppid=23514 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23517/task/23535/stat : 23535 (java) S 23514 23517 20157 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 27305893 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572975217736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23536] ppid=23514 vsize=9824732 CPUtime=870.91 cores=1,3,5,7
/proc/23517/task/23536/stat : 23536 (java) R 23514 23517 20157 0 -1 4202560 251 0 0 0 87074 17 0 0 20 0 22 0 27305931 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572974161328 140573022111284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23537] ppid=23514 vsize=9824732 CPUtime=871.05 cores=1,3,5,7
/proc/23517/task/23537/stat : 23537 (java) R 23514 23517 20157 0 -1 4202560 1803 0 0 0 87051 54 0 0 20 0 22 0 27305931 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572973107680 140573021785671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23538] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23538/stat : 23538 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572972057384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23539] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23539/stat : 23539 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 485277 33554432000 1073741824 1073778376 140733717331184 140572971004840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.05 4.18 4.16 5/219 23628
/proc/meminfo: memFree=25140824/32872528 swapFree=1191052/1305516
[pid=23517] ppid=23514 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/23517/stat : 23517 (java) S 23514 23517 20157 0 -1 4202496 28616 0 1 0 179854 157 0 0 20 0 22 0 27305887 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140733717322320 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23517/statm: 2456183 483514 2301 9 0 2446860 0
[pid=23517/tid=23519] ppid=23514 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23517/task/23519/stat : 23519 (java) S 23514 23517 20157 0 -1 4202560 2440 0 1 0 42 4 0 0 20 0 22 0 27305888 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573158830968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23520] ppid=23514 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/23517/task/23520/stat : 23520 (java) S 23514 23517 20157 0 -1 4202560 606 0 0 0 287 10 0 0 20 0 22 0 27305889 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573147892136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23521] ppid=23514 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/23517/task/23521/stat : 23521 (java) S 23514 23517 20157 0 -1 4202560 529 0 0 0 273 10 0 0 20 0 22 0 27305889 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573146839592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23522] ppid=23514 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/23517/task/23522/stat : 23522 (java) S 23514 23517 20157 0 -1 4202560 442 0 0 0 264 7 0 0 20 0 22 0 27305889 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573145786536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23523] ppid=23514 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23517/task/23523/stat : 23523 (java) S 23514 23517 20157 0 -1 4202560 594 0 0 0 290 8 0 0 20 0 22 0 27305889 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573144733992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23524] ppid=23514 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/23517/task/23524/stat : 23524 (java) S 23514 23517 20157 0 -1 4202560 542 0 0 0 276 8 0 0 20 0 22 0 27305890 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573143681960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23525] ppid=23514 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/23517/task/23525/stat : 23525 (java) S 23514 23517 20157 0 -1 4202560 479 0 0 0 279 10 0 0 20 0 22 0 27305890 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573142629416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23526] ppid=23514 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/23517/task/23526/stat : 23526 (java) S 23514 23517 20157 0 -1 4202560 427 0 0 0 278 10 0 0 20 0 22 0 27305890 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573141576360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23527] ppid=23514 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/23517/task/23527/stat : 23527 (java) S 23514 23517 20157 0 -1 4202560 524 0 0 0 271 8 0 0 20 0 22 0 27305890 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140573140523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23528] ppid=23514 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/23517/task/23528/stat : 23528 (java) S 23514 23517 20157 0 -1 4202560 4057 0 0 0 152 25 0 0 20 0 22 0 27305891 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572982585704 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23529] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23529/stat : 23529 (java) S 23514 23517 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572981532024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23530] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23530/stat : 23530 (java) S 23514 23517 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27305891 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572980478856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23531] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23531/stat : 23531 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572979427600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23532] ppid=23514 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23517/task/23532/stat : 23532 (java) S 23514 23517 20157 0 -1 4202560 8313 0 0 0 149 2 0 0 20 0 22 0 27305893 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572978375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23533] ppid=23514 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/23517/task/23533/stat : 23533 (java) S 23514 23517 20157 0 -1 4202560 6289 0 0 0 131 1 0 0 20 0 22 0 27305893 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572977322936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23534] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23534/stat : 23534 (java) S 23514 23517 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27305893 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572976270072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23535] ppid=23514 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/23517/task/23535/stat : 23535 (java) S 23514 23517 20157 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 27305893 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572975217736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23517/tid=23536] ppid=23514 vsize=9824732 CPUtime=883.69 cores=1,3,5,7
/proc/23517/task/23536/stat : 23536 (java) R 23514 23517 20157 0 -1 4202560 251 0 0 0 88352 17 0 0 20 0 22 0 27305931 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572974161312 140573022111284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23517/tid=23537] ppid=23514 vsize=9824732 CPUtime=883.81 cores=1,3,5,7
/proc/23517/task/23537/stat : 23537 (java) R 23514 23517 20157 0 -1 4202560 1806 0 0 0 88327 54 0 0 20 0 22 0 27305931 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572973107968 140573021785583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23517/tid=23538] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23538/stat : 23538 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572972057384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23517/tid=23539] ppid=23514 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23517/task/23539/stat : 23539 (java) S 23514 23517 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27305934 10060525568 483514 33554432000 1073741824 1073778376 140733717331184 140572971004840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23517 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23517 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=112678
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.266
CPU time (s): 1800.11
CPU user time (s): 1798.54
CPU system time (s): 1.57
CPU usage (%): 201.07
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 2.11268
maximum resident set size= 2857492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28651
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32219
involuntary context switches= 47434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.30419 second user time and 8.12176 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 14:23:13
IDJOB=4104022
IDBENCH=2534
IDSOLVER=2543
FILE ID=node127/4104022-1466252593
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= c346de7e1ba29a95ee9f392619231545
RANDOM SEED=141892521

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28103812 kB
Buffers:           66548 kB
Cached:           209932 kB
SwapCached:          516 kB
Active:          2494624 kB
Inactive:         223624 kB
Active(anon):    2442064 kB
Inactive(anon):     2184 kB
Active(file):      52560 kB
Inactive(file):   221440 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:       3748964 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             603252 kB
SReclaimable:      47192 kB
SUnreclaim:       556060 kB
KernelStack:        1648 kB
PageTables:        11804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3948344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2494464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-18 14:38:08