Trace number 4105862

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.09 898.244

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
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-4105862-1466265252.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.61/0.72	c ... done. Wall clock time 0.604s.
1.61/0.72	c declared #vars     5251
1.61/0.72	c #constraints  15302
1.61/0.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.61/0.73	c constraints type 
1.61/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
1.61/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
1.61/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.61/0.73	c 15302 constraints processed.
1.61/0.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.61/0.73	c constraints type 
1.61/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
1.61/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
1.61/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.61/0.73	c 15302 constraints processed.
1.61/0.73	c objective function length is 51 literals
80.04/38.93	c cleaning 2499 clauses out of 5000 with flag 13549/5000
173.20/85.35	c cleaning 4252 clauses out of 8504 with flag 30864/11003
279.36/138.30	c cleaning 5623 clauses out of 11251 with flag 50546/18002
406.74/202.09	c cleaning 6812 clauses out of 13627 with flag 76542/26001
556.29/276.77	c cleaning 7905 clauses out of 15815 with flag 105155/35001
727.36/362.18	c cleaning 8953 clauses out of 17909 with flag 143256/45000
920.99/459.06	c cleaning 9975 clauses out of 19956 with flag 186733/56000
1131.44/564.29	c cleaning 10985 clauses out of 21981 with flag 238064/68000
1361.81/679.31	c cleaning 11999 clauses out of 23997 with flag 294965/81001
1599.60/798.17	c cleaning 12995 clauses out of 25997 with flag 348900/95000
1800.09/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.20	c starts		: 2
1800.09/898.20	c conflicts		: 106898
1800.09/898.20	c decisions		: 114652
1800.09/898.20	c propagations		: 19911242
1800.09/898.20	c inspects		: 373590786
1800.09/898.20	c shortcuts		: 0
1800.09/898.20	c learnt literals	: 0
1800.09/898.20	c learnt binary clauses	: 0
1800.09/898.20	c learnt ternary clauses	: 1
1800.09/898.20	c learnt constraints	: 106897
1800.09/898.20	c ignored constraints	: 0
1800.09/898.20	c root simplifications	: 0
1800.09/898.20	c removed literals (reason simplification)	: 193419144
1800.09/898.20	c reason swapping (by a shorter reason)	: 0
1800.09/898.20	c Calls to reduceDB	: 10
1800.09/898.20	c Number of update (reduction) of LBD	: 9962
1800.09/898.20	c Imported unit clauses	: 0
1800.09/898.20	c number of reductions to clauses (during analyze)	: 0
1800.09/898.20	c number of learned constraints concerned by reduction	: 0
1800.09/898.20	c number of learning phase by resolution	: 0
1800.09/898.20	c number of learning phase by cutting planes	: 0
1800.09/898.20	c speed (assignments/second)	: 22186.068330165155
1800.09/898.20	c non guided choices	63
1800.09/898.22	c learnt constraints type 
1800.09/898.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24900
1800.09/898.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.22	c starts		: 1
1800.09/898.22	c conflicts		: 340
1800.09/898.22	c decisions		: 31004
1800.09/898.22	c propagations		: 315671
1800.09/898.22	c inspects		: 29368988
1800.09/898.22	c shortcuts		: 0
1800.09/898.22	c learnt literals	: 0
1800.09/898.22	c learnt binary clauses	: 0
1800.09/898.22	c learnt ternary clauses	: 0
1800.09/898.22	c learnt constraints	: 339
1800.09/898.22	c ignored constraints	: 0
1800.09/898.22	c root simplifications	: 0
1800.09/898.22	c removed literals (reason simplification)	: 0
1800.09/898.22	c reason swapping (by a shorter reason)	: 0
1800.09/898.22	c Calls to reduceDB	: 0
1800.09/898.22	c Number of update (reduction) of LBD	: 0
1800.09/898.22	c Imported unit clauses	: 0
1800.09/898.22	c number of reductions to clauses (during analyze)	: 0
1800.09/898.22	c number of learned constraints concerned by reduction	: 0
1800.09/898.22	c number of learning phase by resolution	: 0
1800.09/898.22	c number of learning phase by cutting planes	: 0
1800.09/898.22	c speed (assignments/second)	: 351.7288330488343
1800.09/898.22	c non guided choices	2
1800.09/898.22	c learnt constraints type 
1800.09/898.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 339
1800.09/898.22	s UNKNOWN
1800.09/898.22	c Total wall clock time (in seconds): 898.103

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

pid=30123
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: 1.08 1.37 1.79 4/172 30126
/proc/meminfo: memFree=29939368/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/30126/stat : 30126 (java) R 30123 30126 30091 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 28573834 9547776 184 33554432000 1073741824 1073778376 140734064555008 140734064537736 270330379344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2323 184 141 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.08 1.37 1.79 4/172 30126
/proc/meminfo: memFree=29939368/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 4448 0 1 0 8 1 0 0 20 0 18 0 28573834 9787879424 6075 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2389619 6075 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200207 s]
/proc/loadavg: 1.08 1.37 1.79 4/172 30126
/proc/meminfo: memFree=29939368/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 4666 0 1 0 22 1 0 0 20 0 18 0 28573834 9787879424 6752 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2389619 6752 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 1.08 1.37 1.79 4/172 30126
/proc/meminfo: memFree=29939368/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 5675 0 1 0 45 1 0 0 20 0 18 0 28573834 9787879424 8472 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2389619 8472 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 1.08 1.37 1.79 4/172 30126
/proc/meminfo: memFree=29939368/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9558476 CPUtime=1.61 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 16109 0 1 0 158 3 0 0 20 0 18 0 28573834 9787879424 25360 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2389619 25360 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 1.08 1.37 1.79 6/215 30176
/proc/meminfo: memFree=29628356/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 18847 0 1 0 427 6 0 0 20 0 22 0 28573834 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2456183 48007 2285 9 0 2446860 0
[pid=30126/tid=30128] ppid=30123 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 30091 0 -1 4202560 2468 0 1 0 67 2 0 0 20 0 22 0 28573835 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842665358200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30129] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842509453608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30130] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842508400808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30131] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842507348520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842506295720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842505243432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842504190632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842503138344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28573836 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842502085544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842489673960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 30091 0 -1 4202560 8764 0 0 0 102 0 0 0 20 0 22 0 28573840 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842485463736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30142] ppid=30123 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 30091 0 -1 4202560 6204 0 0 0 104 0 0 0 20 0 22 0 28573840 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842484410936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30143] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30143/stat : 30143 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842483358840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30144] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30144/stat : 30144 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842482306248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30173] ppid=30123 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/30126/task/30173/stat : 30173 (java) R 30123 30126 30091 0 -1 4202560 26 0 0 0 74 0 0 0 20 0 22 0 28573908 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842481150288 139842537986196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30174] ppid=30123 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/30126/task/30174/stat : 30174 (java) R 30123 30126 30091 0 -1 4202560 65 0 0 0 71 2 0 0 20 0 22 0 28573908 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842480099160 139842537989573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30175] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30175/stat : 30175 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842479047848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30176] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30176/stat : 30176 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 48007 33554432000 1073741824 1073778376 140734064555008 139842477995048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 1.08 1.37 1.79 3/216 30182
/proc/meminfo: memFree=29515904/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9824732 CPUtime=7.98 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 18998 0 1 0 788 10 0 0 20 0 22 0 28573834 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2456183 55775 2286 9 0 2446860 0
[pid=30126/tid=30128] ppid=30123 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 30091 0 -1 4202560 2468 0 1 0 67 2 0 0 20 0 22 0 28573835 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842665358200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30129] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) R 30123 30126 30091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842509453736 270330006663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30130] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) R 30123 30126 30091 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842508400936 139842673403040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30131] ppid=30123 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) R 30123 30126 30091 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842507348648 270330006663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) R 30123 30126 30091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842506295848 270330006663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) R 30123 30126 30091 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842505243608 139842667828929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) R 30123 30126 30091 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842504190632 270330006663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) R 30123 30126 30091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842503138472 139842672853239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) R 30123 30126 30091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842502085672 270330006663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842489672840 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 30091 0 -1 4202560 8764 0 0 0 119 0 0 0 20 0 22 0 28573840 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842485463736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30142] ppid=30123 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 30091 0 -1 4202560 6227 0 0 0 122 0 0 0 20 0 22 0 28573840 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842484410936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30143] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30143/stat : 30143 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842483358840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30144] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30144/stat : 30144 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842482306248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30173] ppid=30123 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/30126/task/30173/stat : 30173 (java) S 30123 30126 30091 0 -1 4202560 29 0 0 0 226 0 0 0 20 0 22 0 28573908 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842481150936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30174] ppid=30123 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/30126/task/30174/stat : 30174 (java) S 30123 30126 30091 0 -1 4202560 66 0 0 0 222 2 0 0 20 0 22 0 28573908 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842480097240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30175] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30175/stat : 30175 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842479047848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30176] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30176/stat : 30176 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 55775 33554432000 1073741824 1073778376 140734064555008 139842477995048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 1.15 1.38 1.79 10/215 30246
/proc/meminfo: memFree=29334944/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9824732 CPUtime=14.48 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 19368 0 1 0 1433 15 0 0 20 0 22 0 28573834 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2456183 89001 2286 9 0 2446860 0
[pid=30126/tid=30128] ppid=30123 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 30091 0 -1 4202560 2468 0 1 0 67 2 0 0 20 0 22 0 28573835 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842665358200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30129] ppid=30123 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 30091 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842509453608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30130] ppid=30123 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 30091 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842508400808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30131] ppid=30123 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 30091 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842507348520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 30091 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842506295720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 30091 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842505243432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 30091 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842504190632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842503138344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 30091 0 -1 4202560 45 0 0 0 4 0 0 0 20 0 22 0 28573836 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842502085544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842489673960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 89001 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.21 cores=1,3,5,7

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

/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 30091 0 -1 4202560 1955 0 0 0 136 27 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842507348520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 30091 0 -1 4202560 1402 0 0 0 130 26 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842506295720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 30091 0 -1 4202560 1760 0 0 0 145 28 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842505243432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 30091 0 -1 4202560 3450 0 0 0 137 27 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842504190632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 30091 0 -1 4202560 1413 0 0 0 140 26 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842503138344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 30091 0 -1 4202560 2210 0 0 0 136 29 0 0 20 0 22 0 28573836 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842502085544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 3104 0 0 0 268 24 0 0 20 0 22 0 28573838 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842489673960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 30091 0 -1 4202560 8775 0 0 0 154 1 0 0 20 0 22 0 28573840 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842485463736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30142] ppid=30123 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 30091 0 -1 4202560 6234 0 0 0 127 0 0 0 20 0 22 0 28573840 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842484410936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30143] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30143/stat : 30143 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842483358840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30144] ppid=30123 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/30126/task/30144/stat : 30144 (java) S 30123 30126 30091 0 -1 4202560 47 0 0 0 11 19 0 0 20 0 22 0 28573840 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842482306248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30173] ppid=30123 vsize=9824732 CPUtime=812.15 cores=1,3,5,7
/proc/30126/task/30173/stat : 30173 (java) R 30123 30126 30091 0 -1 4202560 3125 0 0 0 81178 37 0 0 20 0 22 0 28573908 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842481151104 139842537986363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30174] ppid=30123 vsize=9824732 CPUtime=812.18 cores=1,3,5,7
/proc/30126/task/30174/stat : 30174 (java) R 30123 30126 30091 0 -1 4202560 1282 0 0 0 81193 25 0 0 20 0 22 0 28573908 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842480097104 139842538069326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30175] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30175/stat : 30175 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842479047848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30176] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30176/stat : 30176 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 443638 33554432000 1073741824 1073778376 140734064555008 139842477995048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1648.11
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.16 4.03 3.24 5/219 30293
/proc/meminfo: memFree=25321060/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9824732 CPUtime=1768.28 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 40631 0 1 0 176526 302 0 0 20 0 22 0 28573834 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2456183 338363 2300 9 0 2446860 0
[pid=30126/tid=30128] ppid=30123 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 30091 0 -1 4202560 2477 0 1 0 70 3 0 0 20 0 22 0 28573835 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842665358200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30129] ppid=30123 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 30091 0 -1 4202560 1253 0 0 0 145 28 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842509453608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30130] ppid=30123 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 30091 0 -1 4202560 815 0 0 0 137 26 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842508400808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30131] ppid=30123 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 30091 0 -1 4202560 1958 0 0 0 144 27 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842507348520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 30091 0 -1 4202560 1409 0 0 0 139 26 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842506295720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 30091 0 -1 4202560 1766 0 0 0 151 28 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842505243432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 30091 0 -1 4202560 3456 0 0 0 143 27 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842504190632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 30091 0 -1 4202560 1420 0 0 0 149 26 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842503138344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 30091 0 -1 4202560 2215 0 0 0 143 29 0 0 20 0 22 0 28573836 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842502085544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 3108 0 0 0 269 27 0 0 20 0 22 0 28573838 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842489673960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 30091 0 -1 4202560 8775 0 0 0 154 1 0 0 20 0 22 0 28573840 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842485463736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30142] ppid=30123 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 30091 0 -1 4202560 6234 0 0 0 127 0 0 0 20 0 22 0 28573840 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842484410936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30143] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30143/stat : 30143 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842483358840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30144] ppid=30123 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/30126/task/30144/stat : 30144 (java) S 30123 30126 30091 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 28573840 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842482306248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30173] ppid=30123 vsize=9824732 CPUtime=871.77 cores=1,3,5,7
/proc/30126/task/30173/stat : 30173 (java) R 30123 30126 30091 0 -1 4202560 3141 0 0 0 87139 38 0 0 20 0 22 0 28573908 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842481151184 139842538048356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30174] ppid=30123 vsize=9824732 CPUtime=871.82 cores=1,3,5,7
/proc/30126/task/30174/stat : 30174 (java) R 30123 30126 30091 0 -1 4202560 1287 0 0 0 87156 26 0 0 20 0 22 0 28573908 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842480097104 139842538355192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30175] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30175/stat : 30175 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842479047848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30176] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30176/stat : 30176 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 338363 33554432000 1073741824 1073778376 140734064555008 139842477995048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.13 4.03 3.25 6/219 30293
/proc/meminfo: memFree=25431076/32872528 swapFree=1556504/1720024
[pid=30126] ppid=30123 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 30091 0 -1 4202496 40645 0 1 0 179706 303 0 0 20 0 22 0 28573834 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 140734064546144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30126/statm: 2456183 310896 2300 9 0 2446860 0
[pid=30126/tid=30128] ppid=30123 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 30091 0 -1 4202560 2477 0 1 0 70 3 0 0 20 0 22 0 28573835 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842665358200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30129] ppid=30123 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 30091 0 -1 4202560 1253 0 0 0 147 28 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842509453608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30130] ppid=30123 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 30091 0 -1 4202560 816 0 0 0 140 26 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842508400808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30131] ppid=30123 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 30091 0 -1 4202560 1958 0 0 0 146 27 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842507348520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30132] ppid=30123 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 30091 0 -1 4202560 1409 0 0 0 141 26 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842506295720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30133] ppid=30123 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 30091 0 -1 4202560 1768 0 0 0 154 28 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842505243432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30134] ppid=30123 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 30091 0 -1 4202560 3458 0 0 0 146 27 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842504190632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30135] ppid=30123 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 30091 0 -1 4202560 1420 0 0 0 150 26 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842503138344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30136] ppid=30123 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 30091 0 -1 4202560 2215 0 0 0 145 29 0 0 20 0 22 0 28573836 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842502085544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30137] ppid=30123 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 30091 0 -1 4202560 3108 0 0 0 269 27 0 0 20 0 22 0 28573838 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842489673960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30138] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842488620024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30139] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28573838 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842487567624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30140] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842486516112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30141] ppid=30123 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 30091 0 -1 4202560 8775 0 0 0 154 1 0 0 20 0 22 0 28573840 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842485463736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30126/tid=30142] ppid=30123 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 30091 0 -1 4202560 6234 0 0 0 127 0 0 0 20 0 22 0 28573840 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842484410936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30143] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30143/stat : 30143 (java) S 30123 30126 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28573840 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842483358840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30144] ppid=30123 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/30126/task/30144/stat : 30144 (java) S 30123 30126 30091 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 28573840 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842482306248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30173] ppid=30123 vsize=9824732 CPUtime=887.55 cores=1,3,5,7
/proc/30126/task/30173/stat : 30173 (java) R 30123 30126 30091 0 -1 4202560 3147 0 0 0 88717 38 0 0 20 0 22 0 28573908 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842481151168 139842537986201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30126/tid=30174] ppid=30123 vsize=9824732 CPUtime=887.6 cores=1,3,5,7
/proc/30126/task/30174/stat : 30174 (java) R 30123 30126 30091 0 -1 4202560 1290 0 0 0 88734 26 0 0 20 0 22 0 28573908 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842480097104 139842538468469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30126/tid=30175] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30175/stat : 30175 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842479047848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30126/tid=30176] ppid=30123 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30176/stat : 30176 (java) S 30123 30126 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28573909 10060525568 310896 33554432000 1073741824 1073778376 140734064555008 139842477995048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 30126 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 30126 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=708466
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=492469
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.244
CPU time (s): 1800.09
CPU user time (s): 1797.06
CPU system time (s): 3.03
CPU usage (%): 200.401
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.71
system time used= 3.49247
maximum resident set size= 2237624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31684
involuntary context switches= 40730

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52216 second user time and 7.66383 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 17:54:12
IDJOB=4105862
IDBENCH=3043
IDSOLVER=2543
FILE ID=node117/4105862-1466265252
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105862-1466265252/watcher-4105862-1466265252 -o /tmp/evaluation-result-4105862-1466265252/solver-4105862-1466265252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105862-1466265252.opb

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=142045561

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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:        29940276 kB
Buffers:          130576 kB
Cached:           312360 kB
SwapCached:            0 kB
Active:           110052 kB
Inactive:         347020 kB
Active(anon):       6324 kB
Inactive(anon):    10636 kB
Active(file):     103728 kB
Inactive(file):   336384 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       1734048 kB
Mapped:            12552 kB
Shmem:               204 kB
Slab:             619944 kB
SReclaimable:      64528 kB
SUnreclaim:       555416 kB
KernelStack:        1336 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1819616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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 node117 at 2016-06-18 18:09:10