Trace number 4103228

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1795.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370b.opb
MD5SUM1f80e288849d4e939571e6eefbd84b3a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7550768122
Best CPU time to get the best result obtained on this benchmark1800.81
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4779438072
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29694485111877
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29694485111877
Number of bits of the biggest sum of numbers45
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103228-1466234754.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.14/1.55	c ... done. Wall clock time 1.45s.
2.14/1.55	c declared #vars     155000
2.14/1.55	c #constraints  5300
2.14/1.55	c constraints type 
2.14/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.14/1.55	c 5300 constraints processed.
2.14/1.55	c objective function length is 155000 literals
11.31/10.09	c cleaning 2500 clauses out of 5000 with flag 13931/5000
14.93/13.44	c cleaning 4250 clauses out of 8500 with flag 26029/11000
20.03/18.59	c cleaning 5623 clauses out of 11251 with flag 40338/18001
21.45/19.98	c cleaning 6805 clauses out of 13627 with flag 57114/26000
23.45/21.99	c cleaning 7900 clauses out of 15823 with flag 75538/35001
25.44/23.93	c cleaning 8947 clauses out of 17922 with flag 95899/45000
28.65/27.12	c cleaning 9975 clauses out of 19976 with flag 117915/56001
32.83/31.10	c cleaning 10991 clauses out of 22001 with flag 142419/68001
36.83/35.12	c cleaning 11992 clauses out of 24010 with flag 168669/81001
41.43/39.75	c cleaning 12998 clauses out of 26017 with flag 197110/95000
46.93/45.27	c cleaning 13998 clauses out of 28021 with flag 227214/110002
52.82/51.15	c cleaning 14991 clauses out of 30021 with flag 259428/126000
59.32/57.60	c cleaning 16003 clauses out of 32031 with flag 293645/143001
65.83/64.11	c cleaning 17002 clauses out of 34028 with flag 329934/161001
74.43/72.73	c cleaning 18000 clauses out of 36026 with flag 368011/180001
84.81/82.74	c cleaning 19001 clauses out of 38025 with flag 408016/200000
95.01/92.96	c cleaning 20002 clauses out of 40024 with flag 450276/221000
106.01/103.90	c cleaning 21001 clauses out of 42023 with flag 494375/243001
118.32/116.23	c cleaning 21993 clauses out of 44021 with flag 540557/266000
132.12/130.05	c cleaning 23004 clauses out of 46028 with flag 588606/290000
146.92/144.89	c cleaning 24000 clauses out of 48025 with flag 638609/315001
161.72/159.68	c cleaning 25000 clauses out of 50024 with flag 690775/341000
178.32/176.25	c cleaning 25996 clauses out of 52024 with flag 744925/368000
195.33/193.28	c cleaning 27003 clauses out of 54029 with flag 800978/396001
213.13/211.09	c cleaning 28003 clauses out of 56025 with flag 859106/425000
233.09/230.49	c cleaning 28997 clauses out of 58023 with flag 919304/455001
253.19/250.57	c cleaning 29998 clauses out of 60025 with flag 981518/486000
274.89/272.21	c cleaning 30997 clauses out of 62027 with flag 1045975/518000
298.40/295.76	c cleaning 32002 clauses out of 64031 with flag 1112188/551001
324.20/321.55	c cleaning 32999 clauses out of 66028 with flag 1180360/585000
353.72/351.06	c cleaning 34002 clauses out of 68029 with flag 1250818/620000
380.32/377.65	c cleaning 35003 clauses out of 70028 with flag 1322924/656001
409.42/406.32	c cleaning 35997 clauses out of 72024 with flag 1396970/693000
438.84/435.78	c cleaning 37002 clauses out of 74029 with flag 1473312/731002
463.13/460.10	c cleaning 37996 clauses out of 76027 with flag 1551818/770002
506.54/503.48	c cleaning 39001 clauses out of 78030 with flag 1632078/810001
541.65/538.60	c cleaning 40001 clauses out of 80030 with flag 1715489/851002
584.85/581.75	c cleaning 41000 clauses out of 82028 with flag 1799573/893001
626.66/623.51	c cleaning 42001 clauses out of 84027 with flag 1885963/936000
675.99/672.88	c cleaning 42998 clauses out of 86028 with flag 1974407/980002
721.29/718.13	c cleaning 43992 clauses out of 88030 with flag 2064614/1025002
777.01/773.89	c cleaning 45005 clauses out of 90036 with flag 2157063/1071000
830.12/826.99	c cleaning 45997 clauses out of 92031 with flag 2251296/1118000
887.61/883.50	c cleaning 47004 clauses out of 94034 with flag 2347595/1166000
950.01/945.80	c cleaning 47996 clauses out of 96030 with flag 2446038/1215000
1016.12/1011.99	c cleaning 49001 clauses out of 98036 with flag 2546275/1265002
1077.44/1073.22	c cleaning 50004 clauses out of 100036 with flag 2648895/1316003
1136.05/1131.84	c cleaning 50993 clauses out of 102029 with flag 2753535/1368000
1202.26/1198.04	c cleaning 52003 clauses out of 104036 with flag 2859615/1421000
1275.47/1271.27	c cleaning 53005 clauses out of 106033 with flag 2967794/1475000
1342.57/1338.36	c cleaning 53990 clauses out of 108028 with flag 3078223/1530000
1414.70/1410.47	c cleaning 55002 clauses out of 110039 with flag 3190389/1586001
1498.56/1493.86	c cleaning 56001 clauses out of 112036 with flag 3304415/1643000
1584.08/1579.33	c cleaning 57004 clauses out of 114037 with flag 3420461/1701002
1662.00/1657.23	c cleaning 58000 clauses out of 116032 with flag 3538628/1760001
1745.62/1740.87	c cleaning 58988 clauses out of 118031 with flag 3659060/1820000
1800.04/1795.21	c starts		: 84
1800.04/1795.21	c conflicts		: 1867764
1800.04/1795.21	c decisions		: 2342317
1800.04/1795.21	c propagations		: 31918385
1800.04/1795.21	c inspects		: 25439213731
1800.04/1795.21	c shortcuts		: 0
1800.04/1795.21	c learnt literals	: 0
1800.04/1795.21	c learnt binary clauses	: 0
1800.04/1795.21	c learnt ternary clauses	: 0
1800.04/1795.21	c learnt constraints	: 1867764
1800.04/1795.21	c ignored constraints	: 0
1800.04/1795.21	c root simplifications	: 0
1800.04/1795.21	c removed literals (reason simplification)	: 0
1800.04/1795.21	c reason swapping (by a shorter reason)	: 0
1800.04/1795.21	c Calls to reduceDB	: 56
1800.04/1795.21	c Number of update (reduction) of LBD	: 7329
1800.04/1795.21	c Imported unit clauses	: 0
1800.04/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.21	c number of learned constraints concerned by reduction	: 0
1800.04/1795.21	c number of learning phase by resolution	: 0
1800.04/1795.21	c number of learning phase by cutting planes	: 0
1800.04/1795.21	c speed (assignments/second)	: 17796.4671785825
1800.04/1795.21	c non guided choices	57675
1800.04/1795.24	c timeout
1800.04/1795.24	c learnt constraints type 
1800.04/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106808
1800.04/1795.24	s UNKNOWN
1800.04/1795.24	c Total wall clock time (in seconds): 1795.136

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-4103228-1466234754/watcher-4103228-1466234754 -o /tmp/evaluation-result-4103228-1466234754/solver-4103228-1466234754 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103228-1466234754.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.07 2.09 3/194 7355
/proc/meminfo: memFree=28870928/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 25525964 98570240 977 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 24065 977 743 9 0 16771 0
[pid=7355/tid=7356] ppid=7352 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25525964 98570240 978 33554432000 1073741824 1073778376 140737407653936 139698100579880 249650038144 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.04 2.07 2.09 3/194 7355
/proc/meminfo: memFree=28870928/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 4551 0 1 0 10 1 0 0 20 0 18 0 25525964 9787879424 5676 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2389619 5676 2157 9 0 2380296 0
[pid=7355/tid=7356] ppid=7352 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2431 0 1 0 6 1 0 0 20 0 18 0 25525964 9787879424 5676 33554432000 1073741824 1073778376 140737407653936 139698100583328 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.04 2.07 2.09 3/194 7355
/proc/meminfo: memFree=28870928/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 5406 0 1 0 30 1 0 0 20 0 18 0 25525964 9787879424 7835 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2389619 7835 2226 9 0 2380296 0
[pid=7355/tid=7356] ppid=7352 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2449 0 1 0 16 1 0 0 20 0 18 0 25525964 9787879424 7835 33554432000 1073741824 1073778376 140737407653936 139698100583328 139698040727996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 2.04 2.07 2.09 3/194 7355
/proc/meminfo: memFree=28870928/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 6243 0 1 0 45 2 0 0 20 0 18 0 25525964 9787879424 14321 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2389619 14321 2231 9 0 2380296 0
[pid=7355/tid=7356] ppid=7352 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 18 0 25525964 9787879424 14321 33554432000 1073741824 1073778376 140737407653936 139698100583328 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.04 2.07 2.09 3/194 7355
/proc/meminfo: memFree=28870928/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 6699 0 1 0 106 7 0 0 20 0 18 0 25525964 9787879424 45723 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2389619 45723 2262 9 0 2380296 0
[pid=7355/tid=7356] ppid=7352 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2516 0 1 0 61 3 0 0 20 0 18 0 25525964 9787879424 45723 33554432000 1073741824 1073778376 140737407653936 139698100582824 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.04 2.07 2.09 3/212 7373
/proc/meminfo: memFree=28636068/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9558476 CPUtime=2.14 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 7193 0 1 0 199 15 0 0 20 0 18 0 25525964 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2389619 73216 2262 9 0 2380296 0
[pid=7355/tid=7356] ppid=7352 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2541 0 1 0 132 4 0 0 20 0 18 0 25525964 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139698100576208 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 106 0 0 0 4 3 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 137 0 0 0 5 2 0 0 20 0 18 0 25525965 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25525966 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25525966 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25525966 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25525968 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 1103 0 0 0 17 0 0 0 20 0 18 0 25525969 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 1672 0 0 0 15 0 0 0 20 0 18 0 25525969 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7372/stat : 7372 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25525969 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697918380536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7373] ppid=7352 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7373/stat : 7373 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25525969 9787879424 73216 33554432000 1073741824 1073778376 140737407653936 139697917328200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.04 2.07 2.08 3/213 7374
/proc/meminfo: memFree=28546572/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 11663 0 1 0 417 22 0 0 20 0 19 0 25525964 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2406260 100738 2274 9 0 2396937 0
[pid=7355/tid=7356] ppid=7352 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2582 0 1 0 285 5 0 0 20 0 19 0 25525964 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139698100583600 139698041004554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 119 0 0 0 6 2 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 117 0 0 0 6 3 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 160 0 0 0 9 4 0 0 20 0 19 0 25525965 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525968 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 4349 0 0 0 49 0 0 0 20 0 19 0 25525969 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 2621 0 0 0 31 0 0 0 20 0 19 0 25525969 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7372/stat : 7372 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525969 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697918380536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7373] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7373/stat : 7373 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525969 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697917328200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7374] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7374/stat : 7374 (java) S 7352 7355 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25526133 9856040960 100738 33554432000 1073741824 1073778376 140737407653936 139697916273960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.04 2.07 2.08 3/213 7374
/proc/meminfo: memFree=28474860/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9625040 CPUtime=7.6 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 11665 0 1 0 738 22 0 0 20 0 19 0 25525964 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2406260 100607 2274 9 0 2396937 0
[pid=7355/tid=7356] ppid=7352 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 2584 0 1 0 605 5 0 0 20 0 19 0 25525964 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139698100582872 139698041003968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 119 0 0 0 6 2 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 117 0 0 0 6 3 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 160 0 0 0 9 4 0 0 20 0 19 0 25525965 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525968 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 4349 0 0 0 50 0 0 0 20 0 19 0 25525969 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 2621 0 0 0 31 0 0 0 20 0 19 0 25525969 9856040960 100607 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

/proc/7355/task/7374/stat : 7374 (java) S 7352 7355 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25526133 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697916273960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.07 3/213 7483
/proc/meminfo: memFree=28274716/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9625040 CPUtime=1727.11 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 18649 0 1 0 172452 259 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2406260 803713 2286 9 0 2396937 0
[pid=7355/tid=7356] ppid=7352 vsize=9625040 CPUtime=1715.74 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 4124 0 1 0 171523 51 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139698100575952 139698041059536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 598 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 518 0 0 0 32 26 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 728 0 0 0 41 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 376 0 0 0 21 20 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 469 0 0 0 29 19 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 555 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 441 0 0 0 25 17 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 706 0 0 0 46 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 1785 0 0 0 92 3 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525968 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 4363 0 0 0 56 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 2628 0 0 0 35 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7372/stat : 7372 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697918380536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7373] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7373/stat : 7373 (java) S 7352 7355 2916 0 -1 4202560 99 0 0 0 27 35 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697917328200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7374] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7374/stat : 7374 (java) S 7352 7355 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25526133 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697916273960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/213 7485
/proc/meminfo: memFree=28262960/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9625040 CPUtime=1787.13 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 18653 0 1 0 178453 260 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2406260 803713 2286 9 0 2396937 0
[pid=7355/tid=7356] ppid=7352 vsize=9625040 CPUtime=1775.58 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 4124 0 1 0 177506 52 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139698100575952 139698040775066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 598 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 518 0 0 0 32 26 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 728 0 0 0 41 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 376 0 0 0 21 20 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 469 0 0 0 29 19 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 555 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 441 0 0 0 25 17 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 706 0 0 0 46 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 1785 0 0 0 92 3 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525968 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 4363 0 0 0 56 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 2628 0 0 0 35 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7372/stat : 7372 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697918380536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7373] ppid=7352 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7355/task/7373/stat : 7373 (java) S 7352 7355 2916 0 -1 4202560 103 0 0 0 29 36 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697917328200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7374] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7374/stat : 7374 (java) S 7352 7355 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25526133 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697916273960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.01 2.04 2.07 3/213 7485
/proc/meminfo: memFree=28268960/32872528 swapFree=190484/190484
[pid=7355] ppid=7352 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/7355/stat : 7355 (java) S 7352 7355 2916 0 -1 4202496 18653 0 1 0 179743 261 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 140737407645072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7355/statm: 2406260 803713 2286 9 0 2396937 0
[pid=7355/tid=7356] ppid=7352 vsize=9625040 CPUtime=1788.46 cores=1,3,5,7
/proc/7355/task/7356/stat : 7356 (java) R 7352 7355 2916 0 -1 4202560 4124 0 1 0 178793 53 0 0 20 0 19 0 25525964 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139698100575952 139698040955859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7355/tid=7358] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7358/stat : 7358 (java) S 7352 7355 2916 0 -1 4202560 598 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697944476328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7359] ppid=7352 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7355/task/7359/stat : 7359 (java) S 7352 7355 2916 0 -1 4202560 518 0 0 0 32 26 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697943423784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7360] ppid=7352 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7355/task/7360/stat : 7360 (java) S 7352 7355 2916 0 -1 4202560 728 0 0 0 41 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697942371240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7361] ppid=7352 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7355/task/7361/stat : 7361 (java) S 7352 7355 2916 0 -1 4202560 376 0 0 0 21 20 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697941318696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7362] ppid=7352 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7355/task/7362/stat : 7362 (java) S 7352 7355 2916 0 -1 4202560 469 0 0 0 29 19 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697940265128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7363] ppid=7352 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7355/task/7363/stat : 7363 (java) S 7352 7355 2916 0 -1 4202560 555 0 0 0 37 25 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697939212584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7364] ppid=7352 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7355/task/7364/stat : 7364 (java) S 7352 7355 2916 0 -1 4202560 441 0 0 0 25 17 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697938160040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7365] ppid=7352 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/7355/task/7365/stat : 7365 (java) S 7352 7355 2916 0 -1 4202560 706 0 0 0 46 33 0 0 20 0 19 0 25525965 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697937107496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7366] ppid=7352 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/7355/task/7366/stat : 7366 (java) S 7352 7355 2916 0 -1 4202560 1785 0 0 0 92 3 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697924696680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7367] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7367/stat : 7367 (java) S 7352 7355 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697923643000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7368] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7368/stat : 7368 (java) S 7352 7355 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25525966 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697922590344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7369] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7369/stat : 7369 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525968 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697921539088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7370] ppid=7352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7355/task/7370/stat : 7370 (java) S 7352 7355 2916 0 -1 4202560 4363 0 0 0 56 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697920485432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7355/tid=7371] ppid=7352 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7355/task/7371/stat : 7371 (java) S 7352 7355 2916 0 -1 4202560 2628 0 0 0 35 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697919432888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7372] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7372/stat : 7372 (java) S 7352 7355 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697918380536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7355/tid=7373] ppid=7352 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7355/task/7373/stat : 7373 (java) S 7352 7355 2916 0 -1 4202560 103 0 0 0 29 36 0 0 20 0 19 0 25525969 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697917328200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7355/tid=7374] ppid=7352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7355/task/7374/stat : 7374 (java) S 7352 7355 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25526133 9856040960 803713 33554432000 1073741824 1073778376 140737407653936 139697916273960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 7355 sig 9
??? kill -7355 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 7355 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=948430
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=52535
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.04
CPU user time (s): 1797.43
CPU system time (s): 2.61
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.95
system time used= 3.05253
maximum resident set size= 3215208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18750
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38156
involuntary context switches= 3052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8314 second user time and 13.155 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 09:25:54
IDJOB=4103228
IDBENCH=2303
IDSOLVER=2546
FILE ID=node102/4103228-1466234754
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103228-1466234754/watcher-4103228-1466234754 -o /tmp/evaluation-result-4103228-1466234754/solver-4103228-1466234754 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103228-1466234754.opb

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

MD5SUM BENCH= 1f80e288849d4e939571e6eefbd84b3a
RANDOM SEED=733844882

node102.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.746
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.49
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.746
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.746
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.746
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.746
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.746
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.746
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.746
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:        28871580 kB
Buffers:          111512 kB
Cached:           123784 kB
SwapCached:         1828 kB
Active:          2914988 kB
Inactive:         158456 kB
Active(anon):    2839288 kB
Inactive(anon):     1508 kB
Active(file):      75700 kB
Inactive(file):   156948 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              9428 kB
Writeback:             0 kB
AnonPages:       3038232 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             600652 kB
SReclaimable:      44340 kB
SUnreclaim:       556312 kB
KernelStack:        1752 kB
PageTables:         9988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3320896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2807808 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= 71720 MiB
End job on node102 at 2016-06-18 09:55:50