Trace number 4116742

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.71 896.168

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-2.opb
MD5SUM3c78ac84f21f4de0992f4a091829144b
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116742-1466978267.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.77/0.50	c ... done. Wall clock time 0.39s.
0.77/0.50	c declared #vars     4288
0.77/0.50	c #constraints  10848
1.02/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.50	c constraints type 
1.02/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.50	c org.sat4j.specs.Constr$1 => 920
1.02/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
1.02/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.50	c 10848 constraints processed.
1.02/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.50	c constraints type 
1.02/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.50	c org.sat4j.specs.Constr$1 => 920
1.02/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.02/0.50	c 10848 constraints processed.
4.45/1.41	c cleaning 2485 clauses out of 4998 with flag 15761/5000
6.25/2.07	c cleaning 4255 clauses out of 8513 with flag 37964/11000
7.97/2.81	c cleaning 5608 clauses out of 11259 with flag 68863/18001
9.63/3.66	c cleaning 6818 clauses out of 13651 with flag 102554/26001
11.90/4.70	c cleaning 7901 clauses out of 15832 with flag 142072/35000
14.17/5.90	c cleaning 8913 clauses out of 17931 with flag 190531/45000
16.77/7.17	c cleaning 9979 clauses out of 20019 with flag 243888/56001
19.77/8.60	c cleaning 10978 clauses out of 22039 with flag 305715/68000
23.06/10.29	c cleaning 12018 clauses out of 24065 with flag 375366/81004
26.71/12.10	c cleaning 12964 clauses out of 26044 with flag 449663/95001
30.72/14.01	c cleaning 13991 clauses out of 28080 with flag 532666/110001
33.53/15.50	c cleaning 0 clauses out of 5001 with flag 0/5001
35.16/16.13	c cleaning 15001 clauses out of 30088 with flag 620612/126000
40.28/18.58	c cleaning 16009 clauses out of 32088 with flag 714395/143001
45.48/21.11	c cleaning 16972 clauses out of 34079 with flag 814817/161001
50.88/23.83	c cleaning 18018 clauses out of 36107 with flag 922241/180001
56.82/26.77	c cleaning 19006 clauses out of 38088 with flag 1039758/200000
63.03/29.88	c cleaning 20005 clauses out of 40083 with flag 1161018/221001
69.82/33.20	c cleaning 21025 clauses out of 42078 with flag 1286540/243001
77.17/36.86	c cleaning 22009 clauses out of 44053 with flag 1419683/266001
84.77/40.67	c cleaning 22990 clauses out of 46043 with flag 1556890/290000
93.06/44.77	c cleaning 24019 clauses out of 48054 with flag 1700861/315001
101.67/49.03	c cleaning 25003 clauses out of 50035 with flag 1852343/341001
110.76/53.53	c cleaning 25968 clauses out of 52031 with flag 2011981/368000
120.76/58.55	c cleaning 27015 clauses out of 54064 with flag 2177264/396001
131.27/63.76	c cleaning 28016 clauses out of 56048 with flag 2348675/425000
142.35/69.21	c cleaning 28998 clauses out of 58032 with flag 2526058/455000
153.57/74.89	c cleaning 30001 clauses out of 60034 with flag 2707667/486000
165.63/80.89	c cleaning 31006 clauses out of 62033 with flag 2897228/518000
178.29/87.17	c cleaning 31975 clauses out of 64027 with flag 3090424/551000
191.31/93.69	c cleaning 33007 clauses out of 66053 with flag 3289867/585001
205.57/100.78	c cleaning 33971 clauses out of 68046 with flag 3495828/620001
220.45/108.10	c cleaning 35010 clauses out of 70074 with flag 3710877/656000
228.95/112.39	c cleaning 0 clauses out of 11002 with flag 0/11002
235.55/115.68	c cleaning 36028 clauses out of 72066 with flag 3935656/693002
252.48/124.41	c cleaning 36965 clauses out of 74037 with flag 4162541/731001
268.71/132.51	c cleaning 38023 clauses out of 76071 with flag 4396903/770000
285.97/141.15	c cleaning 39013 clauses out of 78048 with flag 4636165/810000
302.86/149.54	c cleaning 39968 clauses out of 80035 with flag 4880564/851000
320.26/158.21	c cleaning 40998 clauses out of 82067 with flag 5132136/893000
337.80/166.93	c cleaning 41997 clauses out of 84069 with flag 5386866/936000
356.42/176.26	c cleaning 43008 clauses out of 86072 with flag 5652435/980000
374.59/185.21	c cleaning 44004 clauses out of 88064 with flag 5924024/1025000
393.19/194.55	c cleaning 45027 clauses out of 90063 with flag 6200904/1071003
412.78/204.35	c cleaning 45973 clauses out of 92033 with flag 6479447/1118000
432.97/214.49	c cleaning 46990 clauses out of 94060 with flag 6766962/1166000
453.37/224.62	c cleaning 48036 clauses out of 96072 with flag 7060683/1215002
475.72/235.73	c cleaning 49003 clauses out of 98036 with flag 7357033/1265002
497.71/246.71	c cleaning 50004 clauses out of 100031 with flag 7657280/1316000
520.84/258.22	c cleaning 51000 clauses out of 102027 with flag 7965719/1368000
543.45/269.54	c cleaning 51978 clauses out of 104030 with flag 8280169/1421003
566.64/281.13	c cleaning 52981 clauses out of 106049 with flag 8597970/1475000
590.84/293.26	c cleaning 54014 clauses out of 108068 with flag 8929278/1530000
615.83/305.71	c cleaning 55006 clauses out of 110054 with flag 9258142/1586000
641.64/318.67	c cleaning 56023 clauses out of 112050 with flag 9596523/1643002
673.22/334.35	c cleaning 56961 clauses out of 114025 with flag 9937631/1701000
700.82/348.19	c cleaning 58016 clauses out of 116065 with flag 10284783/1760001
734.48/364.88	c cleaning 58995 clauses out of 118049 with flag 10643731/1820001
765.08/380.18	c cleaning 59993 clauses out of 120053 with flag 11004543/1881000
795.68/395.50	c cleaning 60982 clauses out of 122061 with flag 11371416/1943001
829.05/412.03	c cleaning 61996 clauses out of 124078 with flag 11747251/2006000
868.23/431.91	c cleaning 63007 clauses out of 126084 with flag 12129381/2070002
907.48/451.42	c cleaning 64019 clauses out of 128076 with flag 12505091/2135001
948.44/471.83	c cleaning 65014 clauses out of 130056 with flag 12895629/2201000
990.23/492.61	c cleaning 65985 clauses out of 132043 with flag 13291231/2268001
1033.04/513.90	c cleaning 66995 clauses out of 134057 with flag 13693287/2336000
1077.27/535.92	c cleaning 68003 clauses out of 136062 with flag 14099762/2405000
1122.46/558.40	c cleaning 68994 clauses out of 138060 with flag 14515622/2475001
1168.87/581.53	c cleaning 70022 clauses out of 140065 with flag 14934614/2546000
1217.22/605.56	c cleaning 70980 clauses out of 142044 with flag 15357377/2618001
1266.04/629.84	c cleaning 72013 clauses out of 144063 with flag 15784011/2691000
1316.98/655.80	c cleaning 73025 clauses out of 146050 with flag 16220968/2765000
1360.07/677.29	c cleaning 0 clauses out of 18000 with flag 0/18000
1367.07/680.76	c cleaning 74002 clauses out of 148025 with flag 16665659/2840000
1419.99/707.07	c cleaning 74972 clauses out of 150023 with flag 17110562/2916000
1474.44/734.13	c cleaning 76009 clauses out of 152051 with flag 17563748/2993000
1529.22/761.49	c cleaning 76976 clauses out of 154042 with flag 18022083/3071000
1585.94/789.60	c cleaning 77990 clauses out of 156067 with flag 18487303/3150001
1643.32/818.13	c cleaning 79029 clauses out of 158076 with flag 18959658/3230000
1703.65/848.20	c cleaning 79997 clauses out of 160048 with flag 19430448/3311001
1763.95/878.16	c cleaning 81010 clauses out of 162050 with flag 19901789/3393000
1800.15/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.10	c starts		: 26917
1800.15/896.10	c conflicts		: 3448013
1800.15/896.10	c decisions		: 28810356
1800.15/896.10	c propagations		: 444911803
1800.15/896.10	c inspects		: 9538103932
1800.15/896.10	c shortcuts		: 0
1800.15/896.10	c learnt literals	: 2
1800.15/896.10	c learnt binary clauses	: 70
1800.15/896.10	c learnt ternary clauses	: 769
1800.15/896.10	c learnt constraints	: 3448011
1800.15/896.10	c ignored constraints	: 0
1800.15/896.10	c root simplifications	: 0
1800.15/896.10	c removed literals (reason simplification)	: 3038043
1800.15/896.10	c reason swapping (by a shorter reason)	: 0
1800.15/896.10	c Calls to reduceDB	: 78
1800.15/896.10	c Number of update (reduction) of LBD	: 756881
1800.15/896.10	c Imported unit clauses	: 0
1800.15/896.10	c number of reductions to clauses (during analyze)	: 0
1800.15/896.10	c number of learned constraints concerned by reduction	: 0
1800.15/896.10	c number of learning phase by resolution	: 0
1800.15/896.10	c number of learning phase by cutting planes	: 0
1800.15/896.10	c speed (assignments/second)	: 496779.0089918077
1800.15/896.10	c non guided choices	15920
1800.15/896.13	c learnt constraints type 
1800.15/896.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1800.15/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135983
1800.15/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.13	c starts		: 45
1800.15/896.13	c conflicts		: 20232
1800.15/896.13	c decisions		: 71214
1800.15/896.13	c propagations		: 2399491
1800.15/896.13	c inspects		: 624298911
1800.15/896.13	c shortcuts		: 0
1800.15/896.13	c learnt literals	: 0
1800.15/896.13	c learnt binary clauses	: 0
1800.15/896.13	c learnt ternary clauses	: 0
1800.15/896.13	c learnt constraints	: 20231
1800.15/896.13	c ignored constraints	: 0
1800.15/896.13	c root simplifications	: 0
1800.15/896.13	c removed literals (reason simplification)	: 0
1800.15/896.13	c reason swapping (by a shorter reason)	: 0
1800.15/896.13	c Calls to reduceDB	: 3
1800.15/896.13	c Number of update (reduction) of LBD	: 0
1800.15/896.13	c Imported unit clauses	: 0
1800.15/896.13	c number of reductions to clauses (during analyze)	: 0
1800.15/896.13	c number of learned constraints concerned by reduction	: 0
1800.15/896.13	c number of learning phase by resolution	: 0
1800.15/896.13	c number of learning phase by cutting planes	: 0
1800.15/896.13	c speed (assignments/second)	: 2679.1395904513074
1800.15/896.13	c non guided choices	350
1800.15/896.14	c learnt constraints type 
1800.15/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 48
1800.15/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20183
1800.15/896.14	s UNKNOWN
1800.15/896.14	c Total wall clock time (in seconds): 896.033

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

pid=23725
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.50 4.28 4.22 4/197 23728
/proc/meminfo: memFree=29656284/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30866059 98570240 977 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 24065 977 743 9 0 16771 0
[pid=23728/tid=23729] ppid=23725 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) R 23725 23728 22007 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30866059 98570240 977 33554432000 1073741824 1073778376 140734485871440 140100078915112 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.50 4.28 4.22 4/197 23728
/proc/meminfo: memFree=29656284/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 30866059 9787879424 6112 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2389619 6112 2156 9 0 2380296 0
[pid=23728/tid=23729] ppid=23725 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) R 23725 23728 22007 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 30866059 9787879424 6112 33554432000 1073741824 1073778376 140734485871440 140100078918560 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.50 4.28 4.22 4/197 23728
/proc/meminfo: memFree=29656284/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 4718 0 1 0 25 1 0 0 20 0 18 0 30866059 9787879424 6788 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2389619 6788 2214 9 0 2380296 0
[pid=23728/tid=23729] ppid=23725 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) R 23725 23728 22007 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 30866059 9787879424 6788 33554432000 1073741824 1073778376 140734485871440 140100078904000 140099903907639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 4.50 4.28 4.22 4/197 23728
/proc/meminfo: memFree=29656284/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 6065 0 1 0 49 1 0 0 20 0 18 0 30866059 9787879424 9106 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2389619 9106 2234 9 0 2380296 0
[pid=23728/tid=23729] ppid=23725 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) R 23725 23728 22007 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 30866059 9787879424 9106 33554432000 1073741824 1073778376 140734485871440 140100078904000 140099903928199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 4.50 4.28 4.22 4/197 23728
/proc/meminfo: memFree=29656284/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 14781 0 1 0 173 4 0 0 20 0 22 0 30866059 10060525568 23916 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 23916 2265 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2493 0 1 0 46 2 0 0 20 0 22 0 30866059 10060525568 23917 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.50 4.28 4.22 7/219 23750
/proc/meminfo: memFree=29487352/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=4.79 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 22384 0 1 0 472 7 0 0 20 0 22 0 30866059 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 48452 2292 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2493 0 1 0 46 2 0 0 20 0 22 0 30866059 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23738/stat : 23738 (java) S 23725 23728 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30866060 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140100033042600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23739] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23739/stat : 23739 (java) S 23725 23728 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099902757864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23740] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23740/stat : 23740 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099901703928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23741] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23741/stat : 23741 (java) S 23725 23728 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099900651016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23742] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23742/stat : 23742 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099899599504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23743] ppid=23725 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23728/task/23743/stat : 23743 (java) R 23725 23728 22007 0 -1 4202560 7138 0 0 0 113 2 0 0 20 0 22 0 30866064 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099898546616 140100085123185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23744] ppid=23725 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23728/task/23744/stat : 23744 (java) R 23725 23728 22007 0 -1 4202560 11280 0 0 0 110 2 0 0 20 0 22 0 30866064 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099897471928 140100085060204 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23745] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23745/stat : 23745 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099896441208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23746] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23746/stat : 23746 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099895388616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23747] ppid=23725 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/23728/task/23747/stat : 23747 (java) R 23725 23728 22007 0 -1 4202560 17 0 0 0 95 0 0 0 20 0 22 0 30866109 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099894332480 140099904599053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23748] ppid=23725 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23728/task/23748/stat : 23748 (java) R 23725 23728 22007 0 -1 4202560 74 0 0 0 94 2 0 0 20 0 22 0 30866109 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099893265512 140099904631115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23749] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23749/stat : 23749 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099892229544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23750] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23750/stat : 23750 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 48452 33554432000 1073741824 1073778376 140734485871440 140099891176744 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.70 4.33 4.23 6/219 23750
/proc/meminfo: memFree=29324944/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 23123 0 1 0 849 14 0 0 20 0 22 0 30866059 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 91569 2292 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2493 0 1 0 46 2 0 0 20 0 22 0 30866059 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23728/task/23738/stat : 23738 (java) S 23725 23728 22007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30866060 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140100033042600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23739] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23739/stat : 23739 (java) S 23725 23728 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099902757864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23740] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23740/stat : 23740 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099901703928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23741] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23741/stat : 23741 (java) S 23725 23728 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099900651016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23742] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23742/stat : 23742 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099899599504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23743] ppid=23725 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/23728/task/23743/stat : 23743 (java) S 23725 23728 22007 0 -1 4202560 7526 0 0 0 121 2 0 0 20 0 22 0 30866064 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099898546616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23744] ppid=23725 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/23728/task/23744/stat : 23744 (java) S 23725 23728 22007 0 -1 4202560 11337 0 0 0 153 2 0 0 20 0 22 0 30866064 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099897493816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23745] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23745/stat : 23745 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099896441208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23746] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23746/stat : 23746 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099895388616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23747] ppid=23725 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23728/task/23747/stat : 23747 (java) R 23725 23728 22007 0 -1 4202560 19 0 0 0 246 0 0 0 20 0 22 0 30866109 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099894332704 140099904678116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23748] ppid=23725 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23728/task/23748/stat : 23748 (java) R 23725 23728 22007 0 -1 4202560 134 0 0 0 244 2 0 0 20 0 22 0 30866109 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099893280624 140099904607359 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23749] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23749/stat : 23749 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099892229544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23750] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23750/stat : 23750 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 91569 33554432000 1073741824 1073778376 140734485871440 140099891176744 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.70 4.33 4.23 5/219 23750
/proc/meminfo: memFree=28515388/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=15.17 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 23711 0 1 0 1493 24 0 0 20 0 22 0 30866059 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 161734 2292 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2493 0 1 0 46 2 0 0 20 0 22 0 30866059 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 75 0 0 0 6 1 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 62 0 0 0 6 2 0 0 20 0 22 0 30866060 10060525568 161734 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.73 4.35 4.23 5/219 23795
/proc/meminfo: memFree=22787772/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=1772.36 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 34847 0 1 0 177017 219 0 0 20 0 22 0 30866059 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 942632 2301 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2495 0 1 0 48 4 0 0 20 0 22 0 30866059 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 592 0 0 0 177 15 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 590 0 0 0 199 17 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 709 0 0 0 214 20 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 786 0 0 0 203 18 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 662 0 0 0 193 18 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 704 0 0 0 189 16 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 776 0 0 0 205 20 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/23728/task/23738/stat : 23738 (java) S 23725 23728 22007 0 -1 4202560 705 0 0 0 197 19 0 0 20 0 22 0 30866060 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140100033042600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23739] ppid=23725 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/23728/task/23739/stat : 23739 (java) S 23725 23728 22007 0 -1 4202560 2315 0 0 0 313 9 0 0 20 0 22 0 30866061 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099902757864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23740] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23740/stat : 23740 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099901703928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23741] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23741/stat : 23741 (java) S 23725 23728 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099900651016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23742] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23742/stat : 23742 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099899599504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23743] ppid=23725 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23728/task/23743/stat : 23743 (java) S 23725 23728 22007 0 -1 4202560 7530 0 0 0 152 2 0 0 20 0 22 0 30866064 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099898546616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23744] ppid=23725 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23728/task/23744/stat : 23744 (java) S 23725 23728 22007 0 -1 4202560 13347 0 0 0 208 3 0 0 20 0 22 0 30866064 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099897493816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23745] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23745/stat : 23745 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099896441208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23746] ppid=23725 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23728/task/23746/stat : 23746 (java) S 23725 23728 22007 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 30866064 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099895388616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23747] ppid=23725 vsize=9824732 CPUtime=873.73 cores=1,3,5,7
/proc/23728/task/23747/stat : 23747 (java) R 23725 23728 22007 0 -1 4202560 84 0 0 0 87356 17 0 0 20 0 22 0 30866109 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099894325872 140099904556102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23748] ppid=23725 vsize=9824732 CPUtime=873.84 cores=1,3,5,7
/proc/23728/task/23748/stat : 23748 (java) R 23725 23728 22007 0 -1 4202560 2236 0 0 0 87335 49 0 0 20 0 22 0 30866109 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099893280672 140099904631346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23749] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23749/stat : 23749 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099892229544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23750] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23750/stat : 23750 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 942632 33554432000 1073741824 1073778376 140734485871440 140099891176744 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.78 4.37 4.24 5/219 23864
/proc/meminfo: memFree=25853360/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 34900 0 1 0 179792 223 0 0 20 0 22 0 30866059 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 948777 2301 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2495 0 1 0 48 4 0 0 20 0 22 0 30866059 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 603 0 0 0 184 16 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 598 0 0 0 204 17 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 717 0 0 0 220 21 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 790 0 0 0 207 19 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 671 0 0 0 200 19 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 705 0 0 0 191 16 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 776 0 0 0 208 20 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/23728/task/23738/stat : 23738 (java) S 23725 23728 22007 0 -1 4202560 709 0 0 0 202 20 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100033042600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23739] ppid=23725 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/23728/task/23739/stat : 23739 (java) S 23725 23728 22007 0 -1 4202560 2318 0 0 0 313 9 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099902757864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23740] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23740/stat : 23740 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099901703928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23741] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23741/stat : 23741 (java) S 23725 23728 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099900651016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23742] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23742/stat : 23742 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099899599504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23743] ppid=23725 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23728/task/23743/stat : 23743 (java) S 23725 23728 22007 0 -1 4202560 7530 0 0 0 152 2 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099898546616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23744] ppid=23725 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23728/task/23744/stat : 23744 (java) S 23725 23728 22007 0 -1 4202560 13347 0 0 0 208 3 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099897493816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23745] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23745/stat : 23745 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099896441208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23746] ppid=23725 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23728/task/23746/stat : 23746 (java) S 23725 23728 22007 0 -1 4202560 53 0 0 0 13 23 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099895388616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23747] ppid=23725 vsize=9824732 CPUtime=887.39 cores=1,3,5,7
/proc/23728/task/23747/stat : 23747 (java) R 23725 23728 22007 0 -1 4202560 85 0 0 0 88721 18 0 0 20 0 22 0 30866109 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099894333536 140099904582007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23748] ppid=23725 vsize=9824732 CPUtime=887.51 cores=1,3,5,7
/proc/23728/task/23748/stat : 23748 (java) R 23725 23728 22007 0 -1 4202560 2238 0 0 0 88701 50 0 0 20 0 22 0 30866109 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099893281760 140099904812672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23749] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23749/stat : 23749 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099892229544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23750] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23750/stat : 23750 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099891176744 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 23728 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.78 4.37 4.24 5/219 23864
/proc/meminfo: memFree=25853360/32872528 swapFree=1437460/1543748
[pid=23728] ppid=23725 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/23728/stat : 23728 (java) S 23725 23728 22007 0 -1 4202496 34900 0 1 0 179792 223 0 0 20 0 22 0 30866059 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140734485862576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23728/statm: 2456183 948777 2301 9 0 2446860 0
[pid=23728/tid=23729] ppid=23725 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23728/task/23729/stat : 23729 (java) S 23725 23728 22007 0 -1 4202560 2495 0 1 0 48 4 0 0 20 0 22 0 30866059 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100078920568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23731] ppid=23725 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/23728/task/23731/stat : 23731 (java) S 23725 23728 22007 0 -1 4202560 603 0 0 0 184 16 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100040412200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23732] ppid=23725 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23728/task/23732/stat : 23732 (java) S 23725 23728 22007 0 -1 4202560 598 0 0 0 204 17 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100039359400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23733] ppid=23725 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/23728/task/23733/stat : 23733 (java) S 23725 23728 22007 0 -1 4202560 717 0 0 0 220 21 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100038306600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23734] ppid=23725 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/23728/task/23734/stat : 23734 (java) S 23725 23728 22007 0 -1 4202560 790 0 0 0 207 19 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100037253800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23735] ppid=23725 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/23728/task/23735/stat : 23735 (java) S 23725 23728 22007 0 -1 4202560 671 0 0 0 200 19 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100036201000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23736] ppid=23725 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/23728/task/23736/stat : 23736 (java) S 23725 23728 22007 0 -1 4202560 705 0 0 0 191 16 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100035148200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23737] ppid=23725 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23728/task/23737/stat : 23737 (java) S 23725 23728 22007 0 -1 4202560 776 0 0 0 208 20 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100034095400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23738] ppid=23725 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/23728/task/23738/stat : 23738 (java) S 23725 23728 22007 0 -1 4202560 709 0 0 0 202 20 0 0 20 0 22 0 30866060 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140100033042600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23739] ppid=23725 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/23728/task/23739/stat : 23739 (java) S 23725 23728 22007 0 -1 4202560 2318 0 0 0 313 9 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099902757864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23740] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23740/stat : 23740 (java) S 23725 23728 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099901703928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23741] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23741/stat : 23741 (java) S 23725 23728 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30866061 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099900651016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23742] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23742/stat : 23742 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099899599504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23743] ppid=23725 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23728/task/23743/stat : 23743 (java) S 23725 23728 22007 0 -1 4202560 7530 0 0 0 152 2 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099898546616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23744] ppid=23725 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23728/task/23744/stat : 23744 (java) S 23725 23728 22007 0 -1 4202560 13347 0 0 0 208 3 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099897493816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23745] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23745/stat : 23745 (java) S 23725 23728 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099896441208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23728/tid=23746] ppid=23725 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23728/task/23746/stat : 23746 (java) S 23725 23728 22007 0 -1 4202560 53 0 0 0 13 23 0 0 20 0 22 0 30866064 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099895388616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23747] ppid=23725 vsize=9824732 CPUtime=887.39 cores=1,3,5,7
/proc/23728/task/23747/stat : 23747 (java) R 23725 23728 22007 0 -1 4202560 85 0 0 0 88721 18 0 0 20 0 22 0 30866109 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099894333536 140099904582007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23728/tid=23748] ppid=23725 vsize=9824732 CPUtime=887.51 cores=1,3,5,7
/proc/23728/task/23748/stat : 23748 (java) R 23725 23728 22007 0 -1 4202560 2238 0 0 0 88701 50 0 0 20 0 22 0 30866109 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099893281760 140099904812672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23728/tid=23749] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23749/stat : 23749 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099892229544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23728/tid=23750] ppid=23725 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23728/task/23750/stat : 23750 (java) S 23725 23728 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30866110 10060525568 948777 33554432000 1073741824 1073778376 140734485871440 140099891176744 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.168
CPU time (s): 1800.71
CPU user time (s): 1797.97
CPU system time (s): 2.74158
CPU usage (%): 200.934
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.74158
maximum resident set size= 3795224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23966
involuntary context switches= 24168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72313 second user time and 7.62484 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 3c78ac84f21f4de0992f4a091829144b
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:        29656548 kB
Buffers:           41676 kB
Cached:           317768 kB
SwapCached:         2072 kB
Active:           632988 kB
Inactive:         327412 kB
Active(anon):     601536 kB
Inactive(anon):     1656 kB
Active(file):      31452 kB
Inactive(file):   325756 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2544 kB
Writeback:             0 kB
AnonPages:       2190808 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566952 kB
SReclaimable:      10640 kB
SUnreclaim:       556312 kB
KernelStack:        1808 kB
PageTables:         8396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3143176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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:44