Trace number 4106915

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 Resolution PB16? (TO) 1800.02 1784.84

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_3_40.opb
MD5SUMb34a3a1ecfe6709c99accfc445aa8e8f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.245962
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106915-1466281376.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.51/0.36	c ... done. Wall clock time 0.256s.
0.51/0.36	c declared #vars     400
0.51/0.36	c internal #vars     2888
0.51/0.36	c #constraints  5579
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
0.51/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.51/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2488
0.51/0.36	c 5579 constraints processed.
1.84/1.04	c cleaning 2478 clauses out of 5000 with flag 10947/5000
2.42/1.51	c cleaning 4275 clauses out of 8549 with flag 25344/11027
3.26/2.22	c cleaning 5611 clauses out of 11248 with flag 41213/18001
4.17/3.06	c cleaning 6816 clauses out of 13636 with flag 60460/26000
5.20/4.02	c cleaning 7925 clauses out of 15849 with flag 82609/35029
6.00/4.89	c cleaning 8909 clauses out of 17895 with flag 105063/45000
7.00/5.83	c cleaning 9967 clauses out of 19989 with flag 130515/56003
8.10/6.92	c cleaning 10982 clauses out of 22019 with flag 157109/68000
9.39/8.15	c cleaning 11982 clauses out of 24037 with flag 187021/81000
10.69/9.46	c cleaning 13035 clauses out of 26070 with flag 219053/95015
12.09/10.89	c cleaning 13980 clauses out of 28020 with flag 254072/110000
13.79/12.50	c cleaning 14988 clauses out of 30041 with flag 293051/126001
15.49/14.25	c cleaning 15998 clauses out of 32052 with flag 334792/143000
17.39/16.19	c cleaning 17005 clauses out of 34054 with flag 384846/161000
19.27/17.84	c cleaning 18014 clauses out of 36051 with flag 448576/180002
21.67/20.21	c cleaning 19002 clauses out of 38035 with flag 508840/200000
24.47/23.08	c cleaning 19972 clauses out of 40033 with flag 563815/221000
27.77/26.36	c cleaning 21029 clauses out of 42063 with flag 619873/243002
31.47/30.08	c cleaning 22030 clauses out of 44060 with flag 676037/266028
35.93/34.38	c cleaning 22975 clauses out of 46002 with flag 733492/290000
40.63/39.02	c cleaning 23991 clauses out of 48028 with flag 792370/315001
45.64/44.02	c cleaning 25034 clauses out of 50067 with flag 852833/341031
51.57/49.72	c cleaning 25985 clauses out of 52003 with flag 914963/368001
57.47/55.60	c cleaning 26998 clauses out of 54017 with flag 977346/396000
64.17/62.30	c cleaning 28025 clauses out of 56050 with flag 1042104/425031
70.97/69.18	c cleaning 29001 clauses out of 58004 with flag 1109607/455010
80.55/78.64	c cleaning 29993 clauses out of 59995 with flag 1182014/486002
88.06/86.15	c cleaning 30958 clauses out of 62001 with flag 1255194/518001
93.88/91.76	c cleaning 31985 clauses out of 64042 with flag 1341095/551000
98.99/96.87	c cleaning 33008 clauses out of 66059 with flag 1449771/585002
106.48/104.30	c cleaning 33991 clauses out of 68050 with flag 1543084/620001
115.23/112.89	c cleaning 34983 clauses out of 70058 with flag 1634144/656000
124.73/122.36	c cleaning 36029 clauses out of 72075 with flag 1725485/693000
135.36/132.62	c cleaning 37027 clauses out of 74055 with flag 1818031/731009
146.46/143.75	c cleaning 37993 clauses out of 76019 with flag 1909288/770000
158.69/155.95	c cleaning 38999 clauses out of 78026 with flag 2005263/810000
171.47/168.64	c cleaning 40018 clauses out of 80040 with flag 2100694/851013
179.77/176.83	c cleaning 40961 clauses out of 82009 with flag 2228586/893000
187.88/184.81	c cleaning 42001 clauses out of 84048 with flag 2370101/936000
196.73/193.64	c cleaning 43010 clauses out of 86047 with flag 2511875/980000
204.59/201.49	c cleaning 44003 clauses out of 88037 with flag 2671429/1025000
212.37/209.16	c cleaning 44994 clauses out of 90034 with flag 2843256/1071000
218.12/214.82	c cleaning 46000 clauses out of 92042 with flag 2997599/1118002
224.80/221.44	c cleaning 47005 clauses out of 94049 with flag 3158670/1166009
234.60/231.15	c cleaning 47994 clauses out of 96035 with flag 3341899/1215000
245.59/242.08	c cleaning 49009 clauses out of 98041 with flag 3528994/1265000
257.29/253.64	c cleaning 49995 clauses out of 100035 with flag 3710558/1316003
270.01/266.26	c cleaning 50996 clauses out of 102039 with flag 3892524/1368002
283.00/279.14	c cleaning 52010 clauses out of 104043 with flag 4084177/1421002
298.15/294.27	c cleaning 52994 clauses out of 106032 with flag 4264700/1475001
313.88/309.90	c cleaning 53992 clauses out of 108037 with flag 4444626/1530000
328.88/324.87	c cleaning 54990 clauses out of 110045 with flag 4633299/1586000
345.29/341.19	c cleaning 56001 clauses out of 112059 with flag 4815843/1643004
362.84/358.68	c cleaning 56996 clauses out of 114054 with flag 5009892/1701000
381.85/377.52	c cleaning 58014 clauses out of 116058 with flag 5198664/1760000
401.46/397.08	c cleaning 59005 clauses out of 118044 with flag 5387735/1820000
421.59/417.06	c cleaning 59985 clauses out of 120039 with flag 5579674/1881000
442.42/437.75	c cleaning 60977 clauses out of 122055 with flag 5773417/1943001
464.81/460.05	c cleaning 62018 clauses out of 124077 with flag 5976096/2006000
487.72/482.81	c cleaning 62987 clauses out of 126060 with flag 6175637/2070001
512.92/507.97	c cleaning 64023 clauses out of 128072 with flag 6384336/2135000
539.92/534.79	c cleaning 65000 clauses out of 130054 with flag 6572959/2201005
568.81/563.57	c cleaning 66001 clauses out of 132049 with flag 6778436/2268000
595.05/589.54	c cleaning 66982 clauses out of 134048 with flag 6981732/2336000
622.56/616.89	c cleaning 68023 clauses out of 136078 with flag 7197789/2405012
651.84/645.97	c cleaning 68992 clauses out of 138043 with flag 7388912/2475000
682.64/676.57	c cleaning 70018 clauses out of 140054 with flag 7608362/2546003
717.65/711.44	c cleaning 71010 clauses out of 142033 with flag 7815207/2618000
750.44/744.08	c cleaning 71970 clauses out of 144023 with flag 8041502/2691000
782.52/775.96	c cleaning 73028 clauses out of 146069 with flag 8258712/2765016
818.80/812.08	c cleaning 73994 clauses out of 148025 with flag 8483780/2840000
859.69/852.70	c cleaning 75013 clauses out of 150031 with flag 8691384/2916000
897.52/890.33	c cleaning 75971 clauses out of 152020 with flag 8927840/2993002
936.74/929.35	c cleaning 77012 clauses out of 154047 with flag 9162454/3071000
979.57/971.98	c cleaning 78003 clauses out of 156039 with flag 9377159/3150004
1022.21/1014.33	c cleaning 79018 clauses out of 158049 with flag 9612612/3230017
1063.93/1055.84	c cleaning 79991 clauses out of 160018 with flag 9858940/3311004
1111.19/1102.70	c cleaning 81000 clauses out of 162023 with flag 10085299/3393000
1161.68/1152.96	c cleaning 81987 clauses out of 164023 with flag 10320896/3476000
1211.05/1201.93	c cleaning 83000 clauses out of 166037 with flag 10578348/3560001
1263.31/1253.79	c cleaning 83997 clauses out of 168036 with flag 10805104/3645000
1316.83/1306.89	c cleaning 84971 clauses out of 170039 with flag 11052313/3731000
1367.32/1356.77	c cleaning 86011 clauses out of 172068 with flag 11303488/3818000
1426.67/1415.45	c cleaning 87029 clauses out of 174057 with flag 11527266/3906000
1481.89/1470.11	c cleaning 87966 clauses out of 176029 with flag 11805088/3995001
1538.21/1525.71	c cleaning 89011 clauses out of 178062 with flag 12059242/4085000
1600.58/1587.59	c cleaning 89994 clauses out of 180052 with flag 12303988/4176001
1660.58/1646.86	c cleaning 90995 clauses out of 182057 with flag 12576162/4268000
1730.66/1716.38	c cleaning 92027 clauses out of 184065 with flag 12805467/4361003
1791.14/1776.13	c cleaning 92976 clauses out of 186035 with flag 13081129/4455000
1800.02/1784.80	c starts		: 1
1800.02/1784.80	c conflicts		: 4472418
1800.02/1784.80	c decisions		: 23992960
1800.02/1784.80	c propagations		: 48618783
1800.02/1784.80	c inspects		: 31109528994
1800.02/1784.80	c shortcuts		: 0
1800.02/1784.80	c learnt literals	: 0
1800.02/1784.80	c learnt binary clauses	: 0
1800.02/1784.80	c learnt ternary clauses	: 0
1800.02/1784.80	c learnt constraints	: 4472418
1800.02/1784.80	c ignored constraints	: 0
1800.02/1784.80	c root simplifications	: 0
1800.02/1784.80	c removed literals (reason simplification)	: 0
1800.02/1784.80	c reason swapping (by a shorter reason)	: 0
1800.02/1784.80	c Calls to reduceDB	: 90
1800.02/1784.80	c Number of update (reduction) of LBD	: 1020143
1800.02/1784.80	c Imported unit clauses	: 0
1800.02/1784.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1784.80	c number of learned constraints concerned by reduction	: 0
1800.02/1784.80	c number of learning phase by resolution	: 0
1800.02/1784.80	c number of learning phase by cutting planes	: 0
1800.02/1784.80	c speed (assignments/second)	: 27245.94592928542
1800.02/1784.80	c non guided choices	2677
1800.02/1784.80	c timeout
1800.02/1784.83	c learnt constraints type 
1800.02/1784.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110477
1800.02/1784.83	s UNKNOWN
1800.02/1784.83	c Total wall clock time (in seconds): 1784.728

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-4106915-1466281376/watcher-4106915-1466281376 -o /tmp/evaluation-result-4106915-1466281376/solver-4106915-1466281376 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106915-1466281376.opb 

pid=23233
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: 2.38 2.21 2.12 3/194 23236
/proc/meminfo: memFree=26869368/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30186596 98570240 978 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 24065 978 744 9 0 16771 0
[pid=23236/tid=23237] ppid=23233 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30186597 98570240 978 33554432000 1073741824 1073778376 140736638414048 139981516697128 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.38 2.21 2.12 3/194 23236
/proc/meminfo: memFree=26869368/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 4542 0 1 0 10 1 0 0 20 0 18 0 30186596 9787879424 5657 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2389619 5658 2157 9 0 2380296 0
[pid=23236/tid=23237] ppid=23233 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2438 0 1 0 6 1 0 0 20 0 18 0 30186597 9787879424 5658 33554432000 1073741824 1073778376 140736638414048 139981516685936 139981524466522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.38 2.21 2.12 3/194 23236
/proc/meminfo: memFree=26869368/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 4778 0 1 0 25 1 0 0 20 0 18 0 30186596 9787879424 6334 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2389619 6334 2215 9 0 2380296 0
[pid=23236/tid=23237] ppid=23233 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2462 0 1 0 16 1 0 0 20 0 18 0 30186597 9787879424 6334 33554432000 1073741824 1073778376 140736638414048 139981516685936 139981388494337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.38 2.21 2.12 3/194 23236
/proc/meminfo: memFree=26869368/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 6292 0 1 0 49 2 0 0 20 0 18 0 30186596 9787879424 9537 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2389619 9538 2243 9 0 2380296 0
[pid=23236/tid=23237] ppid=23233 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2466 0 1 0 26 1 0 0 20 0 18 0 30186597 9787879424 9538 33554432000 1073741824 1073778376 140736638414048 139981516701272 139981524466512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700381 s]
/proc/loadavg: 2.38 2.21 2.12 3/194 23236
/proc/meminfo: memFree=26869368/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 13738 0 1 0 144 4 0 0 20 0 19 0 30186596 9856040960 16941 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 16941 2263 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2492 0 1 0 66 1 0 0 20 0 19 0 30186597 9856040960 16941 33554432000 1073741824 1073778376 140736638414048 139981516702336 139981389132096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.38 2.21 2.12 3/213 23255
/proc/meminfo: memFree=26804252/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 13780 0 1 0 238 4 0 0 20 0 19 0 30186596 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 20559 2273 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2501 0 1 0 146 1 0 0 20 0 19 0 30186597 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981516701496 139981388555696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 42 0 0 0 20 0 19 0 30186601 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23236/task/23252/stat : 23252 (java) R 23233 23236 22534 0 -1 4202560 5669 0 0 0 46 2 0 0 20 0 19 0 30186601 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981335644984 139981519379112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23253] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23253/stat : 23253 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981334592376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23254] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23254/stat : 23254 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981333539784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 20559 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.38 2.21 2.12 3/213 23255
/proc/meminfo: memFree=26784456/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 16289 0 1 0 425 5 0 0 20 0 19 0 30186596 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 26293 2273 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2513 0 1 0 305 2 0 0 20 0 19 0 30186597 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981516702040 139981389037563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 43 0 0 0 20 0 19 0 30186601 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23236/task/23252/stat : 23252 (java) S 23233 23236 22534 0 -1 4202560 8166 0 0 0 72 2 0 0 20 0 19 0 30186601 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981335644984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23253] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23253/stat : 23253 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981334592376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23254] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23254/stat : 23254 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981333539784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 26293 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30091 s]
/proc/loadavg: 2.43 2.22 2.13 3/213 23255
/proc/meminfo: memFree=26737912/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 16314 0 1 0 744 6 0 0 20 0 19 0 30186596 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 37835 2274 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2537 0 1 0 623 3 0 0 20 0 19 0 30186597 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981516693200 139981389031098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30186598 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 43 0 0 0 20 0 19 0 30186601 9856040960 37835 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.74 cores=1,3,5,7

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

[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 97031 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1676.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.22 2.17 3/213 23492
/proc/meminfo: memFree=29604736/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=1736.81 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 30087 0 1 0 173491 190 0 0 20 0 19 0 30186596 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 92724 2296 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=1707.68 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2871 0 1 0 170735 33 0 0 20 0 19 0 30186597 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981516700912 139981388944039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1458 0 0 0 227 19 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1739 0 0 0 215 20 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1382 0 0 0 203 16 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1337 0 0 0 217 15 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 2041 0 0 0 206 16 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 969 0 0 0 205 15 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1573 0 0 0 218 19 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 1744 0 0 0 233 22 0 0 20 0 19 0 30186598 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 1108 0 0 0 444 6 0 0 20 0 19 0 30186599 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 43 0 0 0 20 0 19 0 30186601 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23236/task/23252/stat : 23252 (java) S 23233 23236 22534 0 -1 4202560 8169 0 0 0 75 2 0 0 20 0 19 0 30186601 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981335644984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23253] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23253/stat : 23253 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981334592376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23254] ppid=23233 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23236/task/23254/stat : 23254 (java) S 23233 23236 22534 0 -1 4202560 100 0 0 0 31 36 0 0 20 0 19 0 30186601 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981333539784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 92724 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1736.81
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.17 3/213 23494
/proc/meminfo: memFree=29607340/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=1797.45 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 31269 0 1 0 179549 196 0 0 20 0 19 0 30186596 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 95367 2296 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=1767.04 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2892 0 1 0 176669 35 0 0 20 0 19 0 30186597 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981516700912 139981389030719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1571 0 0 0 240 20 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1804 0 0 0 226 20 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1416 0 0 0 213 16 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1621 0 0 0 228 16 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 2208 0 0 0 215 17 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 1091 0 0 0 214 17 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1702 0 0 0 230 19 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=2.66 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 1927 0 0 0 243 23 0 0 20 0 19 0 30186598 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=4.71 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 1168 0 0 0 465 6 0 0 20 0 19 0 30186599 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 43 0 0 0 20 0 19 0 30186601 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23236/task/23252/stat : 23252 (java) S 23233 23236 22534 0 -1 4202560 8169 0 0 0 75 2 0 0 20 0 19 0 30186601 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981335644984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23253] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23253/stat : 23253 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981334592376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23254] ppid=23233 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/23236/task/23254/stat : 23254 (java) S 23233 23236 22534 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 30186601 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981333539784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 95367 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 2.18 2.21 2.17 3/213 23495
/proc/meminfo: memFree=29602988/32872528 swapFree=1103996/1183712
[pid=23236] ppid=23233 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/23236/stat : 23236 (java) S 23233 23236 22534 0 -1 4202496 31657 0 1 0 179804 198 0 0 20 0 19 0 30186596 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 140736638405184 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23236/statm: 2406260 87127 2296 9 0 2396937 0
[pid=23236/tid=23237] ppid=23233 vsize=9625040 CPUtime=1769.42 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (java) R 23233 23236 22534 0 -1 4202560 2893 0 1 0 176907 35 0 0 20 0 19 0 30186597 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981516700912 139981389026089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23239] ppid=23233 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (java) S 23233 23236 22534 0 -1 4202560 1573 0 0 0 241 20 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981360687656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23240] ppid=23233 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/23236/task/23240/stat : 23240 (java) S 23233 23236 22534 0 -1 4202560 1835 0 0 0 226 21 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981359634856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23241] ppid=23233 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/23236/task/23241/stat : 23241 (java) S 23233 23236 22534 0 -1 4202560 1493 0 0 0 214 16 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981358582056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23242] ppid=23233 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/23236/task/23242/stat : 23242 (java) S 23233 23236 22534 0 -1 4202560 1698 0 0 0 229 16 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981357529256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23243] ppid=23233 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/23236/task/23243/stat : 23243 (java) S 23233 23236 22534 0 -1 4202560 2285 0 0 0 216 17 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981356477480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23244] ppid=23233 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/23236/task/23244/stat : 23244 (java) S 23233 23236 22534 0 -1 4202560 1131 0 0 0 215 17 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981355424680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23245] ppid=23233 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/23236/task/23245/stat : 23245 (java) S 23233 23236 22534 0 -1 4202560 1738 0 0 0 230 20 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981354371880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23246] ppid=23233 vsize=9625040 CPUtime=2.67 cores=1,3,5,7
/proc/23236/task/23246/stat : 23246 (java) S 23233 23236 22534 0 -1 4202560 1974 0 0 0 244 23 0 0 20 0 19 0 30186598 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981353319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23236/tid=23247] ppid=23233 vsize=9625040 CPUtime=4.8 cores=1,3,5,7
/proc/23236/task/23247/stat : 23247 (java) S 23233 23236 22534 0 -1 4202560 1168 0 0 0 474 6 0 0 20 0 19 0 30186599 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981340908008 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23248] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23248/stat : 23248 (java) S 23233 23236 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981339854072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23249] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23249/stat : 23249 (java) S 23233 23236 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30186599 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981338801160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23250] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23250/stat : 23250 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981337749648 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23251] ppid=23233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23236/task/23251/stat : 23251 (java) S 23233 23236 22534 0 -1 4202560 4339 0 0 0 43 0 0 0 20 0 19 0 30186601 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981336697784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23236/tid=23252] ppid=23233 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23236/task/23252/stat : 23252 (java) S 23233 23236 22534 0 -1 4202560 8169 0 0 0 75 2 0 0 20 0 19 0 30186601 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981335644984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23253] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23253/stat : 23253 (java) S 23233 23236 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30186601 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981334592376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23236/tid=23254] ppid=23233 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/23236/task/23254/stat : 23254 (java) S 23233 23236 22534 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 30186601 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981333539784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23236/tid=23255] ppid=23233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23255/stat : 23255 (java) S 23233 23236 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30186633 9856040960 87127 33554432000 1073741824 1073778376 140736638414048 139981332210856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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 23236 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 23236 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=627327
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=453626
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.84
CPU time (s): 1800.02
CPU user time (s): 1798.04
CPU system time (s): 1.98
CPU usage (%): 100.851
Max. virtual memory (cumulated for all children) (KiB): 9625308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.45363
maximum resident set size= 839548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48272
involuntary context switches= 50484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4614 second user time and 14.1339 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 22:22:56
IDJOB=4106915
IDBENCH=48322
IDSOLVER=2546
FILE ID=node115/4106915-1466281376
RUNJOBID= node115-1466275999-22551
PBS_JOBID= 19918252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_3_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106915-1466281376/watcher-4106915-1466281376 -o /tmp/evaluation-result-4106915-1466281376/solver-4106915-1466281376 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106915-1466281376.opb

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

MD5SUM BENCH= b34a3a1ecfe6709c99accfc445aa8e8f
RANDOM SEED=502307188

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        26869532 kB
Buffers:          166196 kB
Cached:           206364 kB
SwapCached:         2472 kB
Active:          3786144 kB
Inactive:         279024 kB
Active(anon):    3692800 kB
Inactive(anon):     2168 kB
Active(file):      93344 kB
Inactive(file):   276856 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:       4881420 kB
Mapped:            16688 kB
Shmem:                 0 kB
Slab:             613276 kB
SReclaimable:      56924 kB
SUnreclaim:       556352 kB
KernelStack:        1808 kB
PageTables:        14048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5377748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3663872 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= 71740 MiB
End job on node115 at 2016-06-18 22:52:41