Trace number 4117198

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.79 895.267

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-3.opb
MD5SUM81aabf67e30e32a79ceeaaf287da6f47
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 variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117198-1466970200.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.387s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10720
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 856
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10720 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 856
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.01/0.51	c 10720 constraints processed.
4.50/1.44	c cleaning 2491 clauses out of 4998 with flag 15689/5000
6.25/2.15	c cleaning 4230 clauses out of 8508 with flag 38164/11001
8.00/2.98	c cleaning 5616 clauses out of 11277 with flag 67569/18000
10.36/3.97	c cleaning 6793 clauses out of 13661 with flag 100849/26000
12.36/4.98	c cleaning 7913 clauses out of 15868 with flag 140513/35000
14.83/6.18	c cleaning 8967 clauses out of 17955 with flag 183604/45000
17.70/7.52	c cleaning 9940 clauses out of 19989 with flag 235744/56001
20.70/9.05	c cleaning 11010 clauses out of 22048 with flag 290152/68000
24.17/10.71	c cleaning 12000 clauses out of 24038 with flag 353631/81000
28.01/12.60	c cleaning 12986 clauses out of 26039 with flag 426026/95001
31.81/14.59	c cleaning 14007 clauses out of 28052 with flag 505630/110000
36.22/16.72	c cleaning 14993 clauses out of 30045 with flag 589393/126000
39.36/18.20	c cleaning 0 clauses out of 5000 with flag 0/5000
41.34/19.12	c cleaning 15982 clauses out of 32053 with flag 683279/143001
46.54/21.73	c cleaning 17000 clauses out of 34070 with flag 778314/161000
52.22/24.59	c cleaning 18000 clauses out of 36070 with flag 881948/180000
58.44/27.64	c cleaning 19024 clauses out of 38072 with flag 990357/200002
65.31/31.08	c cleaning 19966 clauses out of 40046 with flag 1108005/221000
72.50/34.62	c cleaning 21027 clauses out of 42080 with flag 1231571/243000
79.70/38.25	c cleaning 22002 clauses out of 44053 with flag 1364265/266000
88.10/42.34	c cleaning 22988 clauses out of 46052 with flag 1499746/290001
96.69/46.67	c cleaning 23968 clauses out of 48063 with flag 1640716/315000
106.12/51.36	c cleaning 25001 clauses out of 50095 with flag 1788058/341000
115.74/56.11	c cleaning 26024 clauses out of 52094 with flag 1943756/368000
125.62/61.08	c cleaning 27016 clauses out of 54070 with flag 2108822/396000
136.35/66.38	c cleaning 27975 clauses out of 56054 with flag 2273949/425000
147.35/71.84	c cleaning 28993 clauses out of 58079 with flag 2451581/455000
159.25/77.78	c cleaning 30032 clauses out of 60086 with flag 2635644/486000
172.12/84.13	c cleaning 31004 clauses out of 62056 with flag 2824161/518002
185.32/90.71	c cleaning 32007 clauses out of 64052 with flag 3019382/551002
199.15/97.62	c cleaning 32998 clauses out of 66043 with flag 3224194/585000
213.43/104.72	c cleaning 33979 clauses out of 68046 with flag 3435500/620001
224.13/110.04	c cleaning 0 clauses out of 11001 with flag 0/11001
228.11/112.06	c cleaning 35029 clauses out of 70066 with flag 3646574/656000
243.84/120.29	c cleaning 36004 clauses out of 72038 with flag 3871129/693001
260.09/128.35	c cleaning 36979 clauses out of 74034 with flag 4098017/731001
276.57/136.59	c cleaning 37980 clauses out of 76054 with flag 4329799/770000
294.43/145.43	c cleaning 38995 clauses out of 78075 with flag 4574452/810001
312.79/154.57	c cleaning 40012 clauses out of 80081 with flag 4826348/851002
332.33/164.25	c cleaning 41016 clauses out of 82067 with flag 5079354/893000
352.25/174.11	c cleaning 41978 clauses out of 84052 with flag 5341905/936001
372.96/184.43	c cleaning 42936 clauses out of 86073 with flag 5609951/980000
394.82/195.32	c cleaning 44040 clauses out of 88137 with flag 5886873/1025000
417.28/206.55	c cleaning 45032 clauses out of 90098 with flag 6169540/1071001
440.26/217.97	c cleaning 46034 clauses out of 92068 with flag 6458389/1118003
463.57/229.58	c cleaning 47002 clauses out of 94031 with flag 6755774/1166000
487.68/241.54	c cleaning 48003 clauses out of 96031 with flag 7055051/1215002
511.71/254.02	c cleaning 49011 clauses out of 98027 with flag 7367206/1265001
535.70/266.05	c cleaning 49994 clauses out of 100015 with flag 7684210/1316000
563.66/279.93	c cleaning 51001 clauses out of 102021 with flag 8008561/1368000
592.24/294.13	c cleaning 51972 clauses out of 104021 with flag 8336534/1421001
623.41/309.60	c cleaning 53002 clauses out of 106049 with flag 8674678/1475001
654.43/325.08	c cleaning 53956 clauses out of 108046 with flag 9015804/1530000
686.08/340.77	c cleaning 55035 clauses out of 110090 with flag 9364779/1586000
719.05/357.10	c cleaning 56002 clauses out of 112055 with flag 9716980/1643000
752.05/373.59	c cleaning 56950 clauses out of 114054 with flag 10082190/1701001
786.70/390.74	c cleaning 58033 clauses out of 116104 with flag 10449403/1760001
823.16/408.81	c cleaning 59028 clauses out of 118072 with flag 10822969/1820002
860.18/427.25	c cleaning 60006 clauses out of 120042 with flag 11200298/1881000
898.11/446.06	c cleaning 61014 clauses out of 122036 with flag 11586518/1943000
936.55/465.14	c cleaning 61955 clauses out of 124023 with flag 11976985/2006001
976.61/485.06	c cleaning 63007 clauses out of 126069 with flag 12371017/2070002
1018.02/505.61	c cleaning 64009 clauses out of 128060 with flag 12774015/2135000
1041.18/517.19	c cleaning 0 clauses out of 18000 with flag 0/18000
1059.86/526.42	c cleaning 64993 clauses out of 130051 with flag 13183034/2201000
1103.94/548.31	c cleaning 66015 clauses out of 132058 with flag 13597067/2268000
1148.59/570.52	c cleaning 66987 clauses out of 134043 with flag 14015368/2336000
1194.98/593.53	c cleaning 67989 clauses out of 136057 with flag 14449089/2405001
1242.64/617.22	c cleaning 69025 clauses out of 138068 with flag 14879816/2475001
1293.09/643.16	c cleaning 70001 clauses out of 140043 with flag 15320411/2546001
1342.09/667.50	c cleaning 71016 clauses out of 142043 with flag 15763650/2618002
1393.56/693.14	c cleaning 71981 clauses out of 144025 with flag 16211987/2691000
1445.41/718.99	c cleaning 72976 clauses out of 146044 with flag 16670381/2765000
1499.54/745.84	c cleaning 73983 clauses out of 148068 with flag 17134347/2840000
1553.25/772.57	c cleaning 74987 clauses out of 150086 with flag 17601155/2916001
1610.22/800.87	c cleaning 76037 clauses out of 152098 with flag 18080100/2993000
1667.56/829.31	c cleaning 77017 clauses out of 154061 with flag 18560095/3071000
1720.83/855.81	c cleaning 77970 clauses out of 156044 with flag 19046844/3150000
1775.85/883.24	c cleaning 79006 clauses out of 158074 with flag 19541783/3230000
1800.00/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.20	c starts		: 24080
1800.00/895.20	c conflicts		: 3270244
1800.00/895.20	c decisions		: 32223182
1800.00/895.20	c propagations		: 449351378
1800.00/895.20	c inspects		: 8849900180
1800.00/895.20	c shortcuts		: 0
1800.00/895.20	c learnt literals	: 2
1800.00/895.20	c learnt binary clauses	: 38
1800.00/895.20	c learnt ternary clauses	: 500
1800.00/895.20	c learnt constraints	: 3270242
1800.00/895.20	c ignored constraints	: 0
1800.00/895.20	c root simplifications	: 0
1800.00/895.20	c removed literals (reason simplification)	: 2266882
1800.00/895.20	c reason swapping (by a shorter reason)	: 0
1800.00/895.20	c Calls to reduceDB	: 76
1800.00/895.20	c Number of update (reduction) of LBD	: 687116
1800.00/895.20	c Imported unit clauses	: 0
1800.00/895.20	c number of reductions to clauses (during analyze)	: 0
1800.00/895.20	c number of learned constraints concerned by reduction	: 0
1800.00/895.20	c number of learning phase by resolution	: 0
1800.00/895.20	c number of learning phase by cutting planes	: 0
1800.00/895.20	c speed (assignments/second)	: 502245.9080524521
1800.00/895.20	c non guided choices	15930
1800.00/895.23	c learnt constraints type 
1800.00/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.00/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119274
1800.00/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.23	c starts		: 45
1800.00/895.23	c conflicts		: 21485
1800.00/895.23	c decisions		: 76701
1800.00/895.23	c propagations		: 2551872
1800.00/895.23	c inspects		: 752648077
1800.00/895.23	c shortcuts		: 0
1800.00/895.23	c learnt literals	: 0
1800.00/895.23	c learnt binary clauses	: 0
1800.00/895.23	c learnt ternary clauses	: 0
1800.00/895.23	c learnt constraints	: 21484
1800.00/895.23	c ignored constraints	: 0
1800.00/895.23	c root simplifications	: 0
1800.00/895.23	c removed literals (reason simplification)	: 0
1800.00/895.23	c reason swapping (by a shorter reason)	: 0
1800.00/895.23	c Calls to reduceDB	: 3
1800.00/895.23	c Number of update (reduction) of LBD	: 0
1800.00/895.23	c Imported unit clauses	: 0
1800.00/895.23	c number of reductions to clauses (during analyze)	: 0
1800.00/895.23	c number of learned constraints concerned by reduction	: 0
1800.00/895.23	c number of learning phase by resolution	: 0
1800.00/895.23	c number of learning phase by cutting planes	: 0
1800.00/895.23	c speed (assignments/second)	: 2852.1778006281365
1800.00/895.23	c non guided choices	380
1800.00/895.24	c learnt constraints type 
1800.00/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 46
1800.00/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21438
1800.00/895.24	s UNKNOWN
1800.00/895.24	c Total wall clock time (in seconds): 895.12

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

pid=22163
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.30 4.20 3.45 4/197 22166
/proc/meminfo: memFree=26505144/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22166/stat : 22166 (java) R 22163 22166 22007 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 30059309 9515008 175 33554432000 1073741824 1073778376 140736815385344 140736815382472 266439023408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.30 4.20 3.45 4/197 22166
/proc/meminfo: memFree=26505144/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 30059309 9787879424 6045 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.30 4.20 3.45 4/197 22166
/proc/meminfo: memFree=26505144/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 4707 0 1 0 23 1 0 0 20 0 18 0 30059309 9787879424 6805 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2389619 6807 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 4.30 4.20 3.45 4/197 22166
/proc/meminfo: memFree=26505144/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 5771 0 1 0 47 1 0 0 20 0 18 0 30059309 9787879424 9013 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2389619 9013 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.30 4.20 3.45 4/197 22166
/proc/meminfo: memFree=26505144/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 14076 0 1 0 169 4 0 0 20 0 22 0 30059309 10060525568 24409 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 24409 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.30 4.20 3.45 7/215 22253
/proc/meminfo: memFree=30121928/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 20580 0 1 0 467 8 0 0 20 0 22 0 30059309 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 47410 2292 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2468 0 1 0 46 2 0 0 20 0 22 0 30059310 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30059311 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30059312 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22163 22166 22007 0 -1 4202560 6429 0 0 0 110 2 0 0 20 0 22 0 30059315 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713046420152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22182] ppid=22163 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22163 22166 22007 0 -1 4202560 10267 0 0 0 112 3 0 0 20 0 22 0 30059315 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713045367352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713044315256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22184] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713043262664 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22187] ppid=22163 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) R 22163 22166 22007 0 -1 4202560 20 0 0 0 96 0 0 0 20 0 22 0 30059361 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713042198304 140713548032028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22188] ppid=22163 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) R 22163 22166 22007 0 -1 4202560 76 0 0 0 94 0 0 0 20 0 22 0 30059361 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713041153528 140713548126346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22189] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22189/stat : 22189 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713040102568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22190] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22190/stat : 22190 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 47410 33554432000 1073741824 1073778376 140736815385344 140713039049768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.59 4.26 3.48 8/219 22257
/proc/meminfo: memFree=29907680/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 23686 0 1 0 847 16 0 0 20 0 22 0 30059309 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 87542 2292 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2468 0 1 0 46 2 0 0 20 0 22 0 30059310 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 30059311 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 30059312 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) R 22163 22166 22007 0 -1 4202560 6429 0 0 0 125 2 0 0 20 0 22 0 30059315 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713046406248 140713700649789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22182] ppid=22163 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22163 22166 22007 0 -1 4202560 13031 0 0 0 157 3 0 0 20 0 22 0 30059315 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713045367352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713044315256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22184] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713043262664 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22187] ppid=22163 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) R 22163 22166 22007 0 -1 4202560 25 0 0 0 242 0 0 0 20 0 22 0 30059361 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713042207384 140713547822290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22188] ppid=22163 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) R 22163 22166 22007 0 -1 4202560 125 0 0 0 236 3 0 0 20 0 22 0 30059361 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713041153240 140713548237293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22189] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22189/stat : 22189 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713040102568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22190] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22190/stat : 22190 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 87542 33554432000 1073741824 1073778376 140736815385344 140713039049768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.59 4.26 3.48 9/219 22257
/proc/meminfo: memFree=29068812/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=15.23 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 25038 0 1 0 1497 26 0 0 20 0 22 0 30059309 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 155325 2292 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2468 0 1 0 46 2 0 0 20 0 22 0 30059310 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 147 0 0 0 6 2 0 0 20 0 22 0 30059311 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 130 0 0 0 5 1 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 57 0 0 0 5 0 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 193 0 0 0 9 2 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 95 0 0 0 6 2 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 85 0 0 0 9 2 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 55 0 0 0 4 2 0 0 20 0 22 0 30059312 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 155325 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.34 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.32 4.28 3.92 5/218 22276
/proc/meminfo: memFree=23047500/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=1653.57 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 32336 0 1 0 165168 189 0 0 20 0 22 0 30059309 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 910591 2301 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2477 0 1 0 48 4 0 0 20 0 22 0 30059310 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 719 0 0 0 262 16 0 0 20 0 22 0 30059311 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 641 0 0 0 246 12 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 662 0 0 0 263 15 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 556 0 0 0 294 14 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 686 0 0 0 237 16 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 628 0 0 0 252 15 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 553 0 0 0 264 16 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 544 0 0 0 239 14 0 0 20 0 22 0 30059312 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 2267 0 0 0 345 11 0 0 20 0 22 0 30059313 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22163 22166 22007 0 -1 4202560 6769 0 0 0 142 2 0 0 20 0 22 0 30059315 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713046420152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22182] ppid=22163 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22163 22166 22007 0 -1 4202560 13033 0 0 0 189 3 0 0 20 0 22 0 30059315 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713045367352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713044315256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22184] ppid=22163 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22163 22166 22007 0 -1 4202560 47 0 0 0 14 21 0 0 20 0 22 0 30059315 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713043262664 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22187] ppid=22163 vsize=9824732 CPUtime=812.28 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) R 22163 22166 22007 0 -1 4202560 90 0 0 0 81213 15 0 0 20 0 22 0 30059361 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713042206064 140713547822319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22188] ppid=22163 vsize=9824732 CPUtime=812.09 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) R 22163 22166 22007 0 -1 4202560 1398 0 0 0 81160 49 0 0 20 0 22 0 30059361 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713041154304 140713548069422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22189] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22189/stat : 22189 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713040102568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22190] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22190/stat : 22190 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 910591 33554432000 1073741824 1073778376 140736815385344 140713039049768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1653.57
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.25 3.93 5/219 22278
/proc/meminfo: memFree=22979424/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=1774.07 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 32430 0 1 0 177211 196 0 0 20 0 22 0 30059309 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 923391 2301 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2477 0 1 0 48 4 0 0 20 0 22 0 30059310 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 735 0 0 0 278 16 0 0 20 0 22 0 30059311 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 656 0 0 0 260 13 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 668 0 0 0 275 15 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 568 0 0 0 303 15 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 693 0 0 0 245 16 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 638 0 0 0 268 16 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 569 0 0 0 283 16 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 544 0 0 0 246 14 0 0 20 0 22 0 30059312 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 2271 0 0 0 345 11 0 0 20 0 22 0 30059313 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22163 22166 22007 0 -1 4202560 6769 0 0 0 142 2 0 0 20 0 22 0 30059315 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713046420152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22182] ppid=22163 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22163 22166 22007 0 -1 4202560 13033 0 0 0 189 3 0 0 20 0 22 0 30059315 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713045367352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713044315256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22184] ppid=22163 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22163 22166 22007 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 30059315 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713043262664 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22187] ppid=22163 vsize=9824732 CPUtime=872 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) R 22163 22166 22007 0 -1 4202560 93 0 0 0 87183 17 0 0 20 0 22 0 30059361 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713042207280 140713548032776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22188] ppid=22163 vsize=9824732 CPUtime=871.83 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) R 22163 22166 22007 0 -1 4202560 1399 0 0 0 87132 51 0 0 20 0 22 0 30059361 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713041153168 140713548231402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22189] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22189/stat : 22189 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713040102568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22190] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22190/stat : 22190 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 923391 33554432000 1073741824 1073778376 140736815385344 140713039049768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.25 4.26 3.94 5/219 22278
/proc/meminfo: memFree=22944612/32872528 swapFree=1437460/1543748
[pid=22166] ppid=22163 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22163 22166 22007 0 -1 4202496 32486 0 1 0 179799 201 0 0 20 0 22 0 30059309 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140736815376480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22166/statm: 2456183 931071 2301 9 0 2446860 0
[pid=22166/tid=22168] ppid=22163 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22163 22166 22007 0 -1 4202560 2477 0 1 0 48 4 0 0 20 0 22 0 30059310 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713696797560 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22163 22166 22007 0 -1 4202560 739 0 0 0 279 17 0 0 20 0 22 0 30059311 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713669249320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22170] ppid=22163 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22163 22166 22007 0 -1 4202560 669 0 0 0 267 14 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713668196520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22171] ppid=22163 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22163 22166 22007 0 -1 4202560 682 0 0 0 282 16 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713667144232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22172] ppid=22163 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22163 22166 22007 0 -1 4202560 572 0 0 0 305 15 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713666091432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22173] ppid=22163 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22163 22166 22007 0 -1 4202560 707 0 0 0 253 17 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713536301864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22174] ppid=22163 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22163 22166 22007 0 -1 4202560 642 0 0 0 269 16 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713535249064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22175] ppid=22163 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22163 22166 22007 0 -1 4202560 569 0 0 0 285 16 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713534196776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22176] ppid=22163 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22163 22166 22007 0 -1 4202560 546 0 0 0 248 14 0 0 20 0 22 0 30059312 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713533143976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22163 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22163 22166 22007 0 -1 4202560 2271 0 0 0 346 11 0 0 20 0 22 0 30059313 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713050630376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22178] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22163 22166 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713049576440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22179] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22163 22166 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059313 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713048524040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22180] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713047472528 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22181] ppid=22163 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22163 22166 22007 0 -1 4202560 6769 0 0 0 142 2 0 0 20 0 22 0 30059315 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713046420152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22182] ppid=22163 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22163 22166 22007 0 -1 4202560 13033 0 0 0 189 3 0 0 20 0 22 0 30059315 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713045367352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22163 22166 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059315 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713044315256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22184] ppid=22163 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22163 22166 22007 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 30059315 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713043262664 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22187] ppid=22163 vsize=9824732 CPUtime=884.81 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) R 22163 22166 22007 0 -1 4202560 94 0 0 0 88464 17 0 0 20 0 22 0 30059361 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713042206064 140713547988866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22188] ppid=22163 vsize=9824732 CPUtime=884.62 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) R 22163 22166 22007 0 -1 4202560 1399 0 0 0 88411 51 0 0 20 0 22 0 30059361 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713041152192 140713548058477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22189] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22189/stat : 22189 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713040102568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22190] ppid=22163 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22190/stat : 22190 (java) S 22163 22166 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059362 10060525568 931071 33554432000 1073741824 1073778376 140736815385344 140713039049768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 22166 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.267
CPU time (s): 1800.79
CPU user time (s): 1798.27
CPU system time (s): 2.52262
CPU usage (%): 201.146
Max. virtual memory (cumulated for all children) (KiB): 9825980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.52262
maximum resident set size= 3724400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24244
involuntary context switches= 29876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59215 second user time and 7.84381 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 21:43:20
IDJOB=4117198
IDBENCH=109565
IDSOLVER=2543
FILE ID=node116/4117198-1466970200
RUNJOBID= node116-1466969304-22024
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117198-1466970200/watcher-4117198-1466970200 -o /tmp/evaluation-result-4117198-1466970200/solver-4117198-1466970200 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22024 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117198-1466970200.opb

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

MD5SUM BENCH= 81aabf67e30e32a79ceeaaf287da6f47
RANDOM SEED=1587961520

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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.206
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.206
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.206
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:        26505144 kB
Buffers:           31664 kB
Cached:           313764 kB
SwapCached:         2072 kB
Active:          3798524 kB
Inactive:         316628 kB
Active(anon):    3768720 kB
Inactive(anon):     3620 kB
Active(file):      29804 kB
Inactive(file):   313008 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       5345452 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             565724 kB
SReclaimable:       9816 kB
SUnreclaim:       555908 kB
KernelStack:        1632 kB
PageTables:        14500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5605152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3844096 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= 71680 MiB
End job on node116 at 2016-06-26 21:58:15