Trace number 4117046

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.01 894.869

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-3.opb
MD5SUMf6c76c9ee3b2b7a7912c204650cab285
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 variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
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-4117046-1466954115.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.37s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9920
1.03/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
1.03/0.50	c org.sat4j.specs.Constr$1 => 872
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
1.03/0.50	c 9920 constraints processed.
1.03/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.50	c org.sat4j.specs.Constr$1 => 872
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.03/0.50	c 9920 constraints processed.
4.94/1.50	c cleaning 2488 clauses out of 4998 with flag 16137/5000
6.86/2.12	c cleaning 4243 clauses out of 8513 with flag 36974/11003
8.29/2.83	c cleaning 5625 clauses out of 11267 with flag 63469/18000
9.97/3.65	c cleaning 6811 clauses out of 13643 with flag 96307/26001
11.80/4.58	c cleaning 7908 clauses out of 15831 with flag 135219/35000
14.07/5.69	c cleaning 8923 clauses out of 17924 with flag 180452/45001
16.93/7.00	c cleaning 9980 clauses out of 20000 with flag 230785/56000
19.53/8.37	c cleaning 10987 clauses out of 22022 with flag 289626/68002
22.83/9.96	c cleaning 12013 clauses out of 24033 with flag 355246/81000
26.22/11.64	c cleaning 12977 clauses out of 26020 with flag 426218/95000
30.12/13.54	c cleaning 14008 clauses out of 28044 with flag 505037/110001
34.32/15.61	c cleaning 15007 clauses out of 30035 with flag 590127/126000
38.53/17.79	c cleaning 16001 clauses out of 32028 with flag 681921/143000
43.85/20.30	c cleaning 17002 clauses out of 34027 with flag 782342/161000
47.66/22.12	c cleaning 0 clauses out of 5001 with flag 0/5001
49.57/22.95	c cleaning 17992 clauses out of 36026 with flag 885439/180001
56.10/26.05	c cleaning 18973 clauses out of 38033 with flag 998951/200000
62.49/29.22	c cleaning 19975 clauses out of 40061 with flag 1118586/221001
69.30/32.68	c cleaning 21025 clauses out of 42085 with flag 1243938/243000
77.23/36.51	c cleaning 22007 clauses out of 44061 with flag 1376522/266001
85.24/40.51	c cleaning 23001 clauses out of 46053 with flag 1514994/290000
93.34/44.51	c cleaning 24014 clauses out of 48052 with flag 1664753/315000
102.13/48.91	c cleaning 25000 clauses out of 50039 with flag 1818078/341001
111.44/53.60	c cleaning 25959 clauses out of 52040 with flag 1978025/368002
121.44/58.59	c cleaning 27028 clauses out of 54080 with flag 2146612/396001
132.37/63.91	c cleaning 28009 clauses out of 56051 with flag 2318893/425000
143.85/69.68	c cleaning 28979 clauses out of 58042 with flag 2499101/455000
155.84/75.67	c cleaning 30011 clauses out of 60063 with flag 2685679/486000
167.91/81.69	c cleaning 31016 clauses out of 62052 with flag 2878663/518000
180.18/87.78	c cleaning 31995 clauses out of 64036 with flag 3076177/551000
193.45/94.31	c cleaning 32989 clauses out of 66041 with flag 3282642/585000
207.27/101.28	c cleaning 34017 clauses out of 68052 with flag 3497040/620000
223.87/109.89	c cleaning 34988 clauses out of 70037 with flag 3717128/656002
238.72/117.25	c cleaning 35976 clauses out of 72047 with flag 3944266/693000
254.59/125.15	c cleaning 36985 clauses out of 74072 with flag 4179871/731001
269.88/132.74	c cleaning 0 clauses out of 11000 with flag 0/11000
271.08/133.37	c cleaning 38024 clauses out of 76086 with flag 4416730/770000
287.81/141.63	c cleaning 39010 clauses out of 78062 with flag 4668283/810000
305.95/150.63	c cleaning 40016 clauses out of 80055 with flag 4921538/851003
324.46/159.86	c cleaning 41004 clauses out of 82036 with flag 5181352/893000
343.81/169.49	c cleaning 41998 clauses out of 84033 with flag 5446324/936001
363.96/179.47	c cleaning 43018 clauses out of 86035 with flag 5720389/980001
385.28/190.03	c cleaning 43980 clauses out of 88016 with flag 6000610/1025000
406.62/200.69	c cleaning 45012 clauses out of 90037 with flag 6289376/1071001
428.98/211.73	c cleaning 45960 clauses out of 92024 with flag 6584973/1118000
451.30/222.83	c cleaning 46998 clauses out of 94064 with flag 6889232/1166000
475.98/235.10	c cleaning 48009 clauses out of 96067 with flag 7199272/1215001
501.14/247.62	c cleaning 48995 clauses out of 98057 with flag 7513467/1265000
527.41/260.73	c cleaning 49983 clauses out of 100064 with flag 7837696/1316002
554.77/274.39	c cleaning 51025 clauses out of 102079 with flag 8164900/1368000
582.93/288.35	c cleaning 51988 clauses out of 104056 with flag 8499723/1421002
611.98/302.77	c cleaning 53009 clauses out of 106070 with flag 8840546/1475004
643.69/319.11	c cleaning 54014 clauses out of 108057 with flag 9186319/1530000
673.40/333.96	c cleaning 54981 clauses out of 110043 with flag 9541478/1586000
705.42/349.85	c cleaning 55999 clauses out of 112063 with flag 9905012/1643001
738.33/366.28	c cleaning 56980 clauses out of 114065 with flag 10268653/1701002
773.21/383.54	c cleaning 57988 clauses out of 116083 with flag 10639582/1760000
808.55/401.06	c cleaning 59041 clauses out of 118098 with flag 11019850/1820003
846.69/419.97	c cleaning 60025 clauses out of 120054 with flag 11405058/1881000
884.38/438.67	c cleaning 60986 clauses out of 122029 with flag 11798650/1943000
922.68/457.67	c cleaning 62010 clauses out of 124043 with flag 12196986/2006000
962.71/477.51	c cleaning 62970 clauses out of 126033 with flag 12602873/2070000
992.81/492.54	c cleaning 0 clauses out of 18000 with flag 0/18000
1003.69/497.95	c cleaning 64023 clauses out of 128063 with flag 13014604/2135000
1047.02/519.53	c cleaning 65021 clauses out of 130042 with flag 13430947/2201002
1090.51/541.17	c cleaning 65986 clauses out of 132019 with flag 13851127/2268000
1135.90/563.70	c cleaning 66983 clauses out of 134033 with flag 14279639/2336000
1184.68/587.96	c cleaning 67992 clauses out of 136051 with flag 14719399/2405001
1232.75/611.80	c cleaning 69012 clauses out of 138059 with flag 15162254/2475001
1283.19/636.90	c cleaning 70022 clauses out of 140046 with flag 15608948/2546000
1337.01/664.56	c cleaning 70985 clauses out of 142024 with flag 16060740/2618000
1387.22/689.58	c cleaning 71997 clauses out of 144040 with flag 16526387/2691001
1438.85/715.27	c cleaning 72988 clauses out of 146042 with flag 16991075/2765000
1493.69/742.52	c cleaning 74017 clauses out of 148054 with flag 17466434/2840000
1548.51/769.90	c cleaning 74962 clauses out of 150038 with flag 17943670/2916001
1606.28/798.59	c cleaning 75998 clauses out of 152075 with flag 18430159/2993000
1665.44/827.93	c cleaning 77017 clauses out of 154078 with flag 18923375/3071001
1725.96/858.02	c cleaning 77999 clauses out of 156061 with flag 19417228/3150001
1786.90/888.32	c cleaning 78985 clauses out of 158062 with flag 19923724/3230001
1800.01/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/894.80	c starts		: 26696
1800.01/894.80	c conflicts		: 3252224
1800.01/894.80	c decisions		: 33570804
1800.01/894.80	c propagations		: 453278902
1800.01/894.80	c inspects		: 9227244003
1800.01/894.80	c shortcuts		: 0
1800.01/894.80	c learnt literals	: 2
1800.01/894.80	c learnt binary clauses	: 40
1800.01/894.80	c learnt ternary clauses	: 588
1800.01/894.80	c learnt constraints	: 3252222
1800.01/894.80	c ignored constraints	: 0
1800.01/894.80	c root simplifications	: 0
1800.01/894.80	c removed literals (reason simplification)	: 2050840
1800.01/894.80	c reason swapping (by a shorter reason)	: 0
1800.01/894.80	c Calls to reduceDB	: 76
1800.01/894.80	c Number of update (reduction) of LBD	: 678029
1800.01/894.80	c Imported unit clauses	: 0
1800.01/894.80	c number of reductions to clauses (during analyze)	: 0
1800.01/894.80	c number of learned constraints concerned by reduction	: 0
1800.01/894.80	c number of learning phase by resolution	: 0
1800.01/894.80	c number of learning phase by cutting planes	: 0
1800.01/894.80	c speed (assignments/second)	: 506858.39620436745
1800.01/894.80	c non guided choices	7573
1800.01/894.83	c learnt constraints type 
1800.01/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.01/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101260
1800.01/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/894.83	c starts		: 51
1800.01/894.83	c conflicts		: 22659
1800.01/894.83	c decisions		: 80677
1800.01/894.83	c propagations		: 2728869
1800.01/894.83	c inspects		: 860393107
1800.01/894.83	c shortcuts		: 0
1800.01/894.83	c learnt literals	: 0
1800.01/894.83	c learnt binary clauses	: 0
1800.01/894.83	c learnt ternary clauses	: 0
1800.01/894.83	c learnt constraints	: 22659
1800.01/894.83	c ignored constraints	: 0
1800.01/894.83	c root simplifications	: 0
1800.01/894.83	c removed literals (reason simplification)	: 0
1800.01/894.83	c reason swapping (by a shorter reason)	: 0
1800.01/894.83	c Calls to reduceDB	: 3
1800.01/894.83	c Number of update (reduction) of LBD	: 0
1800.01/894.83	c Imported unit clauses	: 0
1800.01/894.83	c number of reductions to clauses (during analyze)	: 0
1800.01/894.83	c number of learned constraints concerned by reduction	: 0
1800.01/894.83	c number of learning phase by resolution	: 0
1800.01/894.83	c number of learning phase by cutting planes	: 0
1800.01/894.83	c speed (assignments/second)	: 3051.320326861406
1800.01/894.83	c non guided choices	263
1800.01/894.84	c learnt constraints type 
1800.01/894.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.01/894.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22653
1800.01/894.84	s UNKNOWN
1800.01/894.84	c Total wall clock time (in seconds): 894.717

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

pid=23636
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.45 4.24 4.20 4/197 23639
/proc/meminfo: memFree=27688604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23639/stat : 23639 (java) D 23636 23639 20053 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28450990 9515008 183 33554432000 1073741824 1073778376 140734541485104 140734541476136 213866331829 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2323 183 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.45 4.24 4.20 4/197 23639
/proc/meminfo: memFree=27688604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 28450990 9787879424 6030 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 4.45 4.24 4.20 4/197 23639
/proc/meminfo: memFree=27688604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 4668 0 1 0 22 1 0 0 20 0 18 0 28450990 9787879424 6752 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2389619 6758 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 4.45 4.24 4.20 4/197 23639
/proc/meminfo: memFree=27688604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 5776 0 1 0 46 2 0 0 20 0 18 0 28450990 9787879424 8490 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2389619 8490 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 4.45 4.24 4.20 4/197 23639
/proc/meminfo: memFree=27688604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 15463 0 1 0 177 4 0 0 20 0 22 0 28450990 10060525568 23570 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 23585 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.45 4.24 4.20 7/219 23661
/proc/meminfo: memFree=27565844/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 22792 0 1 0 487 7 0 0 20 0 22 0 28450990 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 48081 2288 9 0 2446860 0
[pid=23639/tid=23641] ppid=23636 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/23639/task/23641/stat : 23641 (java) S 23636 23639 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28450991 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465949778808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23642] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23642/stat : 23642 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465911269544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23643] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23643/stat : 23643 (java) S 23636 23639 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465910217000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23644] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28450993 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/23639/task/23654/stat : 23654 (java) R 23636 23639 20053 0 -1 4202560 8302 0 0 0 125 0 0 0 20 0 22 0 28450997 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465769734088 140465955625055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23655] ppid=23636 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/23639/task/23655/stat : 23655 (java) R 23636 23639 20053 0 -1 4202560 10577 0 0 0 116 2 0 0 20 0 22 0 28450997 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465768704696 140465952693409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23656] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23656/stat : 23656 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465767652344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23657] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23657/stat : 23657 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140465766600008 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23658] ppid=23636 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23639/task/23658/stat : 23658 (java) R 23636 23639 20053 0 -1 4202560 19 0 0 0 94 0 0 0 20 0 22 0 28451041 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140464757922208 140465953063783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23659] ppid=23636 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23639/task/23659/stat : 23659 (java) R 23636 23639 20053 0 -1 4202560 76 0 0 0 94 2 0 0 20 0 22 0 28451041 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140464756870152 140465782660551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23660] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23660/stat : 23660 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140464755819560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23661] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23661/stat : 23661 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 48081 33554432000 1073741824 1073778376 140737275793536 140464754767016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.50 4.26 4.20 5/219 23661
/proc/meminfo: memFree=27439252/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=8.97 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 29172 0 1 0 883 14 0 0 20 0 22 0 28450990 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 92496 2292 9 0 2446860 0
[pid=23639/tid=23641] ppid=23636 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/23639/task/23641/stat : 23641 (java) S 23636 23639 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28450991 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465949778808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23642] ppid=23636 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23639/task/23642/stat : 23642 (java) S 23636 23639 20053 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465911269544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23643] ppid=23636 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23639/task/23643/stat : 23643 (java) R 23636 23639 20053 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465910217000 213869704252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23644] ppid=23636 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28450993 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23639/task/23654/stat : 23654 (java) S 23636 23639 20053 0 -1 4202560 9109 0 0 0 150 1 0 0 20 0 22 0 28450997 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465769757240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23655] ppid=23636 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/23639/task/23655/stat : 23655 (java) S 23636 23639 20053 0 -1 4202560 15880 0 0 0 165 3 0 0 20 0 22 0 28450997 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465768704696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23656] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23656/stat : 23656 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465767652344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23657] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23657/stat : 23657 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140465766600008 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23658] ppid=23636 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23639/task/23658/stat : 23658 (java) R 23636 23639 20053 0 -1 4202560 19 0 0 0 244 0 0 0 20 0 22 0 28451041 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140464757922200 140465781883375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23659] ppid=23636 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/23639/task/23659/stat : 23659 (java) R 23636 23639 20053 0 -1 4202560 138 0 0 0 244 3 0 0 20 0 22 0 28451041 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140464756870408 140465782314509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23660] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23660/stat : 23660 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140464755819560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23661] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23661/stat : 23661 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 92496 33554432000 1073741824 1073778376 140737275793536 140464754767016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.50 4.26 4.20 5/219 23661
/proc/meminfo: memFree=27074832/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=15.53 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 29698 0 1 0 1527 26 0 0 20 0 22 0 28450990 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 162852 2292 9 0 2446860 0
[pid=23639/tid=23641] ppid=23636 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/23639/task/23641/stat : 23641 (java) S 23636 23639 20053 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28450991 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465949778808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23642] ppid=23636 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23639/task/23642/stat : 23642 (java) S 23636 23639 20053 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465911269544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23643] ppid=23636 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23639/task/23643/stat : 23643 (java) S 23636 23639 20053 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465910217000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23644] ppid=23636 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28450993 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 162852 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=1.51 cores=0,2,4,6

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

/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 571 0 0 0 260 18 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 487 0 0 0 253 14 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 605 0 0 0 260 19 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 563 0 0 0 241 16 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 559 0 0 0 230 15 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 513 0 0 0 250 15 0 0 20 0 22 0 28450993 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 2298 0 0 0 379 6 0 0 20 0 22 0 28450994 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/23639/task/23654/stat : 23654 (java) S 23636 23639 20053 0 -1 4202560 15208 0 0 0 225 2 0 0 20 0 22 0 28450997 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465769757240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23655] ppid=23636 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23639/task/23655/stat : 23655 (java) S 23636 23639 20053 0 -1 4202560 15883 0 0 0 171 3 0 0 20 0 22 0 28450997 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465768704696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23656] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23656/stat : 23656 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465767652344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23657] ppid=23636 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/23639/task/23657/stat : 23657 (java) S 23636 23639 20053 0 -1 4202560 46 0 0 0 12 18 0 0 20 0 22 0 28450997 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140465766600008 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23658] ppid=23636 vsize=9824732 CPUtime=810.07 cores=0,2,4,6
/proc/23639/task/23658/stat : 23658 (java) R 23636 23639 20053 0 -1 4202560 48 0 0 0 80993 14 0 0 20 0 22 0 28451041 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140464757923056 140465782075144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23659] ppid=23636 vsize=9824732 CPUtime=810.14 cores=0,2,4,6
/proc/23639/task/23659/stat : 23659 (java) R 23636 23639 20053 0 -1 4202560 1983 0 0 0 80965 49 0 0 20 0 22 0 28451041 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140464756871552 140465782157440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23660] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23660/stat : 23660 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140464755819560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23661] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23661/stat : 23661 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 911254 33554432000 1073741824 1073778376 140737275793536 140464754767016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1654.12
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.38 4.29 4.23 5/219 23749
/proc/meminfo: memFree=24008348/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=1774.9 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 43643 0 1 0 177284 206 0 0 20 0 22 0 28450990 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 919958 2301 9 0 2446860 0
[pid=23639/tid=23641] ppid=23636 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/23639/task/23641/stat : 23641 (java) S 23636 23639 20053 0 -1 4202560 2444 0 1 0 47 4 0 0 20 0 22 0 28450991 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465949778808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23642] ppid=23636 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/23639/task/23642/stat : 23642 (java) S 23636 23639 20053 0 -1 4202560 537 0 0 0 267 17 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465911269544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23643] ppid=23636 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/23639/task/23643/stat : 23643 (java) S 23636 23639 20053 0 -1 4202560 585 0 0 0 268 17 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465910217000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23644] ppid=23636 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 578 0 0 0 280 18 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 491 0 0 0 277 14 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 611 0 0 0 279 19 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 568 0 0 0 262 16 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 565 0 0 0 256 15 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 517 0 0 0 269 15 0 0 20 0 22 0 28450993 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 2304 0 0 0 379 6 0 0 20 0 22 0 28450994 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/23639/task/23654/stat : 23654 (java) S 23636 23639 20053 0 -1 4202560 15208 0 0 0 225 2 0 0 20 0 22 0 28450997 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465769757240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23655] ppid=23636 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23639/task/23655/stat : 23655 (java) S 23636 23639 20053 0 -1 4202560 15883 0 0 0 171 3 0 0 20 0 22 0 28450997 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465768704696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23656] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23656/stat : 23656 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465767652344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23657] ppid=23636 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23639/task/23657/stat : 23657 (java) S 23636 23639 20053 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 28450997 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140465766600008 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23658] ppid=23636 vsize=9824732 CPUtime=869.45 cores=0,2,4,6
/proc/23639/task/23658/stat : 23658 (java) R 23636 23639 20053 0 -1 4202560 48 0 0 0 86930 15 0 0 20 0 22 0 28451041 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140464757923056 140465782074707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23659] ppid=23636 vsize=9824732 CPUtime=869.52 cores=0,2,4,6
/proc/23639/task/23659/stat : 23659 (java) R 23636 23639 20053 0 -1 4202560 1990 0 0 0 86902 50 0 0 20 0 22 0 28451041 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140464756871616 140465782314509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23660] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23660/stat : 23660 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140464755819560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23661] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23661/stat : 23661 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 919958 33554432000 1073741824 1073778376 140737275793536 140464754767016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.39 4.30 4.23 5/220 23753
/proc/meminfo: memFree=23999604/32872528 swapFree=681168/738400
[pid=23639] ppid=23636 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/23639/stat : 23639 (java) S 23636 23639 20053 0 -1 4202496 43653 0 1 0 179794 207 0 0 20 0 22 0 28450990 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140737275784672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23639/statm: 2456183 922004 2301 9 0 2446860 0
[pid=23639/tid=23641] ppid=23636 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/23639/task/23641/stat : 23641 (java) S 23636 23639 20053 0 -1 4202560 2444 0 1 0 47 4 0 0 20 0 22 0 28450991 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465949778808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23642] ppid=23636 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/23639/task/23642/stat : 23642 (java) S 23636 23639 20053 0 -1 4202560 537 0 0 0 269 17 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465911269544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23643] ppid=23636 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/23639/task/23643/stat : 23643 (java) S 23636 23639 20053 0 -1 4202560 585 0 0 0 270 17 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465910217000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23644] ppid=23636 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/23639/task/23644/stat : 23644 (java) S 23636 23639 20053 0 -1 4202560 580 0 0 0 285 19 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465909164456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23639/tid=23645] ppid=23636 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/23639/task/23645/stat : 23645 (java) S 23636 23639 20053 0 -1 4202560 493 0 0 0 279 14 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465908111912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23646] ppid=23636 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/23639/task/23646/stat : 23646 (java) S 23636 23639 20053 0 -1 4202560 611 0 0 0 281 19 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465907059368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23647] ppid=23636 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/23639/task/23647/stat : 23647 (java) S 23636 23639 20053 0 -1 4202560 569 0 0 0 264 16 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465906006824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23648] ppid=23636 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/23639/task/23648/stat : 23648 (java) S 23636 23639 20053 0 -1 4202560 566 0 0 0 258 15 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465904954280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23649] ppid=23636 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/23639/task/23649/stat : 23649 (java) S 23636 23639 20053 0 -1 4202560 520 0 0 0 274 16 0 0 20 0 22 0 28450993 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465903901736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23650] ppid=23636 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/23639/task/23650/stat : 23650 (java) S 23636 23639 20053 0 -1 4202560 2304 0 0 0 379 6 0 0 20 0 22 0 28450994 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465773967464 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23651] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23651/stat : 23651 (java) S 23636 23639 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465772913784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23652] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23652/stat : 23652 (java) S 23636 23639 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28450994 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465771861128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23653] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23653/stat : 23653 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465770809872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23654] ppid=23636 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/23639/task/23654/stat : 23654 (java) S 23636 23639 20053 0 -1 4202560 15208 0 0 0 225 2 0 0 20 0 22 0 28450997 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465769757240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23655] ppid=23636 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23639/task/23655/stat : 23655 (java) S 23636 23639 20053 0 -1 4202560 15883 0 0 0 171 3 0 0 20 0 22 0 28450997 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465768704696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23656] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23656/stat : 23656 (java) S 23636 23639 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28450997 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465767652344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23657] ppid=23636 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23639/task/23657/stat : 23657 (java) S 23636 23639 20053 0 -1 4202560 50 0 0 0 13 20 0 0 20 0 22 0 28450997 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140465766600008 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23658] ppid=23636 vsize=9824732 CPUtime=881.85 cores=0,2,4,6
/proc/23639/task/23658/stat : 23658 (java) R 23636 23639 20053 0 -1 4202560 48 0 0 0 88170 15 0 0 20 0 22 0 28451041 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140464757923056 140465782075144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23639/tid=23659] ppid=23636 vsize=9824732 CPUtime=881.92 cores=0,2,4,6
/proc/23639/task/23659/stat : 23659 (java) R 23636 23639 20053 0 -1 4202560 1991 0 0 0 88142 50 0 0 20 0 22 0 28451041 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140464756871552 140465782118972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23639/tid=23660] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23660/stat : 23660 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140464755819560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23639/tid=23661] ppid=23636 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23639/task/23661/stat : 23661 (java) S 23636 23639 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28451042 10060525568 922004 33554432000 1073741824 1073778376 140737275793536 140464754767016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 23639 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23639 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=519343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=502619
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.869
CPU time (s): 1800.01
CPU user time (s): 1797.94
CPU system time (s): 2.07
CPU usage (%): 201.148
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.50262
maximum resident set size= 3688132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43687
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24143
involuntary context switches= 26001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70313 second user time and 7.37388 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:15:15
IDJOB=4117046
IDBENCH=109546
IDSOLVER=2543
FILE ID=node112/4117046-1466954115
RUNJOBID= node112-1466939767-20069
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117046-1466954115/watcher-4117046-1466954115 -o /tmp/evaluation-result-4117046-1466954115/solver-4117046-1466954115 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117046-1466954115.opb

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

MD5SUM BENCH= f6c76c9ee3b2b7a7912c204650cab285
RANDOM SEED=965577686

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.56
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.959
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.959
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.56
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.959
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.959
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:        27688884 kB
Buffers:           22156 kB
Cached:           151876 kB
SwapCached:         1692 kB
Active:          3590532 kB
Inactive:         150520 kB
Active(anon):    3566724 kB
Inactive(anon):     2540 kB
Active(file):      23808 kB
Inactive(file):   147980 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:       4304568 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             565976 kB
SReclaimable:       9624 kB
SUnreclaim:       556352 kB
KernelStack:        1672 kB
PageTables:        12664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4807912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3557376 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= 71688 MiB
End job on node112 at 2016-06-26 17:30:10