Trace number 4089985

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1799.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v041-n1.opb
MD5SUM25caec41769df5f883c48edaaa9c7bfb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.05599
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089985-1466036351.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.018s.
0.11/0.13	c declared #vars     123
0.11/0.13	c #constraints  82
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.13	c 82 constraints processed.
0.73/0.54	c cleaning 2497 clauses out of 5000 with flag 34044/5000
1.41/1.03	c cleaning 4250 clauses out of 8505 with flag 82479/11002
2.11/1.75	c cleaning 5621 clauses out of 11253 with flag 142175/18000
3.12/2.71	c cleaning 6814 clauses out of 13633 with flag 216283/26001
4.33/3.90	c cleaning 7905 clauses out of 15820 with flag 300561/35002
5.83/5.46	c cleaning 8954 clauses out of 17913 with flag 404169/45000
7.23/6.86	c cleaning 9975 clauses out of 19961 with flag 497852/56002
9.03/8.63	c cleaning 10989 clauses out of 21987 with flag 606266/68003
11.13/10.78	c cleaning 11993 clauses out of 23995 with flag 718816/81000
13.63/13.25	c cleaning 12998 clauses out of 26003 with flag 844060/95001
16.53/16.12	c cleaning 13993 clauses out of 28004 with flag 980721/110000
19.83/19.49	c cleaning 15001 clauses out of 30013 with flag 1128801/126002
23.63/23.29	c cleaning 15999 clauses out of 32010 with flag 1294539/143000
27.82/27.49	c cleaning 17001 clauses out of 34011 with flag 1465774/161000
32.43/32.03	c cleaning 17999 clauses out of 36010 with flag 1647688/180000
36.83/36.46	c cleaning 19002 clauses out of 38011 with flag 1828607/200000
42.03/41.62	c cleaning 20000 clauses out of 40009 with flag 2023317/221000
47.93/47.53	c cleaning 20998 clauses out of 42009 with flag 2229205/243000
54.63/54.23	c cleaning 22003 clauses out of 44014 with flag 2451727/266003
61.73/61.36	c cleaning 22995 clauses out of 46008 with flag 2674292/290000
69.54/69.11	c cleaning 24002 clauses out of 48015 with flag 2907030/315002
78.03/77.60	c cleaning 25003 clauses out of 50011 with flag 3150661/341000
86.43/86.03	c cleaning 25998 clauses out of 52011 with flag 3397671/368003
95.93/95.54	c cleaning 26996 clauses out of 54010 with flag 3664686/396000
106.63/106.24	c cleaning 28002 clauses out of 56016 with flag 3939424/425002
117.24/116.82	c cleaning 29000 clauses out of 58012 with flag 4235057/455000
128.46/128.07	c cleaning 30002 clauses out of 60015 with flag 4544846/486003
139.26/138.87	c cleaning 31001 clauses out of 62010 with flag 4858258/518000
151.27/150.88	c cleaning 31995 clauses out of 64010 with flag 5193528/551001
164.16/163.75	c cleaning 32995 clauses out of 66014 with flag 5530658/585000
178.16/177.71	c cleaning 34003 clauses out of 68019 with flag 5875942/620000
192.17/191.79	c cleaning 34999 clauses out of 70018 with flag 6235444/656002
206.47/206.04	c cleaning 36005 clauses out of 72017 with flag 6586167/693000
222.07/221.69	c cleaning 37003 clauses out of 74014 with flag 6942695/731002
238.87/238.44	c cleaning 37999 clauses out of 76010 with flag 7300076/770001
257.58/257.17	c cleaning 38999 clauses out of 78010 with flag 7661997/810000
278.37/277.97	c cleaning 40001 clauses out of 80012 with flag 8045710/851001
299.98/299.55	c cleaning 40995 clauses out of 82010 with flag 8457825/893000
321.79/321.39	c cleaning 42005 clauses out of 84017 with flag 8883463/936002
347.38/346.90	c cleaning 42999 clauses out of 86013 with flag 9323139/980003
368.14/367.60	c cleaning 44003 clauses out of 88013 with flag 9760066/1025002
389.55/389.02	c cleaning 45000 clauses out of 90008 with flag 10223569/1071000
415.16/414.64	c cleaning 45988 clauses out of 92009 with flag 10709475/1118001
440.56/440.01	c cleaning 47007 clauses out of 94020 with flag 11205127/1166000
466.15/465.69	c cleaning 48003 clauses out of 96013 with flag 11698822/1215000
492.66/492.15	c cleaning 48995 clauses out of 98010 with flag 12242555/1265000
519.46/518.98	c cleaning 50005 clauses out of 100017 with flag 12755199/1316002
549.67/549.14	c cleaning 51003 clauses out of 102012 with flag 13269676/1368002
583.78/583.23	c cleaning 52002 clauses out of 104007 with flag 13842473/1421000
617.08/616.53	c cleaning 52995 clauses out of 106005 with flag 14424419/1475000
647.64/647.02	c cleaning 53995 clauses out of 108012 with flag 15008382/1530002
680.65/680.10	c cleaning 55002 clauses out of 110016 with flag 15560546/1586001
719.74/719.10	c cleaning 55997 clauses out of 112013 with flag 16135912/1643000
759.25/758.64	c cleaning 57004 clauses out of 114017 with flag 16758626/1701001
799.65/799.09	c cleaning 57998 clauses out of 116013 with flag 17384199/1760001
837.76/837.14	c cleaning 59006 clauses out of 118015 with flag 18006915/1820001
883.16/882.50	c cleaning 59997 clauses out of 120012 with flag 18679884/1881004
931.97/931.30	c cleaning 60996 clauses out of 122011 with flag 19351521/1943000
974.07/973.46	c cleaning 62005 clauses out of 124015 with flag 19990853/2006000
1019.93/1019.24	c cleaning 62999 clauses out of 126011 with flag 20682845/2070001
1069.13/1068.43	c cleaning 64003 clauses out of 128012 with flag 21392871/2135001
1116.94/1116.20	c cleaning 65000 clauses out of 130010 with flag 22087219/2201002
1166.55/1165.82	c cleaning 66001 clauses out of 132008 with flag 22784983/2268000
1217.74/1217.01	c cleaning 66998 clauses out of 134007 with flag 23506200/2336000
1273.87/1273.15	c cleaning 67996 clauses out of 136010 with flag 24257210/2405001
1327.98/1327.20	c cleaning 69003 clauses out of 138015 with flag 25003930/2475002
1382.08/1381.30	c cleaning 69997 clauses out of 140011 with flag 25736580/2546001
1436.44/1435.62	c cleaning 71003 clauses out of 142013 with flag 26491559/2618000
1504.75/1503.91	c cleaning 71993 clauses out of 144010 with flag 27306585/2691000
1577.95/1577.17	c cleaning 73002 clauses out of 146017 with flag 28133914/2765000
1652.16/1651.37	c cleaning 74001 clauses out of 148016 with flag 28910165/2840001
1730.48/1729.62	c cleaning 75001 clauses out of 150015 with flag 29702730/2916001
1800.09/1799.20	c starts		: 4777
1800.09/1799.20	c conflicts		: 2984573
1800.09/1799.20	c decisions		: 3441555
1800.09/1799.20	c propagations		: 52912182
1800.09/1799.20	c inspects		: 32573423876
1800.09/1799.20	c shortcuts		: 0
1800.09/1799.20	c learnt literals	: 0
1800.09/1799.20	c learnt binary clauses	: 0
1800.09/1799.20	c learnt ternary clauses	: 0
1800.09/1799.20	c learnt constraints	: 2984573
1800.09/1799.20	c ignored constraints	: 0
1800.09/1799.20	c root simplifications	: 0
1800.09/1799.20	c removed literals (reason simplification)	: 0
1800.09/1799.20	c reason swapping (by a shorter reason)	: 0
1800.09/1799.20	c Calls to reduceDB	: 72
1800.09/1799.20	c Number of update (reduction) of LBD	: 881749
1800.09/1799.20	c Imported unit clauses	: 0
1800.09/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.20	c number of learned constraints concerned by reduction	: 0
1800.09/1799.20	c number of learning phase by resolution	: 0
1800.09/1799.20	c number of learning phase by cutting planes	: 0
1800.09/1799.20	c speed (assignments/second)	: 29410.771090699385
1800.09/1799.20	c non guided choices	39
1800.09/1799.20	c timeout
1800.09/1799.23	c learnt constraints type 
1800.09/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143586
1800.09/1799.23	s UNKNOWN
1800.09/1799.23	c Total wall clock time (in seconds): 1799.121

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-4089985-1466036351/watcher-4089985-1466036351 -o /tmp/evaluation-result-4089985-1466036351/solver-4089985-1466036351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15507 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089985-1466036351.opb 

pid=15927
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15930
/proc/meminfo: memFree=30511876/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 5683793 98570240 977 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 24065 977 743 9 0 16771 0
[pid=15930/tid=15931] ppid=15927 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5683793 98570240 977 33554432000 1073741824 1073778376 140737370383120 140475056029224 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15930
/proc/meminfo: memFree=30511876/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 4411 0 1 0 10 1 0 0 20 0 18 0 5683793 9787879424 6049 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2389619 6052 2140 9 0 2380296 0
[pid=15930/tid=15931] ppid=15927 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 5683793 9787879424 6052 33554432000 1073741824 1073778376 140737370383120 140475056032672 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15930
/proc/meminfo: memFree=30511876/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 6904 0 1 0 30 1 0 0 20 0 19 0 5683793 9856040960 7587 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 7552 2220 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 5683793 9856040960 7573 33554432000 1073741824 1073778376 140737370383120 140475056034432 140475060048017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.30026 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15930
/proc/meminfo: memFree=30511876/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 7011 0 1 0 49 1 0 0 20 0 19 0 5683793 9856040960 7561 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 7561 2226 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 19 0 5683793 9856040960 7561 33554432000 1073741824 1073778376 140737370383120 140475056034056 140474908563616 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700176 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15930
/proc/meminfo: memFree=30511876/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 8632 0 1 0 102 2 0 0 20 0 19 0 5683793 9856040960 8189 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 8189 2240 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2401 0 1 0 67 0 0 0 20 0 19 0 5683793 9856040960 8189 33554432000 1073741824 1073778376 140737370383120 140475056034376 140474908601152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.75 2.32 2.22 3/213 15949
/proc/meminfo: memFree=30478740/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10047 0 1 0 189 2 0 0 20 0 19 0 5683793 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 9243 2241 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2403 0 1 0 147 0 0 0 20 0 19 0 5683793 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140475056034264 140474908601303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683795 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15930/task/15946/stat : 15946 (java) S 15927 15930 5750 0 -1 4202560 1857 0 0 0 13 0 0 0 20 0 19 0 5683798 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474404141112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15947] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15947/stat : 15947 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474403089016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15948] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15948/stat : 15948 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474402036424 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 9243 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.75 2.32 2.22 3/213 15949
/proc/meminfo: memFree=30469804/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10052 0 1 0 351 2 0 0 20 0 19 0 5683793 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 10270 2241 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2405 0 1 0 306 0 0 0 20 0 19 0 5683793 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140475056034152 140474908625081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683795 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15930/task/15946/stat : 15946 (java) S 15927 15930 5750 0 -1 4202560 1860 0 0 0 15 0 0 0 20 0 19 0 5683798 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474404141112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15947] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15947/stat : 15947 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474403089016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15948] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15948/stat : 15948 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474402036424 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 10270 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30091 s]
/proc/loadavg: 2.69 2.31 2.22 3/213 15949
/proc/meminfo: memFree=30451108/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10057 0 1 0 671 2 0 0 20 0 19 0 5683793 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 11657 2242 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2409 0 1 0 626 0 0 0 20 0 19 0 5683793 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140475056025264 140474908563616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683794 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683795 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 11657 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6

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

[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.16
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.21 2.19 3/213 15992
/proc/meminfo: memFree=29717036/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=1723.17 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10914 0 1 0 172285 32 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 53225 2257 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=1717.76 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2471 0 1 0 171747 29 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475056025264 140474908564303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5683795 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15930/task/15946/stat : 15946 (java) S 15927 15930 5750 0 -1 4202560 1974 0 0 0 17 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474404141112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15947] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15947/stat : 15947 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474403089016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15948] ppid=15927 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15930/task/15948/stat : 15948 (java) S 15927 15930 5750 0 -1 4202560 100 0 0 0 31 32 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474402036424 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 15993
/proc/meminfo: memFree=29716672/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=1783.18 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10918 0 1 0 178285 33 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 53225 2257 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=1777.61 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2471 0 1 0 177731 30 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475056025264 140474908625081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5683795 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15930/task/15946/stat : 15946 (java) S 15927 15930 5750 0 -1 4202560 1974 0 0 0 17 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474404141112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15947] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15947/stat : 15947 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474403089016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15948] ppid=15927 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/15930/task/15948/stat : 15948 (java) S 15927 15930 5750 0 -1 4202560 104 0 0 0 32 34 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474402036424 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 16059
/proc/meminfo: memFree=30258796/32872528 swapFree=1430608/1543028
[pid=15930] ppid=15927 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/15930/stat : 15930 (java) S 15927 15930 5750 0 -1 4202496 10918 0 1 0 179975 34 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140737370374256 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15930/statm: 2406260 53225 2257 9 0 2396937 0
[pid=15930/tid=15931] ppid=15927 vsize=9625040 CPUtime=1794.46 cores=0,2,4,6
/proc/15930/task/15931/stat : 15931 (java) R 15927 15930 5750 0 -1 4202560 2471 0 1 0 179416 30 0 0 20 0 19 0 5683793 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475056025264 140474908625044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15933] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15933/stat : 15933 (java) S 15927 15930 5750 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475028486952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15934] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15934/stat : 15934 (java) S 15927 15930 5750 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140475027434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15935] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15935/stat : 15935 (java) S 15927 15930 5750 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474897181736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15936] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15936/stat : 15936 (java) S 15927 15930 5750 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474896128936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15930/tid=15937] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15937/stat : 15937 (java) S 15927 15930 5750 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474895075624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15938] ppid=15927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15930/task/15938/stat : 15938 (java) S 15927 15930 5750 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474894022824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15939] ppid=15927 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15930/task/15939/stat : 15939 (java) S 15927 15930 5750 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474892970536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15940] ppid=15927 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15930/task/15940/stat : 15940 (java) S 15927 15930 5750 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 5683794 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474421602728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15941] ppid=15927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15930/task/15941/stat : 15941 (java) S 15927 15930 5750 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5683795 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474409405160 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15942] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15942/stat : 15942 (java) S 15927 15930 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474408351224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15943] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15943/stat : 15943 (java) S 15927 15930 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683796 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474407298824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15944] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15944/stat : 15944 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474406247312 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15945] ppid=15927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15930/task/15945/stat : 15945 (java) S 15927 15930 5750 0 -1 4202560 4517 0 0 0 26 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474405193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15930/tid=15946] ppid=15927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15930/task/15946/stat : 15946 (java) S 15927 15930 5750 0 -1 4202560 1974 0 0 0 17 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474404141112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15947] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15947/stat : 15947 (java) S 15927 15930 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474403089016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15930/tid=15948] ppid=15927 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15930/task/15948/stat : 15948 (java) S 15927 15930 5750 0 -1 4202560 104 0 0 0 33 34 0 0 20 0 19 0 5683798 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474402036424 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15930/tid=15949] ppid=15927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15930/task/15949/stat : 15949 (java) S 15927 15930 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683806 9856040960 53225 33554432000 1073741824 1073778376 140737370383120 140474400884136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 15930 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 15930 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=349065
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=781881
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800.09
CPU user time (s): 1799.75
CPU system time (s): 0.34
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.35
system time used= 0.781881
maximum resident set size= 213048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10963
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38142
involuntary context switches= 4210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80281 second user time and 15.7436 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 02:19:11
IDJOB=4089985
IDBENCH=107484
IDSOLVER=2546
FILE ID=node116/4089985-1466036351
RUNJOBID= node116-1466032752-15507
PBS_JOBID= 19902807
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v041-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089985-1466036351/watcher-4089985-1466036351 -o /tmp/evaluation-result-4089985-1466036351/solver-4089985-1466036351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15507 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089985-1466036351.opb

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

MD5SUM BENCH= 25caec41769df5f883c48edaaa9c7bfb
RANDOM SEED=615548576

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30512560 kB
Buffers:           22816 kB
Cached:            58068 kB
SwapCached:         3088 kB
Active:            64972 kB
Inactive:          48912 kB
Active(anon):      31804 kB
Inactive(anon):     3412 kB
Active(file):      33168 kB
Inactive(file):    45500 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:       1574068 kB
Mapped:            15216 kB
Shmem:                 0 kB
Slab:             567376 kB
SReclaimable:      11060 kB
SUnreclaim:       556316 kB
KernelStack:        1608 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2229948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71640 MiB
End job on node116 at 2016-06-16 02:49:10