Trace number 4103518

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
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 constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103518-1466242641.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
5.02/3.30	c ... done. Wall clock time 3.178s.
5.02/3.30	c declared #vars     155020
5.02/3.30	c #constraints  4867
5.02/3.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.02/3.30	c constraints type 
5.02/3.30	c org.sat4j.specs.Constr$1 => 339
5.02/3.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4528
5.02/3.30	c 4867 constraints processed.
5.02/3.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.02/3.30	c constraints type 
5.02/3.30	c org.sat4j.specs.Constr$1 => 339
5.02/3.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4528
5.02/3.30	c 4867 constraints processed.
5.02/3.30	c objective function length is 14882 literals
27.36/14.17	c cleaning 2498 clauses out of 4999 with flag 17344/5001
52.56/26.67	c cleaning 4244 clauses out of 8500 with flag 44025/11000
65.75/33.13	c cleaning 5625 clauses out of 11256 with flag 69130/18001
68.34/34.44	c cleaning 6816 clauses out of 13631 with flag 85173/26001
71.98/36.25	c cleaning 7905 clauses out of 15814 with flag 103169/35000
76.59/38.52	c cleaning 8951 clauses out of 17910 with flag 124179/45001
82.18/41.37	c cleaning 9978 clauses out of 19960 with flag 148285/56002
86.63/43.42	c cleaning 10980 clauses out of 21978 with flag 175280/68001
91.83/46.07	c cleaning 11995 clauses out of 23998 with flag 203485/81001
98.63/49.50	c cleaning 13000 clauses out of 26002 with flag 235121/95000
106.23/53.24	c cleaning 14003 clauses out of 28007 with flag 270065/110005
114.63/57.40	c cleaning 15001 clauses out of 30002 with flag 307220/126003
124.23/62.23	c cleaning 15991 clauses out of 31996 with flag 345752/143007
134.73/67.31	c cleaning 16988 clauses out of 33998 with flag 383938/161000
146.53/73.28	c cleaning 17993 clauses out of 36010 with flag 422183/180000
157.12/78.59	c cleaning 19001 clauses out of 38018 with flag 462302/200001
168.08/83.87	c cleaning 19993 clauses out of 40016 with flag 504436/221000
180.08/89.83	c cleaning 20998 clauses out of 42023 with flag 548476/243000
195.08/97.37	c cleaning 21996 clauses out of 44025 with flag 595344/266000
211.47/105.50	c cleaning 22998 clauses out of 46029 with flag 644310/290000
229.66/114.67	c cleaning 23997 clauses out of 48031 with flag 695420/315000
249.86/124.77	c cleaning 25000 clauses out of 50034 with flag 749660/341000
272.43/135.89	c cleaning 26005 clauses out of 52035 with flag 806841/368001
299.43/149.35	c cleaning 27006 clauses out of 54030 with flag 865290/396001
324.35/161.63	c cleaning 28003 clauses out of 56025 with flag 925335/425002
352.97/175.58	c cleaning 28994 clauses out of 58020 with flag 987024/455000
385.77/191.94	c cleaning 29996 clauses out of 60026 with flag 1049041/486000
419.98/209.02	c cleaning 31003 clauses out of 62031 with flag 1113071/518001
458.96/228.33	c cleaning 31994 clauses out of 64028 with flag 1179080/551001
499.35/248.57	c cleaning 33003 clauses out of 66035 with flag 1247119/585002
543.14/270.49	c cleaning 33995 clauses out of 68030 with flag 1317137/620000
585.21/291.37	c cleaning 35000 clauses out of 70035 with flag 1390777/656000
625.41/311.49	c cleaning 36007 clauses out of 72036 with flag 1465903/693001
669.60/333.54	c cleaning 37003 clauses out of 74028 with flag 1542983/731000
718.51/357.89	c cleaning 38000 clauses out of 76025 with flag 1622140/770000
771.60/384.28	c cleaning 39004 clauses out of 78025 with flag 1703126/810000
851.97/424.27	c cleaning 39996 clauses out of 80021 with flag 1785265/851000
939.36/467.91	c cleaning 40996 clauses out of 82025 with flag 1869290/893000
1029.24/512.53	c cleaning 41999 clauses out of 84029 with flag 1955340/936000
1120.04/557.96	c cleaning 42995 clauses out of 86030 with flag 2043371/980000
1224.01/609.51	c cleaning 44003 clauses out of 88035 with flag 2133403/1025000
1359.56/676.22	c cleaning 45000 clauses out of 90033 with flag 2225462/1071001
1499.72/745.49	c cleaning 45998 clauses out of 92032 with flag 2319498/1118000
1652.72/821.51	c cleaning 46997 clauses out of 94034 with flag 2415540/1166000
1683.17/836.76	c cleaning 0 clauses out of 5001 with flag 0/5001
1800.17/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.80	c starts		: 1899
1800.17/894.80	c conflicts		: 1213243
1800.17/894.80	c decisions		: 1635404
1800.17/894.80	c propagations		: 28860695
1800.17/894.80	c inspects		: 11027256624
1800.17/894.80	c shortcuts		: 0
1800.17/894.80	c learnt literals	: 15
1800.17/894.80	c learnt binary clauses	: 25
1800.17/894.80	c learnt ternary clauses	: 35
1800.17/894.80	c learnt constraints	: 1213228
1800.17/894.80	c ignored constraints	: 0
1800.17/894.80	c root simplifications	: 0
1800.17/894.80	c removed literals (reason simplification)	: 6742534
1800.17/894.80	c reason swapping (by a shorter reason)	: 0
1800.17/894.80	c Calls to reduceDB	: 44
1800.17/894.80	c Number of update (reduction) of LBD	: 8936
1800.17/894.80	c Imported unit clauses	: 0
1800.17/894.80	c number of reductions to clauses (during analyze)	: 0
1800.17/894.80	c number of learned constraints concerned by reduction	: 0
1800.17/894.80	c number of learning phase by resolution	: 0
1800.17/894.80	c number of learning phase by cutting planes	: 0
1800.17/894.80	c speed (assignments/second)	: 32380.37724587177
1800.17/894.80	c non guided choices	9116
1800.17/894.83	c learnt constraints type 
1800.17/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
1800.17/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94255
1800.17/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.83	c starts		: 6
1800.17/894.83	c conflicts		: 5483
1800.17/894.83	c decisions		: 204888
1800.17/894.83	c propagations		: 1506231
1800.17/894.83	c inspects		: 250321680
1800.17/894.83	c shortcuts		: 0
1800.17/894.83	c learnt literals	: 0
1800.17/894.83	c learnt binary clauses	: 0
1800.17/894.83	c learnt ternary clauses	: 0
1800.17/894.83	c learnt constraints	: 5482
1800.17/894.83	c ignored constraints	: 0
1800.17/894.83	c root simplifications	: 0
1800.17/894.83	c removed literals (reason simplification)	: 0
1800.17/894.83	c reason swapping (by a shorter reason)	: 0
1800.17/894.83	c Calls to reduceDB	: 1
1800.17/894.83	c Number of update (reduction) of LBD	: 0
1800.17/894.83	c Imported unit clauses	: 0
1800.17/894.83	c number of reductions to clauses (during analyze)	: 0
1800.17/894.83	c number of learned constraints concerned by reduction	: 0
1800.17/894.83	c number of learning phase by resolution	: 0
1800.17/894.83	c number of learning phase by cutting planes	: 0
1800.17/894.83	c speed (assignments/second)	: 1690.0359273912136
1800.17/894.83	c non guided choices	0
1800.17/894.83	c learnt constraints type 
1800.17/894.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 25
1800.17/894.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5457
1800.17/894.83	s UNKNOWN
1800.17/894.83	c Total wall clock time (in seconds): 894.714

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

pid=20346
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: 4.07 4.03 3.07 5/197 20349
/proc/meminfo: memFree=28064392/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20349/stat : 20349 (java) D 20346 20349 20157 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 26310786 9515008 176 33554432000 1073741824 1073778376 140734142693728 140734142676456 214537421712 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.07 4.03 3.07 5/197 20349
/proc/meminfo: memFree=28064392/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 26310786 9787879424 6047 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.07 4.03 3.07 5/197 20349
/proc/meminfo: memFree=28064392/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 5041 0 1 0 28 1 0 0 20 0 18 0 26310786 9787879424 8410 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 8410 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.07 4.03 3.07 5/197 20349
/proc/meminfo: memFree=28064392/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 6542 0 1 0 51 1 0 0 20 0 18 0 26310786 9787879424 11182 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 11182 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.707663 s]
/proc/loadavg: 4.07 4.03 3.07 5/197 20349
/proc/meminfo: memFree=28064392/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=1.54 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 16890 0 1 0 148 6 0 0 20 0 18 0 26310786 9787879424 46829 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 46829 2265 9 0 2380296 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 4.07 4.03 3.07 12/215 20367
/proc/meminfo: memFree=27791056/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=2.6 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 17527 0 1 0 246 14 0 0 20 0 18 0 26310786 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 79569 2270 9 0 2380296 0
[pid=20349/tid=20351] ppid=20346 vsize=9558476 CPUtime=1.31 cores=1,3,5,7
/proc/20349/task/20351/stat : 20351 (java) R 20346 20349 20157 0 -1 4202560 2495 0 1 0 127 4 0 0 20 0 18 0 26310787 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940359098336 139940185265876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20352] ppid=20346 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20349/task/20352/stat : 20352 (java) S 20346 20349 20157 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940320598440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20353] ppid=20346 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20349/task/20353/stat : 20353 (java) S 20346 20349 20157 0 -1 4202560 158 0 0 0 7 2 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940319545896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20354] ppid=20346 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 172 0 0 0 7 3 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 156 0 0 0 2 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 26310788 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26310789 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26310790 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26310790 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 5859 0 0 0 41 0 0 0 20 0 18 0 26310792 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 7264 0 0 0 40 0 0 0 20 0 18 0 26310792 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 79569 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 4.07 4.03 3.07 3/192 20383
/proc/meminfo: memFree=30185720/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9558476 CPUtime=4.92 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 18326 0 1 0 455 37 0 0 20 0 18 0 26310786 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2389619 142964 2270 9 0 2380296 0
[pid=20349/tid=20351] ppid=20346 vsize=9558476 CPUtime=2.65 cores=1,3,5,7
/proc/20349/task/20351/stat : 20351 (java) R 20346 20349 20157 0 -1 4202560 2531 0 1 0 259 6 0 0 20 0 18 0 26310787 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940359098336 139940185131389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20352] ppid=20346 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/20349/task/20352/stat : 20352 (java) S 20346 20349 20157 0 -1 4202560 69 0 0 0 10 4 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940320598440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20353] ppid=20346 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/20349/task/20353/stat : 20353 (java) S 20346 20349 20157 0 -1 4202560 221 0 0 0 15 4 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940319545896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20354] ppid=20346 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 349 0 0 0 22 6 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 71 0 0 0 9 3 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 206 0 0 0 10 3 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 66 0 0 0 11 3 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 175 0 0 0 13 3 0 0 20 0 18 0 26310788 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 26310789 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26310790 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26310790 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 5859 0 0 0 43 0 0 0 20 0 18 0 26310792 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 7264 0 0 0 40 0 0 0 20 0 18 0 26310792 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26310792 9787879424 142964 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 3.98 4.01 3.07 4/219 20440
/proc/meminfo: memFree=29440660/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9824732 CPUtime=11.51 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 20296 0 1 0 1098 53 0 0 20 0 22 0 26310786 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2456183 255634 2290 9 0 2446860 0
[pid=20349/tid=20351] ppid=20346 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/20349/task/20351/stat : 20351 (java) S 20346 20349 20157 0 -1 4202560 2742 0 1 0 279 6 0 0 20 0 22 0 26310787 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940359107448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20352] ppid=20346 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/20349/task/20352/stat : 20352 (java) S 20346 20349 20157 0 -1 4202560 103 0 0 0 17 5 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940320598440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20353] ppid=20346 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/20349/task/20353/stat : 20353 (java) S 20346 20349 20157 0 -1 4202560 241 0 0 0 19 5 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940319545896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20354] ppid=20346 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 388 0 0 0 31 9 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 113 0 0 0 18 4 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 84 0 0 0 14 3 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 224 0 0 0 15 4 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 110 0 0 0 18 5 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 196 0 0 0 16 5 0 0 20 0 22 0 26310788 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 893 0 0 0 79 2 0 0 20 0 22 0 26310789 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 6535 0 0 0 101 0 0 0 20 0 22 0 26310792 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 7264 0 0 0 76 0 0 0 20 0 22 0 26310792 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20433] ppid=20346 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/20349/task/20433/stat : 20433 (java) R 20346 20349 20157 0 -1 4202560 39 0 0 0 199 0 0 0 20 0 22 0 26311116 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940174183864 139940185569478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20434] ppid=20346 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/20349/task/20434/stat : 20434 (java) R 20346 20349 20157 0 -1 4202560 98 0 0 0 196 2 0 0 20 0 22 0 26311116 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940173131152 139940185678368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20439] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20439/stat : 20439 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311136 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940172079912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20440] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20440/stat : 20440 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311145 10060525568 255634 33554432000 1073741824 1073778376 140734142693728 139940171027368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.51

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

/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 1380 0 0 0 319 41 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 958 0 0 0 316 32 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 1089 0 0 0 308 27 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 959 0 0 0 294 31 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9824732 CPUtime=3.65 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 1311 0 0 0 327 38 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 1064 0 0 0 285 30 0 0 20 0 22 0 26310788 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 2706 0 0 0 249 7 0 0 20 0 22 0 26310789 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 6541 0 0 0 115 0 0 0 20 0 22 0 26310792 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 8666 0 0 0 125 1 0 0 20 0 22 0 26310792 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 47 0 0 0 13 19 0 0 20 0 22 0 26310792 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20433] ppid=20346 vsize=9824732 CPUtime=807.69 cores=1,3,5,7
/proc/20349/task/20433/stat : 20433 (java) R 20346 20349 20157 0 -1 4202560 621 0 0 0 80754 15 0 0 20 0 22 0 26311116 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940174176144 139940185892590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20434] ppid=20346 vsize=9824732 CPUtime=807.51 cores=1,3,5,7
/proc/20349/task/20434/stat : 20434 (java) R 20346 20349 20157 0 -1 4202560 247 0 0 0 80734 17 0 0 20 0 22 0 26311116 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940173131248 139940185688642 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20439] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20439/stat : 20439 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311136 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940172079912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20440] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20440/stat : 20440 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311145 10060525568 878233 33554432000 1073741824 1073778376 140734142693728 139940171027368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1654.32
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.22 3.76 5/219 20464
/proc/meminfo: memFree=25112956/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9824732 CPUtime=1775.05 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 34500 0 1 0 177190 315 0 0 20 0 22 0 26310786 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2456183 860118 2298 9 0 2446860 0
[pid=20349/tid=20351] ppid=20346 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/20349/task/20351/stat : 20351 (java) S 20346 20349 20157 0 -1 4202560 2754 0 1 0 281 9 0 0 20 0 22 0 26310787 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940359107448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20352] ppid=20346 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/20349/task/20352/stat : 20352 (java) S 20346 20349 20157 0 -1 4202560 1127 0 0 0 281 42 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940320598440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20353] ppid=20346 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/20349/task/20353/stat : 20353 (java) S 20346 20349 20157 0 -1 4202560 1085 0 0 0 311 32 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940319545896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20354] ppid=20346 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 1383 0 0 0 334 41 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 958 0 0 0 326 32 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 1089 0 0 0 319 28 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 960 0 0 0 306 31 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 1311 0 0 0 338 38 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 1083 0 0 0 303 30 0 0 20 0 22 0 26310788 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 2718 0 0 0 249 8 0 0 20 0 22 0 26310789 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 9157 0 0 0 137 1 0 0 20 0 22 0 26310792 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 8678 0 0 0 128 1 0 0 20 0 22 0 26310792 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 26310792 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20433] ppid=20346 vsize=9824732 CPUtime=867.22 cores=1,3,5,7
/proc/20349/task/20433/stat : 20433 (java) R 20346 20349 20157 0 -1 4202560 626 0 0 0 86706 16 0 0 20 0 22 0 26311116 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940174183760 139940185635074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20434] ppid=20346 vsize=9824732 CPUtime=867.06 cores=1,3,5,7
/proc/20349/task/20434/stat : 20434 (java) R 20346 20349 20157 0 -1 4202560 255 0 0 0 86688 18 0 0 20 0 22 0 26311116 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940173130448 139940185584388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20439] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20439/stat : 20439 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311136 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940172079912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20440] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20440/stat : 20440 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311145 10060525568 860118 33554432000 1073741824 1073778376 140734142693728 139940171027368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.21 4.21 3.76 5/219 20464
/proc/meminfo: memFree=25070324/32872528 swapFree=1191052/1305516
[pid=20349] ppid=20346 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/20349/stat : 20349 (java) S 20346 20349 20157 0 -1 4202496 34510 0 1 0 179701 316 0 0 20 0 22 0 26310786 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 140734142684864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20349/statm: 2456183 859141 2298 9 0 2446860 0
[pid=20349/tid=20351] ppid=20346 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/20349/task/20351/stat : 20351 (java) S 20346 20349 20157 0 -1 4202560 2754 0 1 0 281 9 0 0 20 0 22 0 26310787 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940359107448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20352] ppid=20346 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/20349/task/20352/stat : 20352 (java) S 20346 20349 20157 0 -1 4202560 1127 0 0 0 284 42 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940320598440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20353] ppid=20346 vsize=9824732 CPUtime=3.46 cores=1,3,5,7
/proc/20349/task/20353/stat : 20353 (java) S 20346 20349 20157 0 -1 4202560 1085 0 0 0 314 32 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940319545896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20354] ppid=20346 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/20349/task/20354/stat : 20354 (java) S 20346 20349 20157 0 -1 4202560 1383 0 0 0 336 41 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940318492840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20355] ppid=20346 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/20349/task/20355/stat : 20355 (java) S 20346 20349 20157 0 -1 4202560 958 0 0 0 331 32 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940317440296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20356] ppid=20346 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/20349/task/20356/stat : 20356 (java) S 20346 20349 20157 0 -1 4202560 1089 0 0 0 323 28 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940316388264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20357] ppid=20346 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/20349/task/20357/stat : 20357 (java) S 20346 20349 20157 0 -1 4202560 960 0 0 0 310 31 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940315335720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20358] ppid=20346 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/20349/task/20358/stat : 20358 (java) S 20346 20349 20157 0 -1 4202560 1312 0 0 0 344 38 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940314282664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20349/tid=20359] ppid=20346 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/20349/task/20359/stat : 20359 (java) S 20346 20349 20157 0 -1 4202560 1083 0 0 0 305 30 0 0 20 0 22 0 26310788 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940313230120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20360] ppid=20346 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/20349/task/20360/stat : 20360 (java) S 20346 20349 20157 0 -1 4202560 2725 0 0 0 249 8 0 0 20 0 22 0 26310789 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940182608232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20361] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20361/stat : 20361 (java) S 20346 20349 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940181554552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20362] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20362/stat : 20362 (java) S 20346 20349 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26310790 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940180501384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20363] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20363/stat : 20363 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940179450128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20364] ppid=20346 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/20349/task/20364/stat : 20364 (java) S 20346 20349 20157 0 -1 4202560 9157 0 0 0 137 1 0 0 20 0 22 0 26310792 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940178398008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20365] ppid=20346 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20349/task/20365/stat : 20365 (java) S 20346 20349 20157 0 -1 4202560 8678 0 0 0 128 1 0 0 20 0 22 0 26310792 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940177345464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20366] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20366/stat : 20366 (java) S 20346 20349 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26310792 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940176292600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20367] ppid=20346 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20349/task/20367/stat : 20367 (java) S 20346 20349 20157 0 -1 4202560 51 0 0 0 15 21 0 0 20 0 22 0 26310792 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940175240264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20433] ppid=20346 vsize=9824732 CPUtime=879.6 cores=1,3,5,7
/proc/20349/task/20433/stat : 20433 (java) R 20346 20349 20157 0 -1 4202560 627 0 0 0 87944 16 0 0 20 0 22 0 26311116 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940174183888 139940185635050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20349/tid=20434] ppid=20346 vsize=9824732 CPUtime=879.44 cores=1,3,5,7
/proc/20349/task/20434/stat : 20434 (java) R 20346 20349 20157 0 -1 4202560 256 0 0 0 87926 18 0 0 20 0 22 0 26311116 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940173130448 139940185688745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20349/tid=20439] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20439/stat : 20439 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311136 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940172079912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20349/tid=20440] ppid=20346 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20349/task/20440/stat : 20440 (java) S 20346 20349 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311145 10060525568 859141 33554432000 1073741824 1073778376 140734142693728 139940171027368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20349 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 20349 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=518495
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=662443
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.86
CPU time (s): 1800.17
CPU user time (s): 1797.01
CPU system time (s): 3.16
CPU usage (%): 201.168
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.52
system time used= 3.66244
maximum resident set size= 3550480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23331
involuntary context switches= 22562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99309 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 11:37:22
IDJOB=4103518
IDBENCH=2383
IDSOLVER=2543
FILE ID=node127/4103518-1466242641
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=1346228924

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28064936 kB
Buffers:           54608 kB
Cached:           109736 kB
SwapCached:          516 kB
Active:          2655508 kB
Inactive:         106908 kB
Active(anon):    2598780 kB
Inactive(anon):     2184 kB
Active(file):      56728 kB
Inactive(file):   104724 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             15232 kB
Writeback:             0 kB
AnonPages:       3905540 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             601588 kB
SReclaimable:      45472 kB
SUnreclaim:       556116 kB
KernelStack:        1600 kB
PageTables:        12036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4365692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2656256 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= 71724 MiB
End job on node127 at 2016-06-18 11:52:17