Trace number 4080487

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.07 915.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080487-1465265547.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
75.13/59.11	c ... done. Wall clock time 59.0s.
75.13/59.11	c declared #vars     248659
75.13/59.11	c #constraints  5556400
75.13/59.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
75.13/59.11	c constraints type 
75.13/59.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
75.13/59.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
75.13/59.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
75.13/59.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
75.13/59.11	c 5556400 constraints processed.
75.13/59.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
75.13/59.11	c constraints type 
75.13/59.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
75.13/59.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
75.13/59.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
75.13/59.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
75.13/59.11	c 5556400 constraints processed.
93.85/67.63	c cleaning 2493 clauses out of 5000 with flag 25462/5000
111.52/76.35	c cleaning 4244 clauses out of 8508 with flag 64119/11001
131.54/86.05	c cleaning 5625 clauses out of 11264 with flag 112128/18001
159.78/99.72	c cleaning 6807 clauses out of 13638 with flag 160717/26000
190.52/114.90	c cleaning 7900 clauses out of 15831 with flag 212090/35000
223.92/131.17	c cleaning 8940 clauses out of 17931 with flag 274292/45000
253.64/145.40	c cleaning 0 clauses out of 5000 with flag 0/5000
265.40/151.16	c cleaning 9977 clauses out of 19992 with flag 352297/56001
286.29/161.49	c cleaning 0 clauses out of 11000 with flag 0/11000
311.24/173.70	c cleaning 10985 clauses out of 22014 with flag 435659/68000
324.04/180.02	c cleaning 0 clauses out of 18000 with flag 0/18000
371.13/203.35	c cleaning 0 clauses out of 26002 with flag 0/26002
398.75/217.01	c cleaning 12005 clauses out of 24029 with flag 761455/81000
419.74/227.45	c cleaning 0 clauses out of 35002 with flag 0/35002
446.61/240.71	c cleaning 12997 clauses out of 26026 with flag 1690492/95002
485.93/260.24	c cleaning 0 clauses out of 45000 with flag 0/45000
490.33/262.45	c cleaning 14007 clauses out of 28027 with flag 1789117/110000
538.67/286.41	c cleaning 14997 clauses out of 30020 with flag 1911085/126000
561.63/297.87	c cleaning 0 clauses out of 56000 with flag 0/56000
653.69/343.58	c cleaning 0 clauses out of 68001 with flag 0/68001
762.26/397.45	c cleaning 0 clauses out of 81000 with flag 0/81000
845.96/438.92	c cleaning 16011 clauses out of 32023 with flag 2516291/143000
858.08/444.95	c cleaning 0 clauses out of 95001 with flag 0/95001
992.28/511.68	c cleaning 0 clauses out of 110000 with flag 0/110000
1029.73/530.21	c cleaning 17006 clauses out of 34012 with flag 4606107/161000
1135.95/583.07	c cleaning 0 clauses out of 126002 with flag 0/126002
1213.19/621.47	c cleaning 17985 clauses out of 36008 with flag 5790527/180002
1300.35/664.79	c cleaning 0 clauses out of 143000 with flag 0/143000
1304.55/666.82	c cleaning 18992 clauses out of 38023 with flag 5929074/200002
1380.64/704.62	c cleaning 20001 clauses out of 40029 with flag 6070721/221000
1472.44/750.34	c cleaning 0 clauses out of 161000 with flag 0/161000
1476.69/752.45	c cleaning 21001 clauses out of 42031 with flag 6246947/243003
1571.04/799.48	c cleaning 22002 clauses out of 44029 with flag 6421907/266002
1658.95/843.18	c cleaning 22999 clauses out of 46026 with flag 6608598/290001
1699.72/863.49	c cleaning 0 clauses out of 180007 with flag 0/180007
1750.52/890.45	c cleaning 24013 clauses out of 48026 with flag 6789289/315000
1800.07/915.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/915.10	c starts		: 261
1800.07/915.10	c conflicts		: 315803
1800.07/915.10	c decisions		: 20517232
1800.07/915.10	c propagations		: 1340441720
1800.07/915.10	c inspects		: 5821905103
1800.07/915.10	c shortcuts		: 0
1800.07/915.10	c learnt literals	: 0
1800.07/915.10	c learnt binary clauses	: 307
1800.07/915.10	c learnt ternary clauses	: 1141
1800.07/915.10	c learnt constraints	: 315803
1800.07/915.10	c ignored constraints	: 0
1800.07/915.10	c root simplifications	: 0
1800.07/915.10	c removed literals (reason simplification)	: 2318608
1800.07/915.10	c reason swapping (by a shorter reason)	: 0
1800.07/915.10	c Calls to reduceDB	: 21
1800.07/915.10	c Number of update (reduction) of LBD	: 184782
1800.07/915.10	c Imported unit clauses	: 0
1800.07/915.10	c number of reductions to clauses (during analyze)	: 0
1800.07/915.10	c number of learned constraints concerned by reduction	: 0
1800.07/915.10	c number of learning phase by resolution	: 0
1800.07/915.10	c number of learning phase by cutting planes	: 0
1800.07/915.10	c speed (assignments/second)	: 1566048.1880133983
1800.07/915.10	c non guided choices	6412568
1800.07/915.12	c learnt constraints type 
1800.07/915.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 307
1800.07/915.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24509
1800.07/915.12	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/915.12	c starts		: 116
1800.07/915.12	c conflicts		: 188033
1800.07/915.12	c decisions		: 1696985
1800.07/915.12	c propagations		: 501854072
1800.07/915.12	c inspects		: 2951706099
1800.07/915.12	c shortcuts		: 0
1800.07/915.12	c learnt literals	: 0
1800.07/915.12	c learnt binary clauses	: 7
1800.07/915.12	c learnt ternary clauses	: 194
1800.07/915.12	c learnt constraints	: 188032
1800.07/915.12	c ignored constraints	: 0
1800.07/915.12	c root simplifications	: 0
1800.07/915.12	c removed literals (reason simplification)	: 0
1800.07/915.12	c reason swapping (by a shorter reason)	: 0
1800.07/915.12	c Calls to reduceDB	: 15
1800.07/915.12	c Number of update (reduction) of LBD	: 0
1800.07/915.12	c Imported unit clauses	: 0
1800.07/915.12	c number of reductions to clauses (during analyze)	: 0
1800.07/915.12	c number of learned constraints concerned by reduction	: 0
1800.07/915.12	c number of learning phase by resolution	: 0
1800.07/915.12	c number of learning phase by cutting planes	: 0
1800.07/915.12	c speed (assignments/second)	: 586307.5738617711
1800.07/915.12	c non guided choices	8149
1800.07/915.16	c learnt constraints type 
1800.07/915.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 187942
1800.07/915.16	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 7
1800.07/915.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 83
1800.07/915.16	s UNKNOWN
1800.07/915.16	c Total wall clock time (in seconds): 915.052

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

pid=9154
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.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 108488904 98570240 976 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 24065 976 743 9 0 16771 0
[pid=9157/tid=9158] ppid=9154 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108488905 98570240 976 33554432000 1073741824 1073778376 140736282583376 140112324779560 217410520448 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 4.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 108488904 9787879424 6132 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 6132 2158 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 108488905 9787879424 6132 33554432000 1073741824 1073778376 140736282583376 140112324782336 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200348 s]
/proc/loadavg: 4.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 4696 0 1 0 22 2 0 0 20 0 18 0 108488904 9787879424 17004 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 17004 2198 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 2425 0 1 0 16 1 0 0 20 0 18 0 108488905 9787879424 17004 33554432000 1073741824 1073778376 140736282583376 140112324784344 140112184811183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300367 s]
/proc/loadavg: 4.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 5619 0 1 0 47 3 0 0 20 0 18 0 108488904 9787879424 23320 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 23320 2231 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 2436 0 1 0 26 1 0 0 20 0 18 0 108488905 9787879424 23320 33554432000 1073741824 1073778376 140736282583376 140112324784344 140112184846508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700321 s]
/proc/loadavg: 4.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 12531 0 1 0 134 9 0 0 20 0 18 0 108488904 9787879424 78557 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 78557 2263 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 2525 0 1 0 61 4 0 0 20 0 18 0 108488905 9787879424 78557 33554432000 1073741824 1073778376 140736282583376 140112324775840 140112185155014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50023 s]
/proc/loadavg: 4.50 4.20 4.09 4/197 9157
/proc/meminfo: memFree=26149900/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=2.61 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 13786 0 1 0 239 22 0 0 20 0 18 0 108488904 9787879424 159599 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 159599 2263 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) S 9154 9157 3593 0 -1 4202560 2639 0 1 0 126 8 0 0 20 0 18 0 108488905 9787879424 159599 33554432000 1073741824 1073778376 140736282583376 140112324782072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 4.50 4.20 4.09 4/215 9175
/proc/meminfo: memFree=24950844/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=4.72 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 15854 0 1 0 433 39 0 0 20 0 18 0 108488904 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 300571 2263 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=2.81 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 3339 0 1 0 266 15 0 0 20 0 18 0 108488905 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112324782824 140112185154988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9160] ppid=9154 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/9157/task/9160/stat : 9160 (java) S 9154 9157 3593 0 -1 4202560 164 0 0 0 10 4 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112168122792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9161] ppid=9154 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9157/task/9161/stat : 9161 (java) S 9154 9157 3593 0 -1 4202560 122 0 0 0 8 2 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112167070248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9162] ppid=9154 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 111 0 0 0 7 2 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 80 0 0 0 10 2 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 125 0 0 0 10 3 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 165 0 0 0 10 4 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 18 0 108488906 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) S 9154 9157 3593 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112148556136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9170] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9170/stat : 9170 (java) S 9154 9157 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112146449288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9171] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9171/stat : 9171 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112145398032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9172] ppid=9154 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9157/task/9172/stat : 9172 (java) S 9154 9157 3593 0 -1 4202560 5021 0 0 0 41 2 0 0 20 0 18 0 108488909 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112144345912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9173] ppid=9154 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9157/task/9173/stat : 9173 (java) S 9154 9157 3593 0 -1 4202560 4439 0 0 0 46 2 0 0 20 0 18 0 108488909 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112143293368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9174] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9174/stat : 9174 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112142240504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9175] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9175/stat : 9175 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 300571 33554432000 1073741824 1073778376 140736282583376 140112141188168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9558476

[startup+6.30078 s]
/proc/loadavg: 4.54 4.21 4.09 5/215 9175
/proc/meminfo: memFree=23686108/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=8.81 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 18355 0 1 0 800 81 0 0 20 0 18 0 108488904 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 715670 2263 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=5.7 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) R 9154 9157 3593 0 -1 4202560 4776 0 1 0 536 34 0 0 20 0 18 0 108488905 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112324783528 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9160] ppid=9154 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/9157/task/9160/stat : 9160 (java) S 9154 9157 3593 0 -1 4202560 235 0 0 0 22 7 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112168122792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9161] ppid=9154 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/9157/task/9161/stat : 9161 (java) S 9154 9157 3593 0 -1 4202560 168 0 0 0 16 6 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112167070248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9162] ppid=9154 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 143 0 0 0 18 3 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 229 0 0 0 17 5 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 216 0 0 0 19 4 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 247 0 0 0 27 7 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 222 0 0 0 24 7 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 146 0 0 0 16 5 0 0 20 0 18 0 108488906 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) S 9154 9157 3593 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112148556136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9170] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9170/stat : 9170 (java) S 9154 9157 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112146449288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9171] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9171/stat : 9171 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112145398032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9172] ppid=9154 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9157/task/9172/stat : 9172 (java) S 9154 9157 3593 0 -1 4202560 5021 0 0 0 41 2 0 0 20 0 18 0 108488909 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112144345912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9173] ppid=9154 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9157/task/9173/stat : 9173 (java) S 9154 9157 3593 0 -1 4202560 4439 0 0 0 46 2 0 0 20 0 18 0 108488909 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112143293368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9174] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9174/stat : 9174 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112142240504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9175] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9175/stat : 9175 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108488909 9787879424 715670 33554432000 1073741824 1073778376 140736282583376 140112141188168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 9558476

[startup+12.7079 s]
/proc/loadavg: 4.50 4.21 4.09 4/215 9175
/proc/meminfo: memFree=23060108/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9558476 CPUtime=16.6 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 19912 0 1 0 1566 94 0 0 20 0 18 0 108488904 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2389619 769462 2269 9 0 2380296 0
[pid=9157/tid=9158] ppid=9154 vsize=9558476 CPUtime=11.47 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) S 9154 9157 3593 0 -1 4202560 4781 0 1 0 1112 35 0 0 20 0 18 0 108488905 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112324781832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9160] ppid=9154 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/9157/task/9160/stat : 9160 (java) S 9154 9157 3593 0 -1 4202560 281 0 0 0 40 9 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112168122792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9161] ppid=9154 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/9157/task/9161/stat : 9161 (java) S 9154 9157 3593 0 -1 4202560 531 0 0 0 39 7 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112167070248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9162] ppid=9154 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 385 0 0 0 36 5 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 489 0 0 0 35 7 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 505 0 0 0 35 6 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 366 0 0 0 56 9 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 308 0 0 0 51 8 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 271 0 0 0 38 6 0 0 20 0 18 0 108488906 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) R 9154 9157 3593 0 -1 4202560 1283 0 0 0 14 0 0 0 20 0 18 0 108488907 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112148554888 140112328921412 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108488907 9787879424 769462 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 1671 0 0 0 590 22 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 1272 0 0 0 617 20 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9824732 CPUtime=6.47 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 1358 0 0 0 628 19 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9824732 CPUtime=6.72 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 1492 0 0 0 652 20 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9824732 CPUtime=6.27 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 1447 0 0 0 607 20 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9824732 CPUtime=5.96 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 1162 0 0 0 578 18 0 0 20 0 22 0 108488906 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9824732 CPUtime=9.42 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) S 9154 9157 3593 0 -1 4202560 3221 0 0 0 930 12 0 0 20 0 22 0 108488907 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112148556136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9170] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9170/stat : 9170 (java) S 9154 9157 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112146449288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9171] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9171/stat : 9171 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112145398032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9172] ppid=9154 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9157/task/9172/stat : 9172 (java) S 9154 9157 3593 0 -1 4202560 7880 0 0 0 138 2 0 0 20 0 22 0 108488909 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112144345912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9173] ppid=9154 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/9157/task/9173/stat : 9173 (java) S 9154 9157 3593 0 -1 4202560 9392 0 0 0 161 2 0 0 20 0 22 0 108488909 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112143293368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9174] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9174/stat : 9174 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112142240504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9175] ppid=9154 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/9157/task/9175/stat : 9175 (java) S 9154 9157 3593 0 -1 4202560 48 0 0 0 12 22 0 0 20 0 22 0 108488909 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112141188168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9177] ppid=9154 vsize=9824732 CPUtime=752.77 cores=1,3,5,7
/proc/9157/task/9177/stat : 9177 (java) R 9154 9157 3593 0 -1 4202560 70 0 0 0 75265 12 0 0 20 0 22 0 108494816 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112140130896 140112185688140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9178] ppid=9154 vsize=9824732 CPUtime=752.91 cores=1,3,5,7
/proc/9157/task/9178/stat : 9178 (java) R 9154 9157 3593 0 -1 4202560 151 0 0 0 75280 11 0 0 20 0 22 0 108494816 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112139079136 140112185937538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9179] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9179/stat : 9179 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112138027816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9180] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9180/stat : 9180 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1173128 33554432000 1073741824 1073778376 140736282583376 140112136975272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1617.16
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.12 4.26 4.17 6/219 9268
/proc/meminfo: memFree=21912888/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9824732 CPUtime=1734.3 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 38841 0 1 0 173185 245 0 0 20 0 22 0 108488904 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2456183 1181946 2297 9 0 2446860 0
[pid=9157/tid=9158] ppid=9154 vsize=9824732 CPUtime=44.5 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) S 9154 9157 3593 0 -1 4202560 4836 0 1 0 4405 45 0 0 20 0 22 0 108488905 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112324785016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9160] ppid=9154 vsize=9824732 CPUtime=6.47 cores=1,3,5,7
/proc/9157/task/9160/stat : 9160 (java) S 9154 9157 3593 0 -1 4202560 1255 0 0 0 628 19 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112168122792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9161] ppid=9154 vsize=9824732 CPUtime=6.27 cores=1,3,5,7
/proc/9157/task/9161/stat : 9161 (java) S 9154 9157 3593 0 -1 4202560 1649 0 0 0 605 22 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112167070248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9162] ppid=9154 vsize=9824732 CPUtime=6.25 cores=1,3,5,7
/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 1674 0 0 0 603 22 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9824732 CPUtime=6.5 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 1277 0 0 0 630 20 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9824732 CPUtime=6.6 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 1362 0 0 0 641 19 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9824732 CPUtime=6.84 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 1495 0 0 0 664 20 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9824732 CPUtime=6.54 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 1458 0 0 0 634 20 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9824732 CPUtime=6.09 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 1168 0 0 0 591 18 0 0 20 0 22 0 108488906 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9824732 CPUtime=12.78 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) S 9154 9157 3593 0 -1 4202560 3851 0 0 0 1265 13 0 0 20 0 22 0 108488907 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112148556136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9170] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9170/stat : 9170 (java) S 9154 9157 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112146449288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9171] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9171/stat : 9171 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112145398032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9172] ppid=9154 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9157/task/9172/stat : 9172 (java) S 9154 9157 3593 0 -1 4202560 7880 0 0 0 138 2 0 0 20 0 22 0 108488909 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112144345912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9173] ppid=9154 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/9157/task/9173/stat : 9173 (java) S 9154 9157 3593 0 -1 4202560 9392 0 0 0 161 2 0 0 20 0 22 0 108488909 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112143293368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9174] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9174/stat : 9174 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112142240504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9175] ppid=9154 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9157/task/9175/stat : 9175 (java) S 9154 9157 3593 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 108488909 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112141188168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9177] ppid=9154 vsize=9824732 CPUtime=808.86 cores=1,3,5,7
/proc/9157/task/9177/stat : 9177 (java) R 9154 9157 3593 0 -1 4202560 72 0 0 0 80873 13 0 0 20 0 22 0 108494816 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112140131064 140112185828131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9178] ppid=9154 vsize=9824732 CPUtime=809.01 cores=1,3,5,7
/proc/9157/task/9178/stat : 9178 (java) R 9154 9157 3593 0 -1 4202560 157 0 0 0 80889 12 0 0 20 0 22 0 108494816 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112139079256 140112185796486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9179] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9179/stat : 9179 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112138027816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9180] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9180/stat : 9180 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1181946 33554432000 1073741824 1073778376 140736282583376 140112136975272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.101 s]
/proc/loadavg: 4.09 4.23 4.17 5/219 9269
/proc/meminfo: memFree=21902652/32872528 swapFree=16080/1655368
[pid=9157] ppid=9154 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/9157/stat : 9157 (java) S 9154 9157 3593 0 -1 4202496 38849 0 1 0 179761 246 0 0 20 0 22 0 108488904 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140736282574512 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9157/statm: 2456183 1180799 2297 9 0 2446860 0
[pid=9157/tid=9158] ppid=9154 vsize=9824732 CPUtime=44.5 cores=1,3,5,7
/proc/9157/task/9158/stat : 9158 (java) S 9154 9157 3593 0 -1 4202560 4836 0 1 0 4405 45 0 0 20 0 22 0 108488905 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112324785016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9160] ppid=9154 vsize=9824732 CPUtime=6.52 cores=1,3,5,7
/proc/9157/task/9160/stat : 9160 (java) S 9154 9157 3593 0 -1 4202560 1255 0 0 0 633 19 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112168122792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9161] ppid=9154 vsize=9824732 CPUtime=6.31 cores=1,3,5,7
/proc/9157/task/9161/stat : 9161 (java) S 9154 9157 3593 0 -1 4202560 1649 0 0 0 609 22 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112167070248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9162] ppid=9154 vsize=9824732 CPUtime=6.33 cores=1,3,5,7
/proc/9157/task/9162/stat : 9162 (java) S 9154 9157 3593 0 -1 4202560 1674 0 0 0 611 22 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112166017192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9163] ppid=9154 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/9157/task/9163/stat : 9163 (java) S 9154 9157 3593 0 -1 4202560 1277 0 0 0 636 20 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112164964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9164] ppid=9154 vsize=9824732 CPUtime=6.65 cores=1,3,5,7
/proc/9157/task/9164/stat : 9164 (java) S 9154 9157 3593 0 -1 4202560 1362 0 0 0 646 19 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112163912616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9165] ppid=9154 vsize=9824732 CPUtime=6.87 cores=1,3,5,7
/proc/9157/task/9165/stat : 9165 (java) S 9154 9157 3593 0 -1 4202560 1495 0 0 0 667 20 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112162860072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9166] ppid=9154 vsize=9824732 CPUtime=6.59 cores=1,3,5,7
/proc/9157/task/9166/stat : 9166 (java) S 9154 9157 3593 0 -1 4202560 1458 0 0 0 638 21 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112161807016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9167] ppid=9154 vsize=9824732 CPUtime=6.15 cores=1,3,5,7
/proc/9157/task/9167/stat : 9167 (java) S 9154 9157 3593 0 -1 4202560 1168 0 0 0 597 18 0 0 20 0 22 0 108488906 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112160754472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9157/tid=9168] ppid=9154 vsize=9824732 CPUtime=12.78 cores=1,3,5,7
/proc/9157/task/9168/stat : 9168 (java) S 9154 9157 3593 0 -1 4202560 3853 0 0 0 1265 13 0 0 20 0 22 0 108488907 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112148556136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9169] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9169/stat : 9169 (java) S 9154 9157 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112147502456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9170] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9170/stat : 9170 (java) S 9154 9157 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108488907 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112146449288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9171] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9171/stat : 9171 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112145398032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9172] ppid=9154 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/9157/task/9172/stat : 9172 (java) S 9154 9157 3593 0 -1 4202560 7880 0 0 0 138 2 0 0 20 0 22 0 108488909 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112144345912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9173] ppid=9154 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/9157/task/9173/stat : 9173 (java) S 9154 9157 3593 0 -1 4202560 9392 0 0 0 161 2 0 0 20 0 22 0 108488909 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112143293368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9157/tid=9174] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9174/stat : 9174 (java) S 9154 9157 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108488909 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112142240504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9175] ppid=9154 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9157/task/9175/stat : 9175 (java) S 9154 9157 3593 0 -1 4202560 52 0 0 0 14 25 0 0 20 0 22 0 108488909 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112141188168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9177] ppid=9154 vsize=9824732 CPUtime=841.46 cores=1,3,5,7
/proc/9157/task/9177/stat : 9177 (java) R 9154 9157 3593 0 -1 4202560 72 0 0 0 84133 13 0 0 20 0 22 0 108494816 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112140130992 140112185688369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9157/tid=9178] ppid=9154 vsize=9824732 CPUtime=841.61 cores=1,3,5,7
/proc/9157/task/9178/stat : 9178 (java) R 9154 9157 3593 0 -1 4202560 161 0 0 0 84149 12 0 0 20 0 22 0 108494816 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112139079136 140112185816083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9179] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9179/stat : 9179 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112138027816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9157/tid=9180] ppid=9154 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9157/task/9180/stat : 9180 (java) S 9154 9157 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108494821 10060525568 1180799 33554432000 1073741824 1073778376 140736282583376 140112136975272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 9157 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 9157 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=289378
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=902558
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 915.18
CPU time (s): 1800.07
CPU user time (s): 1797.61
CPU system time (s): 2.46
CPU usage (%): 196.69
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.29
system time used= 2.90256
maximum resident set size= 4727784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28576
involuntary context switches= 65427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71313 second user time and 7.9028 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 04:12:33
IDJOB=4080487
IDBENCH=89632
IDSOLVER=2543
FILE ID=node122/4080487-1465265547
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71476 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080487-1465265547/watcher-4080487-1465265547 -o /tmp/evaluation-result-4080487-1465265547/solver-4080487-1465265547 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080487-1465265547.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=2094325463

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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:        26150832 kB
Buffers:          120368 kB
Cached:           405600 kB
SwapCached:          860 kB
Active:          4123316 kB
Inactive:         174040 kB
Active(anon):    3772500 kB
Inactive(anon):     1632 kB
Active(file):     350816 kB
Inactive(file):   172408 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:            265636 kB
Writeback:             0 kB
AnonPages:       5443068 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             613628 kB
SReclaimable:      56800 kB
SUnreclaim:       556828 kB
KernelStack:        1592 kB
PageTables:        14860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5804432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5341184 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= 71440 MiB
End job on node122 at 2016-06-07 04:27:49