Trace number 4116534

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.76 895.26

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-7.opb
MD5SUMbfcd781f18820c497ed9f650463d13eb
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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-4116534-1466978262.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.03/0.51	c ... done. Wall clock time 0.39s.
1.03/0.51	c declared #vars     4288
1.03/0.51	c #constraints  10848
1.03/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.51	c org.sat4j.specs.Constr$1 => 920
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.51	c 10848 constraints processed.
1.03/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.51	c org.sat4j.specs.Constr$1 => 920
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.03/0.51	c 10848 constraints processed.
3.77/1.29	c cleaning 2495 clauses out of 4998 with flag 16261/5000
5.67/1.88	c cleaning 4232 clauses out of 8503 with flag 39107/11000
7.44/2.67	c cleaning 5614 clauses out of 11271 with flag 68863/18000
9.36/3.54	c cleaning 6821 clauses out of 13657 with flag 104555/26000
11.44/4.52	c cleaning 7914 clauses out of 15836 with flag 148111/35000
14.09/5.81	c cleaning 8942 clauses out of 17922 with flag 195385/45000
16.75/7.15	c cleaning 9985 clauses out of 19980 with flag 249268/56000
19.56/8.59	c cleaning 10955 clauses out of 21996 with flag 309411/68001
23.03/10.24	c cleaning 11997 clauses out of 24040 with flag 377467/81000
26.72/12.06	c cleaning 12986 clauses out of 26044 with flag 452619/95001
30.72/14.09	c cleaning 14014 clauses out of 28057 with flag 534137/110000
35.12/16.21	c cleaning 14999 clauses out of 30043 with flag 622819/126000
37.25/17.21	c cleaning 0 clauses out of 5001 with flag 0/5001
40.37/18.60	c cleaning 16023 clauses out of 32046 with flag 719704/143002
45.35/21.08	c cleaning 17000 clauses out of 34021 with flag 823969/161000
51.03/23.81	c cleaning 17990 clauses out of 36022 with flag 932480/180001
56.84/26.75	c cleaning 18993 clauses out of 38031 with flag 1046316/200000
62.85/29.75	c cleaning 20016 clauses out of 40038 with flag 1168160/221000
69.93/33.20	c cleaning 20951 clauses out of 42022 with flag 1294594/243000
77.13/36.85	c cleaning 21984 clauses out of 44072 with flag 1425879/266001
84.85/40.66	c cleaning 23007 clauses out of 46087 with flag 1570629/290000
92.85/44.66	c cleaning 24035 clauses out of 48080 with flag 1718578/315000
101.78/49.02	c cleaning 25006 clauses out of 50047 with flag 1872837/341002
110.98/53.69	c cleaning 26010 clauses out of 52040 with flag 2032409/368001
120.88/58.60	c cleaning 26966 clauses out of 54031 with flag 2199894/396002
132.08/64.12	c cleaning 28005 clauses out of 56063 with flag 2372376/425000
143.39/69.74	c cleaning 29024 clauses out of 58058 with flag 2548628/455000
155.49/75.74	c cleaning 29975 clauses out of 60036 with flag 2730784/486002
167.76/81.82	c cleaning 31008 clauses out of 62059 with flag 2917668/518000
181.36/88.63	c cleaning 31983 clauses out of 64052 with flag 3113892/551001
195.44/95.67	c cleaning 33009 clauses out of 66071 with flag 3321615/585003
210.88/103.66	c cleaning 34022 clauses out of 68060 with flag 3537608/620001
224.94/110.69	c cleaning 35009 clauses out of 70037 with flag 3757886/656000
239.74/118.01	c cleaning 35984 clauses out of 72028 with flag 3981245/693000
255.00/125.64	c cleaning 37010 clauses out of 74044 with flag 4208735/731000
271.28/133.71	c cleaning 37995 clauses out of 76034 with flag 4441994/770000
289.76/142.90	c cleaning 39013 clauses out of 78039 with flag 4686031/810000
292.87/144.46	c cleaning 0 clauses out of 11001 with flag 0/11001
309.54/152.78	c cleaning 39987 clauses out of 80027 with flag 4935090/851001
329.46/162.61	c cleaning 40997 clauses out of 82040 with flag 5189991/893001
348.76/172.20	c cleaning 42006 clauses out of 84043 with flag 5447855/936001
368.68/182.15	c cleaning 42993 clauses out of 86038 with flag 5711927/980002
389.38/192.45	c cleaning 44018 clauses out of 88043 with flag 5978428/1025000
411.09/203.28	c cleaning 44993 clauses out of 90026 with flag 6250911/1071001
433.65/214.49	c cleaning 46010 clauses out of 92033 with flag 6536109/1118001
456.76/225.99	c cleaning 46988 clauses out of 94022 with flag 6822366/1166000
480.67/237.83	c cleaning 47999 clauses out of 96034 with flag 7118624/1215000
506.08/250.41	c cleaning 49008 clauses out of 98036 with flag 7419652/1265001
531.98/263.31	c cleaning 50015 clauses out of 100029 with flag 7725187/1316002
559.01/276.78	c cleaning 50967 clauses out of 102013 with flag 8035800/1368001
587.94/291.16	c cleaning 52003 clauses out of 104045 with flag 8350727/1421000
618.79/307.02	c cleaning 53006 clauses out of 106043 with flag 8673777/1475001
649.32/322.30	c cleaning 53971 clauses out of 108036 with flag 9000075/1530000
680.92/337.94	c cleaning 55001 clauses out of 110066 with flag 9329998/1586001
712.09/353.43	c cleaning 56015 clauses out of 112065 with flag 9670392/1643001
743.58/369.11	c cleaning 57002 clauses out of 114049 with flag 10012028/1701000
777.23/385.81	c cleaning 57998 clauses out of 116048 with flag 10358534/1760001
811.43/402.84	c cleaning 58974 clauses out of 118049 with flag 10715543/1820000
844.18/419.17	c cleaning 60028 clauses out of 120075 with flag 11076556/1881000
876.69/435.30	c cleaning 60989 clauses out of 122048 with flag 11444343/1943001
913.02/453.49	c cleaning 62017 clauses out of 124058 with flag 11815978/2006000
952.69/473.12	c cleaning 62969 clauses out of 126041 with flag 12190540/2070000
994.24/493.77	c cleaning 64033 clauses out of 128073 with flag 12575720/2135001
1034.64/513.81	c cleaning 65008 clauses out of 130039 with flag 12966598/2201000
1078.79/536.47	c cleaning 65991 clauses out of 132031 with flag 13362340/2268000
1122.11/558.07	c cleaning 67005 clauses out of 134040 with flag 13765297/2336000
1144.28/569.08	c cleaning 0 clauses out of 18003 with flag 0/18003
1167.75/580.76	c cleaning 67978 clauses out of 136036 with flag 14168020/2405001
1213.50/603.42	c cleaning 68988 clauses out of 138058 with flag 14580716/2475001
1262.25/627.67	c cleaning 70010 clauses out of 140071 with flag 14999695/2546002
1311.52/652.11	c cleaning 70998 clauses out of 142061 with flag 15419258/2618002
1363.97/678.25	c cleaning 72006 clauses out of 144062 with flag 15844443/2691001
1418.88/705.55	c cleaning 72997 clauses out of 146056 with flag 16274235/2765001
1470.62/731.34	c cleaning 73960 clauses out of 148061 with flag 16715751/2840003
1524.51/758.17	c cleaning 75025 clauses out of 150099 with flag 17162402/2916001
1581.99/786.69	c cleaning 75987 clauses out of 152073 with flag 17607512/2993000
1638.63/814.85	c cleaning 76996 clauses out of 154087 with flag 18062041/3071001
1695.55/843.11	c cleaning 78017 clauses out of 156091 with flag 18529550/3150001
1753.98/872.25	c cleaning 79015 clauses out of 158074 with flag 18998463/3230001
1800.17/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.20	c starts		: 25033
1800.17/895.20	c conflicts		: 3294449
1800.17/895.20	c decisions		: 27702603
1800.17/895.20	c propagations		: 428431092
1800.17/895.20	c inspects		: 8927989982
1800.17/895.20	c shortcuts		: 0
1800.17/895.20	c learnt literals	: 2
1800.17/895.20	c learnt binary clauses	: 65
1800.17/895.20	c learnt ternary clauses	: 803
1800.17/895.20	c learnt constraints	: 3294447
1800.17/895.20	c ignored constraints	: 0
1800.17/895.20	c root simplifications	: 0
1800.17/895.20	c removed literals (reason simplification)	: 2898984
1800.17/895.20	c reason swapping (by a shorter reason)	: 0
1800.17/895.20	c Calls to reduceDB	: 76
1800.17/895.20	c Number of update (reduction) of LBD	: 726273
1800.17/895.20	c Imported unit clauses	: 0
1800.17/895.20	c number of reductions to clauses (during analyze)	: 0
1800.17/895.20	c number of learned constraints concerned by reduction	: 0
1800.17/895.20	c number of learning phase by resolution	: 0
1800.17/895.20	c number of learning phase by cutting planes	: 0
1800.17/895.20	c speed (assignments/second)	: 478864.72943987855
1800.17/895.20	c non guided choices	12968
1800.17/895.23	c learnt constraints type 
1800.17/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65
1800.17/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143443
1800.17/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.23	c starts		: 51
1800.17/895.23	c conflicts		: 22443
1800.17/895.23	c decisions		: 77662
1800.17/895.23	c propagations		: 2551240
1800.17/895.23	c inspects		: 794566252
1800.17/895.23	c shortcuts		: 0
1800.17/895.23	c learnt literals	: 0
1800.17/895.23	c learnt binary clauses	: 0
1800.17/895.23	c learnt ternary clauses	: 0
1800.17/895.23	c learnt constraints	: 22443
1800.17/895.23	c ignored constraints	: 0
1800.17/895.23	c root simplifications	: 0
1800.17/895.23	c removed literals (reason simplification)	: 0
1800.17/895.23	c reason swapping (by a shorter reason)	: 0
1800.17/895.23	c Calls to reduceDB	: 3
1800.17/895.23	c Number of update (reduction) of LBD	: 0
1800.17/895.23	c Imported unit clauses	: 0
1800.17/895.23	c number of reductions to clauses (during analyze)	: 0
1800.17/895.23	c number of learned constraints concerned by reduction	: 0
1800.17/895.23	c number of learning phase by resolution	: 0
1800.17/895.23	c number of learning phase by cutting planes	: 0
1800.17/895.23	c speed (assignments/second)	: 2851.4841746897864
1800.17/895.23	c non guided choices	429
1800.17/895.24	c learnt constraints type 
1800.17/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.17/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22380
1800.17/895.24	s UNKNOWN
1800.17/895.24	c Total wall clock time (in seconds): 895.122

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

pid=23656
running on 4 cores: 0,2,4,6

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.37 4.25 4.21 3/197 23659
/proc/meminfo: memFree=26753732/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9216 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (java) R 23656 23659 22007 0 -1 4202496 396 0 0 0 0 0 0 0 20 0 1 0 30865546 9437184 67 33554432000 1073741824 1073778376 140736755339808 140736755336936 266426449263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2306 81 63 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.37 4.25 4.21 3/197 23659
/proc/meminfo: memFree=26753732/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 30865546 9787879424 6030 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.37 4.25 4.21 3/197 23659
/proc/meminfo: memFree=26753732/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 4700 0 1 0 24 1 0 0 20 0 18 0 30865546 9787879424 6793 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2389619 6793 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.37 4.25 4.21 3/197 23659
/proc/meminfo: memFree=26753732/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 5840 0 1 0 47 2 0 0 20 0 18 0 30865546 9787879424 8881 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2389619 8881 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.37 4.25 4.21 3/197 23659
/proc/meminfo: memFree=26753732/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 12273 0 1 0 171 3 0 0 20 0 22 0 30865546 10060525568 23716 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 23716 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.37 4.25 4.21 7/219 23681
/proc/meminfo: memFree=26606768/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 22067 0 1 0 471 6 0 0 20 0 22 0 30865546 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 48298 2292 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2465 0 1 0 46 2 0 0 20 0 22 0 30865546 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30865548 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/23659/task/23674/stat : 23674 (java) R 23656 23659 22007 0 -1 4202560 7303 0 0 0 109 0 0 0 20 0 22 0 30865552 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170413185080 140171066481935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23675] ppid=23656 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/23659/task/23675/stat : 23675 (java) R 23656 23659 22007 0 -1 4202560 10889 0 0 0 118 2 0 0 20 0 22 0 30865552 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170412132536 140171070445697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23676] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23676/stat : 23676 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170411080184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23677] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23677/stat : 23677 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170410027848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23678] ppid=23656 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23659/task/23678/stat : 23678 (java) R 23656 23659 22007 0 -1 4202560 18 0 0 0 95 0 0 0 20 0 22 0 30865597 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170408964256 140170905807457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23679] ppid=23656 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23659/task/23679/stat : 23679 (java) R 23656 23659 22007 0 -1 4202560 73 0 0 0 93 1 0 0 20 0 22 0 30865597 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170407919624 140170905070146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23680] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23680/stat : 23680 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170406868520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23681] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23681/stat : 23681 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 48298 33554432000 1073741824 1073778376 140736755339808 140170405815976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.50 4.28 4.22 5/219 23681
/proc/meminfo: memFree=26550356/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=8.56 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 24229 0 1 0 839 17 0 0 20 0 22 0 30865546 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 87175 2292 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2465 0 1 0 46 2 0 0 20 0 22 0 30865546 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 30865548 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/23659/task/23674/stat : 23674 (java) S 23656 23659 22007 0 -1 4202560 9091 0 0 0 132 0 0 0 20 0 22 0 30865552 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170413185080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23675] ppid=23656 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/23659/task/23675/stat : 23675 (java) S 23656 23659 22007 0 -1 4202560 10889 0 0 0 140 2 0 0 20 0 22 0 30865552 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170412132536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23676] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23676/stat : 23676 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170411080184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23677] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23677/stat : 23677 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170410027848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23678] ppid=23656 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23659/task/23678/stat : 23678 (java) R 23656 23659 22007 0 -1 4202560 21 0 0 0 245 0 0 0 20 0 22 0 30865597 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170408971176 140170905807430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23679] ppid=23656 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23659/task/23679/stat : 23679 (java) R 23656 23659 22007 0 -1 4202560 122 0 0 0 240 3 0 0 20 0 22 0 30865597 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170407919528 140170905969363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23680] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23680/stat : 23680 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170406868520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23681] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23681/stat : 23681 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 87175 33554432000 1073741824 1073778376 140736755339808 140170405815976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.50 4.28 4.22 5/215 23746
/proc/meminfo: memFree=29611052/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=15.16 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 24853 0 1 0 1489 27 0 0 20 0 22 0 30865546 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 161489 2292 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2465 0 1 0 46 2 0 0 20 0 22 0 30865546 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 45 0 0 0 4 3 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 58 0 0 0 5 1 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 68 0 0 0 6 2 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 79 0 0 0 9 3 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 75 0 0 0 7 3 0 0 20 0 22 0 30865548 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 161489 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.32 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.19 4.22 4.19 5/219 23793
/proc/meminfo: memFree=22914864/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=1653.73 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 38275 0 1 0 165178 195 0 0 20 0 22 0 30865546 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 911363 2301 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2466 0 1 0 49 3 0 0 20 0 22 0 30865546 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 558 0 0 0 240 17 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 715 0 0 0 269 21 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 588 0 0 0 237 13 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 736 0 0 0 268 16 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 627 0 0 0 235 18 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 574 0 0 0 209 15 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 788 0 0 0 235 17 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 552 0 0 0 255 16 0 0 20 0 22 0 30865548 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 2205 0 0 0 320 5 0 0 20 0 22 0 30865549 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/23659/task/23674/stat : 23674 (java) S 23656 23659 22007 0 -1 4202560 9098 0 0 0 140 0 0 0 20 0 22 0 30865552 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170413185080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23675] ppid=23656 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23659/task/23675/stat : 23675 (java) S 23656 23659 22007 0 -1 4202560 16180 0 0 0 194 3 0 0 20 0 22 0 30865552 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170412132536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23676] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23676/stat : 23676 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170411080184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23677] ppid=23656 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23659/task/23677/stat : 23677 (java) S 23656 23659 22007 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 30865552 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170410027848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23678] ppid=23656 vsize=9824732 CPUtime=812.85 cores=0,2,4,6
/proc/23659/task/23678/stat : 23678 (java) R 23656 23659 22007 0 -1 4202560 77 0 0 0 81270 15 0 0 20 0 22 0 30865597 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170408972032 140170905748862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23679] ppid=23656 vsize=9824732 CPUtime=812.76 cores=0,2,4,6
/proc/23659/task/23679/stat : 23679 (java) R 23656 23659 22007 0 -1 4202560 1800 0 0 0 81224 52 0 0 20 0 22 0 30865597 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170407920304 140170905788600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23680] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23680/stat : 23680 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170406868520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23681] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23681/stat : 23681 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 911363 33554432000 1073741824 1073778376 140736755339808 140170405815976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1653.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.80 4.35 4.23 5/219 23795
/proc/meminfo: memFree=22794164/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=1774.27 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 38375 0 1 0 177226 201 0 0 20 0 22 0 30865546 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 924674 2301 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2466 0 1 0 49 3 0 0 20 0 22 0 30865546 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 566 0 0 0 249 18 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 717 0 0 0 282 21 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 593 0 0 0 246 13 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 744 0 0 0 284 16 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 645 0 0 0 253 20 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 586 0 0 0 221 16 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 803 0 0 0 252 17 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 568 0 0 0 272 17 0 0 20 0 22 0 30865548 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 2211 0 0 0 320 6 0 0 20 0 22 0 30865549 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/23659/task/23674/stat : 23674 (java) S 23656 23659 22007 0 -1 4202560 9098 0 0 0 140 0 0 0 20 0 22 0 30865552 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170413185080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23675] ppid=23656 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23659/task/23675/stat : 23675 (java) S 23656 23659 22007 0 -1 4202560 16180 0 0 0 194 3 0 0 20 0 22 0 30865552 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170412132536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23676] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23676/stat : 23676 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170411080184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23677] ppid=23656 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23659/task/23677/stat : 23677 (java) S 23656 23659 22007 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 30865552 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170410027848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23678] ppid=23656 vsize=9824732 CPUtime=872.52 cores=0,2,4,6
/proc/23659/task/23678/stat : 23678 (java) R 23656 23659 22007 0 -1 4202560 78 0 0 0 87236 16 0 0 20 0 22 0 30865597 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170408972032 140170905744446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23679] ppid=23656 vsize=9824732 CPUtime=872.44 cores=0,2,4,6
/proc/23659/task/23679/stat : 23679 (java) R 23656 23659 22007 0 -1 4202560 1805 0 0 0 87191 53 0 0 20 0 22 0 30865597 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170407920528 140170905961275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23680] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23680/stat : 23680 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170406868520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23681] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23681/stat : 23681 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 924674 33554432000 1073741824 1073778376 140736755339808 140170405815976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.67 4.34 4.23 6/219 23795
/proc/meminfo: memFree=22783928/32872528 swapFree=1437460/1543748
[pid=23659] ppid=23656 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23659/stat : 23659 (java) S 23656 23659 22007 0 -1 4202496 38383 0 1 0 179816 201 0 0 20 0 22 0 30865546 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140736755330944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23659/statm: 2456183 925535 2301 9 0 2446860 0
[pid=23659/tid=23661] ppid=23656 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23659/task/23661/stat : 23661 (java) S 23656 23659 22007 0 -1 4202560 2466 0 1 0 49 4 0 0 20 0 22 0 30865546 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140171063985016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23662] ppid=23656 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/23659/task/23662/stat : 23662 (java) S 23656 23659 22007 0 -1 4202560 568 0 0 0 251 18 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140171025476264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23663] ppid=23656 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/23659/task/23663/stat : 23663 (java) S 23656 23659 22007 0 -1 4202560 717 0 0 0 285 21 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140171024423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23664] ppid=23656 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/23659/task/23664/stat : 23664 (java) S 23656 23659 22007 0 -1 4202560 594 0 0 0 249 13 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170904988584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23665] ppid=23656 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/23659/task/23665/stat : 23665 (java) S 23656 23659 22007 0 -1 4202560 745 0 0 0 289 16 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170903936040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23666] ppid=23656 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/23659/task/23666/stat : 23666 (java) S 23656 23659 22007 0 -1 4202560 646 0 0 0 256 20 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170902882472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23667] ppid=23656 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23659/task/23667/stat : 23667 (java) S 23656 23659 22007 0 -1 4202560 587 0 0 0 227 16 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170901829928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23668] ppid=23656 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23659/task/23668/stat : 23668 (java) S 23656 23659 22007 0 -1 4202560 803 0 0 0 257 17 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170900777384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23669] ppid=23656 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/23659/task/23669/stat : 23669 (java) S 23656 23659 22007 0 -1 4202560 568 0 0 0 274 17 0 0 20 0 22 0 30865548 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170899724840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23670] ppid=23656 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/23659/task/23670/stat : 23670 (java) S 23656 23659 22007 0 -1 4202560 2211 0 0 0 320 6 0 0 20 0 22 0 30865549 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170417396328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23671] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23671/stat : 23671 (java) S 23656 23659 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170416342648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23672] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23672/stat : 23672 (java) S 23656 23659 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30865549 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170415289992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23673] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23673/stat : 23673 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170414238736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23674] ppid=23656 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/23659/task/23674/stat : 23674 (java) S 23656 23659 22007 0 -1 4202560 9098 0 0 0 140 0 0 0 20 0 22 0 30865552 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170413185080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23659/tid=23675] ppid=23656 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23659/task/23675/stat : 23675 (java) S 23656 23659 22007 0 -1 4202560 16180 0 0 0 194 3 0 0 20 0 22 0 30865552 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170412132536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23676] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23676/stat : 23676 (java) S 23656 23659 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30865552 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170411080184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23677] ppid=23656 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23659/task/23677/stat : 23677 (java) S 23656 23659 22007 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 30865552 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170410027848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23678] ppid=23656 vsize=9824732 CPUtime=885.33 cores=0,2,4,6
/proc/23659/task/23678/stat : 23678 (java) R 23656 23659 22007 0 -1 4202560 78 0 0 0 88517 16 0 0 20 0 22 0 30865597 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170408972016 140170905807235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23659/tid=23679] ppid=23656 vsize=9824732 CPUtime=885.25 cores=0,2,4,6
/proc/23659/task/23679/stat : 23679 (java) R 23656 23659 22007 0 -1 4202560 1807 0 0 0 88472 53 0 0 20 0 22 0 30865597 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170407920304 140170905784047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23659/tid=23680] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23680/stat : 23680 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170406868520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23659/tid=23681] ppid=23656 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23659/task/23681/stat : 23681 (java) S 23656 23659 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30865598 10060525568 925535 33554432000 1073741824 1073778376 140736755339808 140170405815976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23659 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.26
CPU time (s): 1800.76
CPU user time (s): 1798.21
CPU system time (s): 2.55061
CPU usage (%): 201.144
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.21
system time used= 2.55061
maximum resident set size= 3704840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38418
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24412
involuntary context switches= 32625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40303 second user time and 6.74597 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 23:57:42
IDJOB=4116534
IDBENCH=109482
IDSOLVER=2543
FILE ID=node116/4116534-1466978262
RUNJOBID= node116-1466969304-22023
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-size144-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116534-1466978262/watcher-4116534-1466978262 -o /tmp/evaluation-result-4116534-1466978262/solver-4116534-1466978262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116534-1466978262.opb

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

MD5SUM BENCH= bfcd781f18820c497ed9f650463d13eb
RANDOM SEED=2014244975

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:        26753632 kB
Buffers:           41616 kB
Cached:           317836 kB
SwapCached:         2072 kB
Active:          3540952 kB
Inactive:         327372 kB
Active(anon):    3509460 kB
Inactive(anon):     1656 kB
Active(file):      31492 kB
Inactive(file):   325716 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       5069684 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566496 kB
SReclaimable:      10540 kB
SUnreclaim:       555956 kB
KernelStack:        1808 kB
PageTables:        13968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5329756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3559424 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-27 00:12:38