Trace number 4116721

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 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM1160cf5172f569fef08315392b827576
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4116721-1466974445.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.306s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10816
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 904
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10816 constraints processed.
1.75/1.09	c cleaning 2487 clauses out of 4998 with flag 16449/5001
2.42/1.69	c cleaning 4235 clauses out of 8511 with flag 40026/11001
3.22/2.40	c cleaning 5620 clauses out of 11275 with flag 70635/18000
4.03/3.23	c cleaning 6820 clauses out of 13655 with flag 106860/26000
4.95/4.17	c cleaning 7900 clauses out of 15835 with flag 148221/35000
6.05/5.26	c cleaning 8957 clauses out of 17935 with flag 196742/45000
7.25/6.49	c cleaning 9976 clauses out of 19979 with flag 251444/56001
8.65/7.85	c cleaning 10986 clauses out of 22002 with flag 313588/68000
10.25/9.43	c cleaning 11987 clauses out of 24017 with flag 381071/81001
11.85/11.09	c cleaning 13001 clauses out of 26030 with flag 455193/95001
13.74/12.91	c cleaning 13978 clauses out of 28029 with flag 535189/110001
15.65/14.83	c cleaning 14993 clauses out of 30051 with flag 623872/126001
17.85/17.00	c cleaning 15988 clauses out of 32057 with flag 718308/143000
20.15/19.35	c cleaning 17000 clauses out of 34072 with flag 819669/161003
22.76/21.95	c cleaning 18023 clauses out of 36070 with flag 925945/180001
25.46/24.65	c cleaning 19015 clauses out of 38047 with flag 1044110/200001
28.26/27.50	c cleaning 19970 clauses out of 40032 with flag 1164693/221001
31.46/30.62	c cleaning 21024 clauses out of 42062 with flag 1289665/243001
34.65/33.88	c cleaning 22005 clauses out of 44037 with flag 1424052/266000
38.16/37.39	c cleaning 23007 clauses out of 46034 with flag 1565225/290002
42.06/41.20	c cleaning 23991 clauses out of 48025 with flag 1712376/315000
46.07/45.25	c cleaning 25010 clauses out of 50036 with flag 1869116/341002
50.26/49.49	c cleaning 25977 clauses out of 52027 with flag 2033081/368003
54.57/53.79	c cleaning 27009 clauses out of 54047 with flag 2194961/396000
58.87/58.05	c cleaning 28011 clauses out of 56041 with flag 2367913/425003
63.38/62.53	c cleaning 29004 clauses out of 58027 with flag 2547783/455000
67.99/67.13	c cleaning 29977 clauses out of 60023 with flag 2730863/486000
72.88/72.03	c cleaning 31006 clauses out of 62048 with flag 2924545/518002
78.08/77.24	c cleaning 31990 clauses out of 64040 with flag 3122477/551000
83.48/82.61	c cleaning 33001 clauses out of 66050 with flag 3327093/585000
89.18/88.39	c cleaning 34009 clauses out of 68049 with flag 3539028/620000
95.18/94.39	c cleaning 34975 clauses out of 70040 with flag 3753418/656000
101.48/100.63	c cleaning 36027 clauses out of 72066 with flag 3976997/693001
108.07/107.22	c cleaning 37001 clauses out of 74038 with flag 4207987/731000
114.88/114.09	c cleaning 37994 clauses out of 76038 with flag 4440440/770001
121.99/121.19	c cleaning 38990 clauses out of 78043 with flag 4682259/810000
129.38/128.58	c cleaning 39995 clauses out of 80053 with flag 4929044/851000
137.39/136.60	c cleaning 40999 clauses out of 82058 with flag 5182592/893000
145.02/144.18	c cleaning 41977 clauses out of 84060 with flag 5439926/936001
153.01/152.14	c cleaning 43041 clauses out of 86082 with flag 5703750/980000
161.11/160.28	c cleaning 43998 clauses out of 88041 with flag 5977653/1025000
169.52/168.64	c cleaning 44959 clauses out of 90044 with flag 6261480/1071001
178.52/177.63	c cleaning 46022 clauses out of 92084 with flag 6548054/1118000
187.62/186.77	c cleaning 47017 clauses out of 94062 with flag 6841646/1166000
197.12/196.23	c cleaning 48017 clauses out of 96045 with flag 7140477/1215000
206.82/205.96	c cleaning 48992 clauses out of 98028 with flag 7444870/1265000
217.12/216.26	c cleaning 49977 clauses out of 100037 with flag 7752771/1316001
227.92/227.01	c cleaning 51018 clauses out of 102059 with flag 8070075/1368000
238.59/237.69	c cleaning 51972 clauses out of 104042 with flag 8395436/1421001
249.48/248.53	c cleaning 52998 clauses out of 106069 with flag 8723206/1475000
260.69/259.73	c cleaning 54006 clauses out of 108071 with flag 9056508/1530000
272.79/271.83	c cleaning 55003 clauses out of 110065 with flag 9386404/1586000
285.19/284.23	c cleaning 56009 clauses out of 112062 with flag 9727200/1643000
297.68/296.78	c cleaning 57021 clauses out of 114053 with flag 10067841/1701000
310.89/309.98	c cleaning 57982 clauses out of 116032 with flag 10424039/1760000
324.40/323.49	c cleaning 58978 clauses out of 118050 with flag 10783257/1820000
338.39/337.44	c cleaning 60013 clauses out of 120072 with flag 11152740/1881000
352.33/351.32	c cleaning 61010 clauses out of 122062 with flag 11522485/1943003
366.43/365.43	c cleaning 62021 clauses out of 124049 with flag 11900842/2006000
380.93/379.95	c cleaning 62997 clauses out of 126028 with flag 12282353/2070000
395.73/394.75	c cleaning 63964 clauses out of 128031 with flag 12668480/2135000
410.85/409.80	c cleaning 65011 clauses out of 130068 with flag 13061526/2201001
426.76/425.75	c cleaning 66028 clauses out of 132056 with flag 13466924/2268000
443.05/442.05	c cleaning 66978 clauses out of 134028 with flag 13873342/2336000
460.34/459.23	c cleaning 68002 clauses out of 136050 with flag 14290361/2405000
477.55/476.46	c cleaning 68992 clauses out of 138048 with flag 14709556/2475000
495.35/494.29	c cleaning 69995 clauses out of 140056 with flag 15133509/2546000
513.65/512.60	c cleaning 70986 clauses out of 142062 with flag 15563384/2618001
532.35/531.26	c cleaning 72012 clauses out of 144076 with flag 16002546/2691001
551.35/550.27	c cleaning 72957 clauses out of 146063 with flag 16446163/2765000
570.56/569.48	c cleaning 74011 clauses out of 148107 with flag 16894894/2840001
589.95/588.78	c cleaning 75031 clauses out of 150095 with flag 17345818/2916000
610.05/608.87	c cleaning 76002 clauses out of 152064 with flag 17807202/2993000
630.75/629.53	c cleaning 76999 clauses out of 154062 with flag 18273447/3071000
652.36/651.13	c cleaning 78016 clauses out of 156063 with flag 18748625/3150000
674.26/673.08	c cleaning 78993 clauses out of 158048 with flag 19226582/3230001
697.07/695.83	c cleaning 80006 clauses out of 160054 with flag 19712287/3311000
719.55/718.27	c cleaning 81011 clauses out of 162048 with flag 20197695/3393000
742.66/741.39	c cleaning 81952 clauses out of 164037 with flag 20692872/3476000
766.55/765.24	c cleaning 82996 clauses out of 166085 with flag 21190324/3560000
790.96/789.66	c cleaning 84016 clauses out of 168089 with flag 21695662/3645000
816.26/814.96	c cleaning 84983 clauses out of 170073 with flag 22208294/3731000
841.78/840.39	c cleaning 86029 clauses out of 172090 with flag 22728413/3818000
868.58/867.14	c cleaning 87007 clauses out of 174062 with flag 23243149/3906001
894.88/893.48	c cleaning 87994 clauses out of 176054 with flag 23769540/3995000
921.88/920.42	c cleaning 89031 clauses out of 178062 with flag 24309139/4085002
949.78/948.34	c cleaning 90005 clauses out of 180030 with flag 24844040/4176001
978.37/976.88	c cleaning 90992 clauses out of 182024 with flag 25384413/4268000
1007.56/1006.09	c cleaning 92004 clauses out of 184032 with flag 25938403/4361000
1037.25/1035.76	c cleaning 92995 clauses out of 186029 with flag 26493050/4455001
1067.65/1066.17	c cleaning 94004 clauses out of 188034 with flag 27052618/4550001
1098.05/1096.45	c cleaning 94981 clauses out of 190029 with flag 27619091/4646000
1128.54/1126.99	c cleaning 96006 clauses out of 192048 with flag 28186994/4743000
1160.94/1159.36	c cleaning 97005 clauses out of 194043 with flag 28768366/4841001
1193.53/1191.97	c cleaning 98008 clauses out of 196037 with flag 29354262/4940000
1226.55/1224.87	c cleaning 99013 clauses out of 198029 with flag 29944268/5040000
1260.15/1258.44	c cleaning 99986 clauses out of 200016 with flag 30542733/5141000
1294.35/1292.69	c cleaning 100989 clauses out of 202030 with flag 31143921/5243000
1329.03/1327.34	c cleaning 102012 clauses out of 204041 with flag 31760118/5346000
1364.66/1362.81	c cleaning 103001 clauses out of 206030 with flag 32370575/5450001
1400.47/1398.64	c cleaning 103994 clauses out of 208029 with flag 32998657/5555001
1436.78/1434.97	c cleaning 105005 clauses out of 210034 with flag 33626613/5661000
1474.09/1472.18	c cleaning 106007 clauses out of 212031 with flag 34260196/5768002
1512.20/1510.26	c cleaning 106987 clauses out of 214022 with flag 34901195/5876000
1551.32/1549.36	c cleaning 107929 clauses out of 216035 with flag 35545944/5985000
1591.54/1589.54	c cleaning 109018 clauses out of 218106 with flag 36185598/6095000
1632.42/1630.38	c cleaning 110004 clauses out of 220088 with flag 36840730/6206000
1674.12/1672.08	c cleaning 111017 clauses out of 222085 with flag 37504160/6318001
1717.32/1715.24	c cleaning 112013 clauses out of 224067 with flag 38171092/6431000
1761.62/1759.47	c cleaning 113006 clauses out of 226055 with flag 38839682/6545001
1800.02/1797.80	c starts		: 52226
1800.02/1797.80	c conflicts		: 6648108
1800.02/1797.80	c decisions		: 58435642
1800.02/1797.80	c propagations		: 880635962
1800.02/1797.80	c inspects		: 24787001986
1800.02/1797.80	c shortcuts		: 0
1800.02/1797.80	c learnt literals	: 3
1800.02/1797.80	c learnt binary clauses	: 51
1800.02/1797.80	c learnt ternary clauses	: 760
1800.02/1797.80	c learnt constraints	: 6648106
1800.02/1797.80	c ignored constraints	: 0
1800.02/1797.80	c root simplifications	: 0
1800.02/1797.80	c removed literals (reason simplification)	: 0
1800.02/1797.80	c reason swapping (by a shorter reason)	: 0
1800.02/1797.80	c Calls to reduceDB	: 110
1800.02/1797.80	c Number of update (reduction) of LBD	: 1429509
1800.02/1797.80	c Imported unit clauses	: 0
1800.02/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.80	c number of learned constraints concerned by reduction	: 0
1800.02/1797.80	c number of learning phase by resolution	: 0
1800.02/1797.80	c number of learning phase by cutting planes	: 0
1800.02/1797.80	c speed (assignments/second)	: 489956.7257806523
1800.02/1797.80	c non guided choices	26870
1800.02/1797.80	c timeout
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216106
1800.02/1797.83	s UNKNOWN
1800.02/1797.83	c Total wall clock time (in seconds): 1797.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-4116721-1466974445/watcher-4116721-1466974445 -o /tmp/evaluation-result-4116721-1466974445/solver-4116721-1466974445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116721-1466974445.opb 

pid=23882
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: 2.31 2.25 2.19 3/196 23885
/proc/meminfo: memFree=30145928/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/23885/stat : 23885 (java) R 23882 23885 19710 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 30482809 278528 33 33554432000 1073741824 1073778376 140735801738864 140734348709048 273896533287 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.31 2.25 2.19 3/196 23885
/proc/meminfo: memFree=30145928/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 4384 0 1 0 8 0 0 0 20 0 18 0 30482809 9787879424 6025 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.31 2.25 2.19 3/196 23885
/proc/meminfo: memFree=30145928/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 4924 0 1 0 25 1 0 0 20 0 18 0 30482809 9787879424 6987 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2389619 6987 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.31 2.25 2.19 3/196 23885
/proc/meminfo: memFree=30145928/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 5732 0 1 0 48 1 0 0 20 0 18 0 30482809 9787879424 8926 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2389619 8926 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700169 s]
/proc/loadavg: 2.31 2.25 2.19 3/196 23885
/proc/meminfo: memFree=30145928/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 8705 0 1 0 137 2 0 0 20 0 19 0 30482809 9856040960 16097 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 16097 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.31 2.25 2.19 4/215 23904
/proc/meminfo: memFree=30088964/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 9827 0 1 0 228 2 0 0 20 0 19 0 30482809 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 16260 2270 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2456 0 1 0 144 1 0 0 20 0 19 0 30482810 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644339364104 139644168162094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30482812 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 35 0 0 0 20 0 19 0 30482815 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 3964 0 0 0 45 0 0 0 20 0 19 0 30482815 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 16260 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.31 2.25 2.19 3/215 23904
/proc/meminfo: memFree=30086544/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=3.93 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 9830 0 1 0 391 2 0 0 20 0 19 0 30482809 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 17284 2270 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2459 0 1 0 304 1 0 0 20 0 19 0 30482810 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644339355328 139644168127442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30482812 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 37 0 0 0 20 0 19 0 30482815 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 3964 0 0 0 47 0 0 0 20 0 19 0 30482815 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 17284 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.29 2.24 2.19 3/215 23904
/proc/meminfo: memFree=30078228/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 9836 0 1 0 713 2 0 0 20 0 19 0 30482809 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 19258 2271 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2464 0 1 0 623 1 0 0 20 0 19 0 30482810 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644339364248 139644168127324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30482811 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30482812 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 37 0 0 0 20 0 19 0 30482815 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 3964 0 0 0 48 0 0 0 20 0 19 0 30482815 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 19258 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 90593 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/215 24035
/proc/meminfo: memFree=29786260/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=1724.51 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 11457 0 1 0 172392 59 0 0 20 0 19 0 30482809 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 92328 2285 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=1717.22 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2521 0 1 0 171689 33 0 0 20 0 19 0 30482810 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644339363136 139644167751175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 193 0 0 0 18 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 96 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 168 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 176 0 0 0 20 4 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 38 0 0 0 13 2 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 30482812 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 37 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 4297 0 0 0 51 1 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 100 0 0 0 33 29 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.25 2.19 3/215 24037
/proc/meminfo: memFree=29786140/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=1784.52 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 11461 0 1 0 178392 60 0 0 20 0 19 0 30482809 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 92328 2285 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=1777.07 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2521 0 1 0 177673 34 0 0 20 0 19 0 30482810 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644339355408 139644168248016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 193 0 0 0 18 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 96 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 168 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 176 0 0 0 20 4 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 38 0 0 0 13 2 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 30482812 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 37 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 4297 0 0 0 51 1 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 104 0 0 0 34 31 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.30 2.25 2.19 3/215 24037
/proc/meminfo: memFree=29786732/32872528 swapFree=1491540/1663236
[pid=23885] ppid=23882 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/23885/stat : 23885 (java) S 23882 23885 19710 0 -1 4202496 11461 0 1 0 179942 60 0 0 20 0 19 0 30482809 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 140735801730000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23885/statm: 2406260 92328 2285 9 0 2396937 0
[pid=23885/tid=23887] ppid=23882 vsize=9625040 CPUtime=1792.53 cores=0,2,4,6
/proc/23885/task/23887/stat : 23887 (java) R 23882 23885 19710 0 -1 4202560 2521 0 1 0 179219 34 0 0 20 0 19 0 30482810 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644339355408 139644168105541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23888] ppid=23882 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23885/task/23888/stat : 23888 (java) S 23882 23885 19710 0 -1 4202560 193 0 0 0 18 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644300855720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23889] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23889/stat : 23889 (java) S 23882 23885 19710 0 -1 4202560 96 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644299803176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23885/tid=23890] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23890/stat : 23890 (java) S 23882 23885 19710 0 -1 4202560 168 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644298750120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23891] ppid=23882 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23885/task/23891/stat : 23891 (java) S 23882 23885 19710 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644297697576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23892] ppid=23882 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23885/task/23892/stat : 23892 (java) S 23882 23885 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644296645544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23893] ppid=23882 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/23885/task/23893/stat : 23893 (java) S 23882 23885 19710 0 -1 4202560 176 0 0 0 20 4 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644295593000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23894] ppid=23882 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23885/task/23894/stat : 23894 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 16 3 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644294539944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23895] ppid=23882 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23885/task/23895/stat : 23895 (java) S 23882 23885 19710 0 -1 4202560 38 0 0 0 13 2 0 0 20 0 19 0 30482811 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644293487400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23896] ppid=23882 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23885/task/23896/stat : 23896 (java) S 23882 23885 19710 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 30482812 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644163303784 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23885/tid=23897] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23897/stat : 23897 (java) S 23882 23885 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644162250104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23898] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23898/stat : 23898 (java) S 23882 23885 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30482813 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644161196936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23899] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23899/stat : 23899 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644160145680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23900] ppid=23882 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23885/task/23900/stat : 23900 (java) S 23882 23885 19710 0 -1 4202560 2134 0 0 0 37 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644159093560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23901] ppid=23882 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23885/task/23901/stat : 23901 (java) S 23882 23885 19710 0 -1 4202560 4297 0 0 0 51 1 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644158041016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23902] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23902/stat : 23902 (java) S 23882 23885 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644156988152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23885/tid=23903] ppid=23882 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23885/task/23903/stat : 23903 (java) S 23882 23885 19710 0 -1 4202560 104 0 0 0 34 31 0 0 20 0 19 0 30482815 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644155935816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23885/tid=23904] ppid=23882 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23904/stat : 23904 (java) S 23882 23885 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30482852 9856040960 92328 33554432000 1073741824 1073778376 140735801738864 139644154881064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 23885 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 23885 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=40841
# CPU time returned by wait4() is 1795.96
# 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): 1797.84
CPU time (s): 1800.02
CPU user time (s): 1799.42
CPU system time (s): 0.6
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.04084
maximum resident set size= 372648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11537
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38464
involuntary context switches= 14184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78151 second user time and 14.3648 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 22:54:05
IDJOB=4116721
IDBENCH=109505
IDSOLVER=2546
FILE ID=node134/4116721-1466974445
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116721-1466974445/watcher-4116721-1466974445 -o /tmp/evaluation-result-4116721-1466974445/solver-4116721-1466974445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116721-1466974445.opb

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

MD5SUM BENCH= 1160cf5172f569fef08315392b827576
RANDOM SEED=1462475058

node134.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.170
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.34
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.170
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.170
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.54
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.170
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		: 2667.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30146812 kB
Buffers:           38160 kB
Cached:           116848 kB
SwapCached:         1316 kB
Active:           216296 kB
Inactive:         130468 kB
Active(anon):     191756 kB
Inactive(anon):     2488 kB
Active(file):      24540 kB
Inactive(file):   127980 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       1884132 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565928 kB
SReclaimable:       9636 kB
SUnreclaim:       556292 kB
KernelStack:        1792 kB
PageTables:         8044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 71692 MiB
End job on node134 at 2016-06-26 23:24:03