Trace number 4095998

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.04 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-70.opb
MD5SUM87ed61143608cc0f172084ebd885062a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables281
Total number of constraints140
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4095998-1466100702.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.034s.
0.10/0.14	c declared #vars     281
0.10/0.14	c #constraints  280
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
0.10/0.14	c 280 constraints processed.
0.71/0.52	c cleaning 2491 clauses out of 5000 with flag 31752/5000
1.18/0.89	c cleaning 4252 clauses out of 8509 with flag 75052/11000
1.60/1.29	c cleaning 5623 clauses out of 11258 with flag 131713/18001
2.10/1.79	c cleaning 6814 clauses out of 13634 with flag 194784/26000
2.81/2.47	c cleaning 7904 clauses out of 15821 with flag 270380/35001
3.61/3.20	c cleaning 8951 clauses out of 17917 with flag 353929/45001
4.31/3.99	c cleaning 9976 clauses out of 19965 with flag 442808/56000
5.21/4.89	c cleaning 10985 clauses out of 21991 with flag 540556/68002
6.31/5.99	c cleaning 11991 clauses out of 24004 with flag 640427/81000
7.61/7.21	c cleaning 13003 clauses out of 26013 with flag 755537/95000
8.81/8.46	c cleaning 13991 clauses out of 28010 with flag 874393/110000
10.32/9.91	c cleaning 14977 clauses out of 30019 with flag 1003246/126000
11.91/11.50	c cleaning 16015 clauses out of 32043 with flag 1137786/143001
13.72/13.38	c cleaning 17007 clauses out of 34027 with flag 1302717/161000
15.72/15.34	c cleaning 18008 clauses out of 36021 with flag 1463187/180001
18.02/17.65	c cleaning 19000 clauses out of 38013 with flag 1627510/200001
20.22/19.89	c cleaning 19994 clauses out of 40013 with flag 1791433/221001
22.91/22.56	c cleaning 20998 clauses out of 42018 with flag 1980104/243000
25.82/25.44	c cleaning 22004 clauses out of 44021 with flag 2177237/266001
28.91/28.60	c cleaning 23005 clauses out of 46022 with flag 2380298/290006
32.21/31.90	c cleaning 23992 clauses out of 48011 with flag 2583899/315000
35.72/35.36	c cleaning 25001 clauses out of 50019 with flag 2791351/341000
39.51/39.13	c cleaning 25997 clauses out of 52018 with flag 3009781/368000
43.41/43.04	c cleaning 27006 clauses out of 54024 with flag 3237409/396003
47.62/47.23	c cleaning 28003 clauses out of 56015 with flag 3480401/425000
52.01/51.70	c cleaning 28995 clauses out of 58012 with flag 3729995/455000
57.01/56.69	c cleaning 29988 clauses out of 60017 with flag 3988908/486000
62.51/62.12	c cleaning 31007 clauses out of 62031 with flag 4252975/518002
68.01/67.63	c cleaning 32005 clauses out of 64024 with flag 4528116/551002
73.51/73.15	c cleaning 32997 clauses out of 66017 with flag 4809430/585000
80.11/79.76	c cleaning 33986 clauses out of 68020 with flag 5110786/620000
86.55/86.14	c cleaning 35013 clauses out of 70035 with flag 5414089/656001
93.75/93.35	c cleaning 36000 clauses out of 72023 with flag 5742376/693002
100.56/100.20	c cleaning 37005 clauses out of 74024 with flag 6055919/731003
107.85/107.44	c cleaning 37996 clauses out of 76016 with flag 6391015/770000
115.25/114.80	c cleaning 39000 clauses out of 78020 with flag 6728477/810000
122.95/122.51	c cleaning 39999 clauses out of 80021 with flag 7052560/851001
131.05/130.61	c cleaning 40999 clauses out of 82022 with flag 7402341/893001
139.55/139.13	c cleaning 42005 clauses out of 84022 with flag 7769182/936000
149.55/149.10	c cleaning 42996 clauses out of 86018 with flag 8157697/980001
158.75/158.30	c cleaning 44002 clauses out of 88022 with flag 8523074/1025001
168.86/168.48	c cleaning 44996 clauses out of 90019 with flag 8898134/1071000
179.96/179.53	c cleaning 45996 clauses out of 92025 with flag 9288175/1118002
190.66/190.22	c cleaning 47006 clauses out of 94028 with flag 9685363/1166001
202.05/201.66	c cleaning 47996 clauses out of 96021 with flag 10096838/1215000
213.75/213.40	c cleaning 49003 clauses out of 98025 with flag 10519517/1265000
226.12/225.65	c cleaning 50004 clauses out of 100023 with flag 10941137/1316001
238.82/238.30	c cleaning 51003 clauses out of 102018 with flag 11358516/1368000
251.22/250.76	c cleaning 52003 clauses out of 104016 with flag 11806994/1421001
264.41/263.99	c cleaning 52992 clauses out of 106012 with flag 12259817/1475000
281.51/281.08	c cleaning 54003 clauses out of 108023 with flag 12752916/1530003
295.91/295.42	c cleaning 54995 clauses out of 110017 with flag 13220406/1586000
310.61/310.19	c cleaning 56006 clauses out of 112023 with flag 13712786/1643001
326.22/325.75	c cleaning 56994 clauses out of 114017 with flag 14207999/1701001
342.12/341.69	c cleaning 57996 clauses out of 116022 with flag 14689953/1760000
359.72/359.22	c cleaning 59006 clauses out of 118026 with flag 15206563/1820000
376.72/376.21	c cleaning 60003 clauses out of 120022 with flag 15712283/1881002
393.52/393.04	c cleaning 61003 clauses out of 122020 with flag 16215589/1943003
411.05/410.56	c cleaning 62000 clauses out of 124014 with flag 16746356/2006000
431.15/430.65	c cleaning 62993 clauses out of 126015 with flag 17316079/2070001
449.95/449.40	c cleaning 64004 clauses out of 128023 with flag 17858801/2135002
471.56/471.05	c cleaning 65005 clauses out of 130021 with flag 18475227/2201004
491.46/490.99	c cleaning 65998 clauses out of 132012 with flag 19026499/2268000
513.06/512.56	c cleaning 66992 clauses out of 134014 with flag 19624422/2336000
535.07/534.53	c cleaning 68002 clauses out of 136023 with flag 20202188/2405001
558.09/557.54	c cleaning 68999 clauses out of 138020 with flag 20816511/2475000
580.89/580.31	c cleaning 70005 clauses out of 140022 with flag 21436644/2546001
603.95/603.37	c cleaning 71004 clauses out of 142017 with flag 22022903/2618001
629.45/628.86	c cleaning 71993 clauses out of 144013 with flag 22636738/2691001
656.04/655.44	c cleaning 73003 clauses out of 146019 with flag 23257986/2765000
681.75/681.10	c cleaning 73999 clauses out of 148018 with flag 23906801/2840002
707.85/707.26	c cleaning 74994 clauses out of 150018 with flag 24582441/2916001
736.35/735.75	c cleaning 76007 clauses out of 152025 with flag 25233567/2993002
774.76/774.16	c cleaning 76999 clauses out of 154016 with flag 25949570/3071000
806.86/806.24	c cleaning 77996 clauses out of 156017 with flag 26656583/3150000
837.56/837.00	c cleaning 79006 clauses out of 158023 with flag 27318280/3230002
867.03/866.33	c cleaning 79996 clauses out of 160015 with flag 27997912/3311000
896.33/895.65	c cleaning 81002 clauses out of 162019 with flag 28683678/3393000
927.94/927.21	c cleaning 82004 clauses out of 164018 with flag 29396473/3476001
960.44/959.74	c cleaning 82998 clauses out of 166013 with flag 30081112/3560000
992.54/991.85	c cleaning 84002 clauses out of 168017 with flag 30770924/3645002
1027.45/1026.76	c cleaning 85001 clauses out of 170013 with flag 31492831/3731000
1062.15/1061.46	c cleaning 85992 clauses out of 172013 with flag 32221781/3818001
1098.38/1097.53	c cleaning 86999 clauses out of 174020 with flag 32946957/3906000
1134.39/1133.54	c cleaning 88001 clauses out of 176021 with flag 33671773/3995000
1173.30/1172.41	c cleaning 89007 clauses out of 178021 with flag 34420595/4085001
1213.50/1212.60	c cleaning 90001 clauses out of 180013 with flag 35211686/4176000
1256.30/1255.43	c cleaning 91003 clauses out of 182013 with flag 35977304/4268001
1299.91/1299.05	c cleaning 91993 clauses out of 184009 with flag 36764996/4361000
1339.92/1339.01	c cleaning 93002 clauses out of 186017 with flag 37557612/4455001
1380.02/1379.06	c cleaning 93998 clauses out of 188017 with flag 38337672/4550003
1421.42/1420.40	c cleaning 95005 clauses out of 190019 with flag 39207057/4646003
1468.73/1467.80	c cleaning 95991 clauses out of 192011 with flag 40084377/4743000
1518.73/1517.78	c cleaning 97004 clauses out of 194021 with flag 40957315/4841001
1568.74/1567.79	c cleaning 98004 clauses out of 196017 with flag 41790700/4940001
1618.32/1617.13	c cleaning 98998 clauses out of 198013 with flag 42605415/5040001
1673.91/1672.74	c cleaning 100000 clauses out of 200015 with flag 43478327/5141001
1724.92/1723.72	c cleaning 100999 clauses out of 202016 with flag 44322329/5243002
1778.43/1777.23	c cleaning 101997 clauses out of 204017 with flag 45177225/5346002
1800.04/1798.80	c starts		: 16187
1800.04/1798.80	c conflicts		: 5401912
1800.04/1798.80	c decisions		: 8263986
1800.04/1798.80	c propagations		: 162510677
1800.04/1798.80	c inspects		: 40947489259
1800.04/1798.80	c shortcuts		: 0
1800.04/1798.80	c learnt literals	: 0
1800.04/1798.80	c learnt binary clauses	: 0
1800.04/1798.80	c learnt ternary clauses	: 0
1800.04/1798.80	c learnt constraints	: 5401912
1800.04/1798.80	c ignored constraints	: 0
1800.04/1798.80	c root simplifications	: 0
1800.04/1798.80	c removed literals (reason simplification)	: 0
1800.04/1798.80	c reason swapping (by a shorter reason)	: 0
1800.04/1798.80	c Calls to reduceDB	: 99
1800.04/1798.80	c Number of update (reduction) of LBD	: 1618895
1800.04/1798.80	c Imported unit clauses	: 0
1800.04/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.80	c number of learned constraints concerned by reduction	: 0
1800.04/1798.80	c number of learning phase by resolution	: 0
1800.04/1798.80	c number of learning phase by cutting planes	: 0
1800.04/1798.80	c speed (assignments/second)	: 90351.02873863249
1800.04/1798.80	c non guided choices	934
1800.04/1798.80	c timeout
1800.04/1798.83	c learnt constraints type 
1800.04/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157930
1800.04/1798.83	s UNKNOWN
1800.04/1798.83	c Total wall clock time (in seconds): 1798.723

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-4095998-1466100702/watcher-4095998-1466100702 -o /tmp/evaluation-result-4095998-1466100702/solver-4095998-1466100702 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466097090-29311 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095998-1466100702.opb 

pid=29797
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.00 2.00 2.00 3/194 29800
/proc/meminfo: memFree=31901224/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12114976 98570240 977 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 24065 977 743 9 0 16771 0
[pid=29800/tid=29801] ppid=29797 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12114977 98570240 977 33554432000 1073741824 1073778376 140734456820256 139794259652136 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29800
/proc/meminfo: memFree=31901224/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 4424 0 1 0 10 0 0 0 20 0 18 0 12114976 9787879424 6047 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2389619 6047 2140 9 0 2380296 0
[pid=29800/tid=29801] ppid=29797 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 12114977 9787879424 6047 33554432000 1073741824 1073778376 140734456820256 139794259654776 243768812813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29800
/proc/meminfo: memFree=31901224/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 6384 0 1 0 29 1 0 0 20 0 19 0 12114976 9856040960 7842 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 7842 2233 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 19 0 12114977 9856040960 7844 33554432000 1073741824 1073778376 140734456820256 139794259657344 139794088846640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29800
/proc/meminfo: memFree=31901224/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 6512 0 1 0 49 1 0 0 20 0 19 0 12114976 9856040960 7795 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 7795 2238 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2393 0 1 0 27 0 0 0 20 0 19 0 12114977 9856040960 7795 33554432000 1073741824 1073778376 140734456820256 139794259657344 139794089209849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700271 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29800
/proc/meminfo: memFree=31901224/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 8103 0 1 0 101 1 0 0 20 0 19 0 12114976 9856040960 8564 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 8564 2249 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2393 0 1 0 67 0 0 0 20 0 19 0 12114977 9856040960 8564 33554432000 1073741824 1073778376 140734456820256 139794259657192 139794089168176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29819
/proc/meminfo: memFree=31870368/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 8808 0 1 0 189 1 0 0 20 0 19 0 12114976 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 9781 2250 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2396 0 1 0 147 0 0 0 20 0 19 0 12114977 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794259657192 139794089192004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1526 0 0 0 13 0 0 0 20 0 19 0 12114982 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29800/task/29816/stat : 29816 (java) S 29797 29800 29295 0 -1 4202560 3615 0 0 0 25 0 0 0 20 0 19 0 12114982 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794078189880 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29817] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29817/stat : 29817 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794077137272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29818] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29818/stat : 29818 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794076084680 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 9781 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29819
/proc/meminfo: memFree=31863356/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 8811 0 1 0 350 1 0 0 20 0 19 0 12114976 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 10805 2250 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2399 0 1 0 307 0 0 0 20 0 19 0 12114977 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794259648176 139794089191999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1526 0 0 0 13 0 0 0 20 0 19 0 12114982 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29800/task/29816/stat : 29816 (java) S 29797 29800 29295 0 -1 4202560 3615 0 0 0 27 0 0 0 20 0 19 0 12114982 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794078189880 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29817] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29817/stat : 29817 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794077137272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29818] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29818/stat : 29818 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794076084680 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 10805 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29819
/proc/meminfo: memFree=31851620/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 8817 0 1 0 670 1 0 0 20 0 19 0 12114976 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 12667 2251 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2404 0 1 0 626 0 0 0 20 0 19 0 12114977 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794259648176 139794089191999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114978 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1526 0 0 0 13 0 0 0 20 0 19 0 12114982 9856040960 12667 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6

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

[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.51
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 29861
/proc/meminfo: memFree=31405812/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=1723.52 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 10822 0 1 0 172315 37 0 0 20 0 19 0 12114976 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 80350 2266 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=1717.54 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2467 0 1 0 171726 28 0 0 20 0 19 0 12114977 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794259648176 139794089191976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 228 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 302 0 0 0 14 3 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 186 0 0 0 6 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 246 0 0 0 8 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 67 0 0 0 1 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1993 0 0 0 16 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29800/task/29816/stat : 29816 (java) S 29797 29800 29295 0 -1 4202560 3615 0 0 0 27 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794078189880 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29817] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29817/stat : 29817 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794077137272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29818] ppid=29797 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/29800/task/29818/stat : 29818 (java) S 29797 29800 29295 0 -1 4202560 100 0 0 0 28 25 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794076084680 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29863
/proc/meminfo: memFree=31405416/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=1783.53 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 10826 0 1 0 178315 38 0 0 20 0 19 0 12114976 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 80350 2266 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=1777.38 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2467 0 1 0 177709 29 0 0 20 0 19 0 12114977 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794259648272 139794089200208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 228 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 302 0 0 0 14 3 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 186 0 0 0 6 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 246 0 0 0 8 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1993 0 0 0 16 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29800/task/29816/stat : 29816 (java) S 29797 29800 29295 0 -1 4202560 3615 0 0 0 27 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794078189880 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29817] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29817/stat : 29817 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794077137272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29818] ppid=29797 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/29800/task/29818/stat : 29818 (java) S 29797 29800 29295 0 -1 4202560 104 0 0 0 30 26 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794076084680 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29929
/proc/meminfo: memFree=31575184/32872528 swapFree=7268/7268
[pid=29800] ppid=29797 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/29800/stat : 29800 (java) S 29797 29800 29295 0 -1 4202496 10826 0 1 0 179966 38 0 0 20 0 19 0 12114976 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 140734456811392 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29800/statm: 2406260 80350 2266 9 0 2396937 0
[pid=29800/tid=29801] ppid=29797 vsize=9625040 CPUtime=1793.84 cores=0,2,4,6
/proc/29800/task/29801/stat : 29801 (java) R 29797 29800 29295 0 -1 4202560 2467 0 1 0 179355 29 0 0 20 0 19 0 12114977 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794259648272 139794089191999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29803] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29803/stat : 29803 (java) S 29797 29800 29295 0 -1 4202560 228 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794221149224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29804] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29804/stat : 29804 (java) S 29797 29800 29295 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794220096424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29805] ppid=29797 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29800/task/29805/stat : 29805 (java) S 29797 29800 29295 0 -1 4202560 302 0 0 0 14 3 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794219043624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29806] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29806/stat : 29806 (java) S 29797 29800 29295 0 -1 4202560 186 0 0 0 6 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794217990824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29807] ppid=29797 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/29800/task/29807/stat : 29807 (java) S 29797 29800 29295 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794216938024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29808] ppid=29797 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29800/task/29808/stat : 29808 (java) S 29797 29800 29295 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794215885224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29809] ppid=29797 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/29800/task/29809/stat : 29809 (java) S 29797 29800 29295 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794214832424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29800/tid=29810] ppid=29797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/29800/task/29810/stat : 29810 (java) S 29797 29800 29295 0 -1 4202560 246 0 0 0 8 2 0 0 20 0 19 0 12114978 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794213779624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29811] ppid=29797 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29800/task/29811/stat : 29811 (java) S 29797 29800 29295 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794083453928 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29812] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29812/stat : 29812 (java) S 29797 29800 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794082399992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29813] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29813/stat : 29813 (java) S 29797 29800 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12114979 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794081347080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29814] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29814/stat : 29814 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794080295568 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29815] ppid=29797 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29800/task/29815/stat : 29815 (java) S 29797 29800 29295 0 -1 4202560 1993 0 0 0 16 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794079242680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29800/tid=29816] ppid=29797 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29800/task/29816/stat : 29816 (java) S 29797 29800 29295 0 -1 4202560 3615 0 0 0 27 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794078189880 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29817] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29817/stat : 29817 (java) S 29797 29800 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794077137272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29800/tid=29818] ppid=29797 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/29800/task/29818/stat : 29818 (java) S 29797 29800 29295 0 -1 4202560 104 0 0 0 30 26 0 0 20 0 19 0 12114982 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794076084680 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29800/tid=29819] ppid=29797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29800/task/29819/stat : 29819 (java) S 29797 29800 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12114991 9856040960 80350 33554432000 1073741824 1073778376 140734456820256 139794075031208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 29800 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 29800 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=139097
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=851870
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.04
CPU user time (s): 1799.66
CPU system time (s): 0.38
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.85187
maximum resident set size= 321580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38190
involuntary context switches= 5746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6804 second user time and 13.244 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 20:11:42
IDJOB=4095998
IDBENCH=107551
IDSOLVER=2546
FILE ID=node151/4095998-1466100702
RUNJOBID= node151-1466097090-29311
PBS_JOBID= 19904038
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095998-1466100702/watcher-4095998-1466100702 -o /tmp/evaluation-result-4095998-1466100702/solver-4095998-1466100702 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466097090-29311 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095998-1466100702.opb

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

MD5SUM BENCH= 87ed61143608cc0f172084ebd885062a
RANDOM SEED=680314838

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31902124 kB
Buffers:           49332 kB
Cached:            98260 kB
SwapCached:        61592 kB
Active:           104112 kB
Inactive:         152748 kB
Active(anon):      50720 kB
Inactive(anon):    61036 kB
Active(file):      53392 kB
Inactive(file):    91712 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:              1800 kB
Writeback:            16 kB
AnonPages:         60488 kB
Mapped:            15144 kB
Shmem:                 0 kB
Slab:             569532 kB
SReclaimable:      12792 kB
SUnreclaim:       556740 kB
KernelStack:        1592 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71748 MiB
End job on node151 at 2016-06-16 20:41:41