Trace number 4117201

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 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-3.opb
MD5SUM81aabf67e30e32a79ceeaaf287da6f47
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 constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117201-1466970288.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.305s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10720
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 => 856
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10720 constraints processed.
1.73/1.10	c cleaning 2492 clauses out of 4998 with flag 15433/5000
2.50/1.72	c cleaning 4241 clauses out of 8506 with flag 36106/11000
3.20/2.47	c cleaning 5631 clauses out of 11265 with flag 63613/18000
4.12/3.36	c cleaning 6802 clauses out of 13634 with flag 96552/26000
5.13/4.39	c cleaning 7911 clauses out of 15832 with flag 133685/35000
6.34/5.52	c cleaning 8953 clauses out of 17921 with flag 177149/45000
7.54/6.77	c cleaning 9947 clauses out of 19968 with flag 230570/56000
8.93/8.20	c cleaning 10979 clauses out of 22021 with flag 285143/68000
10.63/9.85	c cleaning 11988 clauses out of 24043 with flag 348068/81001
12.33/11.59	c cleaning 12992 clauses out of 26054 with flag 417482/95000
14.33/13.50	c cleaning 14013 clauses out of 28063 with flag 491656/110001
16.34/15.54	c cleaning 15015 clauses out of 30049 with flag 576142/126000
18.44/17.70	c cleaning 15972 clauses out of 32035 with flag 669249/143001
20.94/20.13	c cleaning 16998 clauses out of 34063 with flag 766271/161001
23.44/22.68	c cleaning 18000 clauses out of 36064 with flag 869706/180000
26.25/25.42	c cleaning 19006 clauses out of 38064 with flag 980852/200000
29.24/28.40	c cleaning 20015 clauses out of 40060 with flag 1098899/221002
32.34/31.59	c cleaning 21006 clauses out of 42043 with flag 1219407/243000
35.74/34.98	c cleaning 21992 clauses out of 44038 with flag 1351885/266001
39.45/38.62	c cleaning 22991 clauses out of 46046 with flag 1493870/290001
43.24/42.47	c cleaning 24003 clauses out of 48054 with flag 1636818/315000
47.55/46.70	c cleaning 25019 clauses out of 50051 with flag 1791520/341000
51.85/51.07	c cleaning 25998 clauses out of 52032 with flag 1949637/368000
56.19/55.39	c cleaning 26978 clauses out of 54035 with flag 2114340/396001
60.49/59.69	c cleaning 27958 clauses out of 56056 with flag 2280727/425000
64.99/64.16	c cleaning 29024 clauses out of 58098 with flag 2457777/455000
69.59/68.79	c cleaning 29979 clauses out of 60076 with flag 2640941/486002
74.49/73.69	c cleaning 31032 clauses out of 62095 with flag 2833392/518000
79.79/78.95	c cleaning 32025 clauses out of 64063 with flag 3029966/551000
85.29/84.49	c cleaning 32980 clauses out of 66039 with flag 3232365/585001
91.29/90.46	c cleaning 34024 clauses out of 68058 with flag 3441455/620000
97.49/96.60	c cleaning 34990 clauses out of 70034 with flag 3657682/656000
103.89/103.02	c cleaning 35979 clauses out of 72044 with flag 3884622/693000
110.49/109.62	c cleaning 37027 clauses out of 74065 with flag 4112183/731000
117.30/116.47	c cleaning 37989 clauses out of 76039 with flag 4353430/770001
124.70/123.89	c cleaning 39003 clauses out of 78050 with flag 4596564/810001
132.20/131.37	c cleaning 39991 clauses out of 80047 with flag 4848039/851001
140.10/139.23	c cleaning 41024 clauses out of 82056 with flag 5102338/893001
147.83/146.98	c cleaning 41979 clauses out of 84031 with flag 5366998/936000
155.83/154.93	c cleaning 43004 clauses out of 86052 with flag 5630887/980000
164.03/163.11	c cleaning 44016 clauses out of 88048 with flag 5910758/1025000
172.64/171.78	c cleaning 44987 clauses out of 90032 with flag 6190510/1071000
181.63/180.72	c cleaning 45993 clauses out of 92046 with flag 6478534/1118001
190.63/189.71	c cleaning 47021 clauses out of 94052 with flag 6778063/1166000
200.34/199.42	c cleaning 47999 clauses out of 96031 with flag 7080346/1215000
210.54/209.65	c cleaning 48995 clauses out of 98032 with flag 7384183/1265000
220.74/219.89	c cleaning 50015 clauses out of 100039 with flag 7701883/1316002
231.74/230.80	c cleaning 51011 clauses out of 102022 with flag 8016833/1368000
242.80/241.85	c cleaning 51973 clauses out of 104011 with flag 8347363/1421000
253.61/252.63	c cleaning 52983 clauses out of 106038 with flag 8680067/1475000
264.91/263.96	c cleaning 54008 clauses out of 108055 with flag 9017894/1530000
276.82/275.87	c cleaning 54977 clauses out of 110047 with flag 9361471/1586000
289.02/288.01	c cleaning 56019 clauses out of 112071 with flag 9714559/1643001
301.62/300.65	c cleaning 57015 clauses out of 114051 with flag 10072322/1701000
314.73/313.75	c cleaning 58005 clauses out of 116036 with flag 10436607/1760000
328.33/327.37	c cleaning 59002 clauses out of 118031 with flag 10810338/1820000
342.43/341.45	c cleaning 60005 clauses out of 120029 with flag 11188800/1881000
356.69/355.61	c cleaning 60941 clauses out of 122024 with flag 11575605/1943000
371.01/369.90	c cleaning 62016 clauses out of 124083 with flag 11968358/2006000
385.61/384.55	c cleaning 63034 clauses out of 126067 with flag 12365644/2070000
400.71/399.64	c cleaning 63968 clauses out of 128034 with flag 12771075/2135001
416.34/415.23	c cleaning 65009 clauses out of 130066 with flag 13183842/2201001
432.65/431.53	c cleaning 65999 clauses out of 132056 with flag 13597314/2268000
449.45/448.35	c cleaning 67029 clauses out of 134058 with flag 14015383/2336001
466.56/465.43	c cleaning 68011 clauses out of 136028 with flag 14441123/2405000
483.70/482.56	c cleaning 69004 clauses out of 138017 with flag 14872244/2475000
501.41/500.24	c cleaning 69986 clauses out of 140013 with flag 15308147/2546000
519.41/518.28	c cleaning 70978 clauses out of 142028 with flag 15752412/2618001
538.12/536.99	c cleaning 71997 clauses out of 144049 with flag 16204615/2691000
557.32/556.14	c cleaning 73010 clauses out of 146053 with flag 16663544/2765001
577.02/575.84	c cleaning 73984 clauses out of 148042 with flag 17127149/2840000
597.44/596.30	c cleaning 74997 clauses out of 150058 with flag 17597938/2916000
617.37/616.14	c cleaning 76009 clauses out of 152061 with flag 18071487/2993000
637.67/636.49	c cleaning 77016 clauses out of 154052 with flag 18558325/3071000
658.47/657.23	c cleaning 78009 clauses out of 156037 with flag 19044967/3150001
679.77/678.55	c cleaning 78988 clauses out of 158028 with flag 19544632/3230001
701.88/700.61	c cleaning 80018 clauses out of 160039 with flag 20043872/3311000
724.88/723.63	c cleaning 81005 clauses out of 162021 with flag 20551659/3393000
747.94/746.64	c cleaning 81977 clauses out of 164016 with flag 21066490/3476000
771.55/770.29	c cleaning 83020 clauses out of 166039 with flag 21587343/3560000
795.75/794.44	c cleaning 83970 clauses out of 168019 with flag 22109092/3645000
820.57/819.22	c cleaning 84963 clauses out of 170049 with flag 22640802/3731000
846.07/844.71	c cleaning 86040 clauses out of 172087 with flag 23181011/3818001
871.96/870.51	c cleaning 86996 clauses out of 174047 with flag 23729650/3906001
897.66/896.27	c cleaning 87998 clauses out of 176051 with flag 24279977/3995001
924.48/923.02	c cleaning 88973 clauses out of 178053 with flag 24833642/4085001
952.28/950.87	c cleaning 90025 clauses out of 180079 with flag 25389793/4176000
980.39/978.91	c cleaning 91000 clauses out of 182054 with flag 25957261/4268000
1008.39/1006.85	c cleaning 92023 clauses out of 184054 with flag 26531823/4361000
1037.48/1035.99	c cleaning 92980 clauses out of 186031 with flag 27111280/4455000
1068.28/1066.78	c cleaning 94009 clauses out of 188052 with flag 27701219/4550001
1099.09/1097.53	c cleaning 94998 clauses out of 190043 with flag 28291723/4646001
1130.39/1128.84	c cleaning 95969 clauses out of 192044 with flag 28890920/4743000
1162.08/1160.42	c cleaning 97028 clauses out of 194077 with flag 29496465/4841002
1194.39/1192.76	c cleaning 98011 clauses out of 196047 with flag 30102141/4940000
1227.59/1225.90	c cleaning 98998 clauses out of 198036 with flag 30711750/5040000
1261.70/1260.05	c cleaning 99999 clauses out of 200038 with flag 31328990/5141000
1296.34/1294.52	c cleaning 100968 clauses out of 202039 with flag 31953045/5243000
1331.44/1329.61	c cleaning 102024 clauses out of 204072 with flag 32583361/5346001
1367.15/1365.33	c cleaning 103013 clauses out of 206049 with flag 33223936/5450002
1403.76/1401.90	c cleaning 103991 clauses out of 208034 with flag 33874115/5555000
1441.28/1439.33	c cleaning 105016 clauses out of 210043 with flag 34522145/5661000
1478.80/1476.83	c cleaning 105991 clauses out of 212027 with flag 35176033/5768000
1517.60/1515.61	c cleaning 106963 clauses out of 214037 with flag 35836980/5876001
1557.11/1555.12	c cleaning 108015 clauses out of 216074 with flag 36504952/5985001
1597.09/1595.08	c cleaning 108998 clauses out of 218063 with flag 37170282/6095005
1636.98/1634.97	c cleaning 110018 clauses out of 220060 with flag 37848418/6206000
1678.19/1676.11	c cleaning 110984 clauses out of 222042 with flag 38536500/6318000
1719.98/1717.82	c cleaning 112018 clauses out of 224059 with flag 39223007/6431001
1762.09/1759.93	c cleaning 113001 clauses out of 226040 with flag 39922695/6545000
1800.00/1797.80	c starts		: 50808
1800.00/1797.80	c conflicts		: 6647872
1800.00/1797.80	c decisions		: 66011100
1800.00/1797.80	c propagations		: 918266569
1800.00/1797.80	c inspects		: 24667830362
1800.00/1797.80	c shortcuts		: 0
1800.00/1797.80	c learnt literals	: 2
1800.00/1797.80	c learnt binary clauses	: 39
1800.00/1797.80	c learnt ternary clauses	: 538
1800.00/1797.80	c learnt constraints	: 6647870
1800.00/1797.80	c ignored constraints	: 0
1800.00/1797.80	c root simplifications	: 0
1800.00/1797.80	c removed literals (reason simplification)	: 0
1800.00/1797.80	c reason swapping (by a shorter reason)	: 0
1800.00/1797.80	c Calls to reduceDB	: 110
1800.00/1797.80	c Number of update (reduction) of LBD	: 1376722
1800.00/1797.80	c Imported unit clauses	: 0
1800.00/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.80	c number of learned constraints concerned by reduction	: 0
1800.00/1797.80	c number of learning phase by resolution	: 0
1800.00/1797.80	c number of learning phase by cutting planes	: 0
1800.00/1797.80	c speed (assignments/second)	: 510892.29366332514
1800.00/1797.80	c non guided choices	25933
1800.00/1797.80	c timeout
1800.00/1797.83	c learnt constraints type 
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 215872
1800.00/1797.83	s UNKNOWN
1800.00/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-4117201-1466970288/watcher-4117201-1466970288 -o /tmp/evaluation-result-4117201-1466970288/solver-4117201-1466970288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117201-1466970288.opb 

pid=23426
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.25 2.26 2.24 4/196 23429
/proc/meminfo: memFree=30055244/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23429/stat : 23429 (java) R 23426 23429 19710 0 -1 4202496 470 0 0 0 0 0 0 0 20 0 1 0 30067118 9515008 126 33554432000 1073741824 1073778376 140733708218288 140733708215416 273905719418 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2372 133 103 9 0 120 0

[startup+0.100161 s]
/proc/loadavg: 2.25 2.26 2.24 4/196 23429
/proc/meminfo: memFree=30055244/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 30067118 9787879424 6032 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.25 2.26 2.24 4/196 23429
/proc/meminfo: memFree=30055244/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 4923 0 1 0 25 1 0 0 20 0 18 0 30067118 9787879424 6968 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2389619 6971 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 2.25 2.26 2.24 4/196 23429
/proc/meminfo: memFree=30055244/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 5796 0 1 0 48 2 0 0 20 0 18 0 30067118 9787879424 8946 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2389619 8946 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700321 s]
/proc/loadavg: 2.25 2.26 2.24 4/196 23429
/proc/meminfo: memFree=30055244/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 8751 0 1 0 135 2 0 0 20 0 19 0 30067118 9856040960 16079 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 16079 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.25 2.26 2.24 6/215 23448
/proc/meminfo: memFree=29999104/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 8856 0 1 0 224 3 0 0 20 0 19 0 30067118 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 16598 2270 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2448 0 1 0 145 1 0 0 20 0 19 0 30067119 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537330069784 140537185871997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 35 0 0 0 20 0 19 0 30067124 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3313 0 0 0 41 0 0 0 20 0 19 0 30067124 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 16598 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.25 2.26 2.24 3/215 23448
/proc/meminfo: memFree=29994556/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 8859 0 1 0 388 3 0 0 20 0 19 0 30067118 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 17622 2270 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2451 0 1 0 305 1 0 0 20 0 19 0 30067119 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537330061008 140537185850301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 37 0 0 0 20 0 19 0 30067124 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3313 0 0 0 43 0 0 0 20 0 19 0 30067124 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 17622 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.23 2.26 2.23 3/215 23448
/proc/meminfo: memFree=29985904/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 8865 0 1 0 710 3 0 0 20 0 19 0 30067118 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 19551 2271 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2456 0 1 0 624 1 0 0 20 0 19 0 30067119 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537330060992 140537185980022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30067120 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 37 0 0 0 20 0 19 0 30067124 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3313 0 0 0 44 0 0 0 20 0 19 0 30067124 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 19551 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 79440 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.20 2.20 3/215 23580
/proc/meminfo: memFree=29762724/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=1724.48 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 10612 0 1 0 172396 52 0 0 20 0 19 0 30067118 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 82511 2285 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=1717.39 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2512 0 1 0 171710 29 0 0 20 0 19 0 30067119 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537330061088 140537185871776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 61 0 0 0 15 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 330 0 0 0 12 1 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 202 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 214 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 170 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 37 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3372 0 0 0 48 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 100 0 0 0 37 37 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.19 2.20 3/215 23581
/proc/meminfo: memFree=29762372/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=1784.5 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 10616 0 1 0 178396 54 0 0 20 0 19 0 30067118 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 82511 2285 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=1777.24 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2512 0 1 0 177694 30 0 0 20 0 19 0 30067119 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537330061088 140537185871997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 61 0 0 0 15 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 330 0 0 0 12 1 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 202 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 214 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 170 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 37 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3372 0 0 0 48 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 104 0 0 0 38 39 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.14 2.18 2.19 3/215 23581
/proc/meminfo: memFree=29739968/32872528 swapFree=1491540/1663236
[pid=23429] ppid=23426 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/23429/stat : 23429 (java) S 23426 23429 19710 0 -1 4202496 10618 0 1 0 179946 54 0 0 20 0 19 0 30067118 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140733708209424 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23429/statm: 2406260 82511 2285 9 0 2396937 0
[pid=23429/tid=23431] ppid=23426 vsize=9625040 CPUtime=1792.7 cores=1,3,5,7
/proc/23429/task/23431/stat : 23431 (java) R 23426 23429 19710 0 -1 4202560 2512 0 1 0 179240 30 0 0 20 0 19 0 30067119 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537330061088 140537185871799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23432] ppid=23426 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23429/task/23432/stat : 23432 (java) S 23426 23429 19710 0 -1 4202560 61 0 0 0 15 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537174038952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23433] ppid=23426 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23429/task/23433/stat : 23433 (java) S 23426 23429 19710 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537172986408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23434] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23434/stat : 23434 (java) S 23426 23429 19710 0 -1 4202560 330 0 0 0 12 1 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537171933352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23435] ppid=23426 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23429/task/23435/stat : 23435 (java) S 23426 23429 19710 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537170880808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23436] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23436/stat : 23436 (java) S 23426 23429 19710 0 -1 4202560 202 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140537169828776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23437] ppid=23426 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23429/task/23437/stat : 23437 (java) S 23426 23429 19710 0 -1 4202560 214 0 0 0 14 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536832846888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23438] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23438/stat : 23438 (java) S 23426 23429 19710 0 -1 4202560 170 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536831793832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23429/tid=23439] ppid=23426 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23429/task/23439/stat : 23439 (java) S 23426 23429 19710 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 19 0 30067120 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536830741288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23440] ppid=23426 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23429/task/23440/stat : 23440 (java) S 23426 23429 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536818542952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23441] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23441/stat : 23441 (java) S 23426 23429 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536817489272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23442] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23442/stat : 23442 (java) S 23426 23429 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30067122 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536816436104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23443] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23443/stat : 23443 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536815384848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23444] ppid=23426 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23429/task/23444/stat : 23444 (java) S 23426 23429 19710 0 -1 4202560 1825 0 0 0 37 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536814332728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23429/tid=23445] ppid=23426 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23429/task/23445/stat : 23445 (java) S 23426 23429 19710 0 -1 4202560 3372 0 0 0 48 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536813280184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23446] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23446/stat : 23446 (java) S 23426 23429 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536812227320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23429/tid=23447] ppid=23426 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23429/task/23447/stat : 23447 (java) S 23426 23429 19710 0 -1 4202560 106 0 0 0 38 39 0 0 20 0 19 0 30067124 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536811174984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23429/tid=23448] ppid=23426 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23429/task/23448/stat : 23448 (java) S 23426 23429 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30067161 9856040960 82511 33554432000 1073741824 1073778376 140733708218288 140536810021928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 23429 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 23429 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=898134
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=13845
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800
#
# 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
CPU user time (s): 1799.46
CPU system time (s): 0.54
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.01385
maximum resident set size= 330292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10696
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= 38437
involuntary context switches= 6397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5051 second user time and 16.5335 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 21:44:48
IDJOB=4117201
IDBENCH=109565
IDSOLVER=2546
FILE ID=node134/4117201-1466970288
RUNJOBID= node134-1466945036-19727
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-size80-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117201-1466970288/watcher-4117201-1466970288 -o /tmp/evaluation-result-4117201-1466970288/solver-4117201-1466970288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117201-1466970288.opb

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

MD5SUM BENCH= 81aabf67e30e32a79ceeaaf287da6f47
RANDOM SEED=1605008688

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:        30055408 kB
Buffers:           33488 kB
Cached:           115376 kB
SwapCached:         1316 kB
Active:           326880 kB
Inactive:         124828 kB
Active(anon):     303140 kB
Inactive(anon):     2488 kB
Active(file):      23740 kB
Inactive(file):   122340 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       1967360 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             565840 kB
SReclaimable:       9424 kB
SUnreclaim:       556416 kB
KernelStack:        1592 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2396652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 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 22:14:46