Trace number 4119856

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.72 1795.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUMa407d5c9af984cf5ee2a17aa7c76d55e
Bench CategoryOPT-SMALLINT-LIN (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 Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4119856-1467278427.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  objective function found
0.84/0.40	c ... done. Wall clock time 0.289s.
0.84/0.40	c declared #vars     11744
0.84/0.40	c #constraints  798
0.84/0.40	c constraints type 
0.84/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 366
0.84/0.40	c org.sat4j.specs.Constr$1 => 1
0.84/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 366
0.84/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 65
0.84/0.40	c 798 constraints processed.
0.84/0.40	c objective function length is 32 literals
1.88/1.00	c cleaning 2497 clauses out of 5001 with flag 19713/5001
2.53/1.55	c cleaning 4241 clauses out of 8503 with flag 46200/11000
3.13/2.12	c cleaning 5620 clauses out of 11262 with flag 76809/18000
3.94/2.97	c cleaning 6805 clauses out of 13642 with flag 98783/26000
5.15/4.17	c cleaning 7901 clauses out of 15839 with flag 126301/35002
6.56/5.55	c cleaning 8951 clauses out of 17939 with flag 157093/45003
8.31/7.24	c cleaning 9969 clauses out of 19986 with flag 191659/56001
10.22/9.13	c cleaning 10984 clauses out of 22016 with flag 230053/68000
12.52/11.41	c cleaning 11999 clauses out of 24032 with flag 268268/81000
15.12/14.03	c cleaning 12993 clauses out of 26033 with flag 309267/95000
18.32/17.28	c cleaning 13997 clauses out of 28041 with flag 343404/110001
19.92/18.85	c cleaning 15013 clauses out of 30043 with flag 389499/126000
21.52/20.45	c cleaning 15999 clauses out of 32031 with flag 426404/143001
24.22/23.16	c cleaning 16996 clauses out of 34032 with flag 462422/161001
27.52/26.45	c cleaning 18000 clauses out of 36036 with flag 500433/180001
29.37/28.22	c cleaning 19009 clauses out of 38036 with flag 550828/200001
31.37/30.24	c cleaning 20004 clauses out of 40027 with flag 596805/221001
34.17/33.08	c cleaning 21002 clauses out of 42022 with flag 647076/243000
36.57/35.48	c cleaning 21997 clauses out of 44022 with flag 700828/266002
41.17/40.03	c cleaning 22999 clauses out of 46023 with flag 752748/290000
44.64/43.40	c cleaning 24001 clauses out of 48024 with flag 809598/315000
47.54/46.39	c cleaning 24997 clauses out of 50023 with flag 863070/341000
49.74/48.51	c cleaning 26004 clauses out of 52026 with flag 937939/368000
51.94/50.77	c cleaning 26999 clauses out of 54022 with flag 1035586/396000
56.32/55.03	c cleaning 27998 clauses out of 56024 with flag 1120951/425001
61.11/59.85	c cleaning 28993 clauses out of 58026 with flag 1224280/455001
66.91/65.62	c cleaning 29994 clauses out of 60033 with flag 1330340/486001
72.82/71.54	c cleaning 31003 clauses out of 62039 with flag 1441710/518001
79.63/78.29	c cleaning 32000 clauses out of 64036 with flag 1557901/551001
83.53/82.15	c cleaning 33006 clauses out of 66036 with flag 1658421/585001
86.92/85.55	c cleaning 34009 clauses out of 68030 with flag 1745976/620001
90.95/89.41	c cleaning 34999 clauses out of 70021 with flag 1839330/656001
95.64/94.14	c cleaning 35997 clauses out of 72021 with flag 1935201/693000
99.45/97.95	c cleaning 37011 clauses out of 74027 with flag 2032476/731003
104.45/102.83	c cleaning 37999 clauses out of 76013 with flag 2136251/770000
110.05/108.46	c cleaning 38993 clauses out of 78015 with flag 2228497/810001
116.35/114.71	c cleaning 40001 clauses out of 80024 with flag 2320268/851003
121.56/119.89	c cleaning 40992 clauses out of 82020 with flag 2416980/893000
129.26/127.59	c cleaning 42002 clauses out of 84029 with flag 2511567/936001
134.89/133.04	c cleaning 42994 clauses out of 86026 with flag 2639525/980000
140.79/138.99	c cleaning 43999 clauses out of 88035 with flag 2792134/1025003
147.10/145.11	c cleaning 45000 clauses out of 90033 with flag 2900903/1071000
152.20/150.25	c cleaning 46011 clauses out of 92037 with flag 3021295/1118004
163.01/161.00	c cleaning 46998 clauses out of 94023 with flag 3129932/1166001
176.61/174.59	c cleaning 48000 clauses out of 96025 with flag 3234376/1215001
191.95/189.87	c cleaning 49001 clauses out of 98024 with flag 3340142/1265000
205.25/203.15	c cleaning 49999 clauses out of 100023 with flag 3451703/1316000
220.43/218.24	c cleaning 50996 clauses out of 102026 with flag 3562379/1368002
235.59/233.27	c cleaning 52000 clauses out of 104028 with flag 3680421/1421000
254.39/252.04	c cleaning 53002 clauses out of 106028 with flag 3796662/1475000
273.76/271.39	c cleaning 53999 clauses out of 108027 with flag 3912820/1530001
294.96/292.55	c cleaning 54996 clauses out of 110027 with flag 4029654/1586000
316.50/314.04	c cleaning 55999 clauses out of 112031 with flag 4149475/1643000
339.81/337.36	c cleaning 57001 clauses out of 114032 with flag 4269240/1701000
363.06/360.56	c cleaning 58007 clauses out of 116033 with flag 4392952/1760002
385.94/383.33	c cleaning 58995 clauses out of 118024 with flag 4523591/1820000
412.74/410.14	c cleaning 60001 clauses out of 120030 with flag 4650918/1881001
441.31/438.64	c cleaning 61000 clauses out of 122028 with flag 4780836/1943000
470.61/467.89	c cleaning 62002 clauses out of 124030 with flag 4912552/2006002
498.92/496.14	c cleaning 63004 clauses out of 126028 with flag 5049979/2070002
529.79/526.98	c cleaning 64000 clauses out of 128023 with flag 5184783/2135001
561.08/558.17	c cleaning 65002 clauses out of 130024 with flag 5323076/2201002
591.25/588.20	c cleaning 65995 clauses out of 132020 with flag 5464211/2268000
631.83/628.78	c cleaning 67000 clauses out of 134026 with flag 5605124/2336001
664.13/661.01	c cleaning 67997 clauses out of 136025 with flag 5756588/2405000
702.26/699.12	c cleaning 69000 clauses out of 138030 with flag 5904709/2475002
742.89/739.72	c cleaning 70006 clauses out of 140033 with flag 6052694/2546005
783.44/780.24	c cleaning 70998 clauses out of 142023 with flag 6202679/2618001
825.29/822.06	c cleaning 72000 clauses out of 144027 with flag 6354772/2691003
871.36/868.06	c cleaning 72999 clauses out of 146025 with flag 6509160/2765001
909.00/905.65	c cleaning 74003 clauses out of 148029 with flag 6685605/2840004
951.89/948.48	c cleaning 75000 clauses out of 150023 with flag 6857781/2916001
997.29/993.72	c cleaning 76002 clauses out of 152026 with flag 7025239/2993004
1053.55/1049.97	c cleaning 76996 clauses out of 154021 with flag 7186837/3071001
1105.51/1101.88	c cleaning 77995 clauses out of 156024 with flag 7353652/3150000
1159.06/1155.33	c cleaning 78999 clauses out of 158030 with flag 7519624/3230001
1214.10/1210.32	c cleaning 80001 clauses out of 160033 with flag 7687948/3311003
1270.98/1267.12	c cleaning 81003 clauses out of 162029 with flag 7857934/3393000
1332.87/1328.96	c cleaning 82002 clauses out of 164027 with flag 8029042/3476001
1398.30/1394.31	c cleaning 82999 clauses out of 166026 with flag 8203852/3560002
1470.26/1466.18	c cleaning 84003 clauses out of 168027 with flag 8379192/3645002
1534.52/1530.30	c cleaning 84998 clauses out of 170025 with flag 8560847/3731003
1605.43/1601.19	c cleaning 85997 clauses out of 172025 with flag 8740596/3818001
1675.68/1671.21	c cleaning 86995 clauses out of 174027 with flag 8922205/3906000
1750.10/1745.59	c cleaning 87999 clauses out of 176033 with flag 9110564/3995001
1800.08/1795.40	c starts		: 829
1800.08/1795.40	c conflicts		: 4069418
1800.08/1795.40	c decisions		: 5432087
1800.08/1795.40	c propagations		: 289430138
1800.08/1795.40	c inspects		: 29401907478
1800.08/1795.40	c shortcuts		: 0
1800.08/1795.40	c learnt literals	: 0
1800.08/1795.40	c learnt binary clauses	: 0
1800.08/1795.40	c learnt ternary clauses	: 0
1800.08/1795.40	c learnt constraints	: 4069418
1800.08/1795.40	c ignored constraints	: 0
1800.08/1795.40	c root simplifications	: 0
1800.08/1795.40	c removed literals (reason simplification)	: 0
1800.08/1795.40	c reason swapping (by a shorter reason)	: 0
1800.08/1795.40	c Calls to reduceDB	: 85
1800.08/1795.40	c Number of update (reduction) of LBD	: 262910
1800.08/1795.40	c Imported unit clauses	: 0
1800.08/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.40	c number of learned constraints concerned by reduction	: 0
1800.08/1795.40	c number of learning phase by resolution	: 0
1800.08/1795.40	c number of learning phase by cutting planes	: 0
1800.08/1795.40	c speed (assignments/second)	: 161243.4265613884
1800.08/1795.40	c non guided choices	229800
1800.08/1795.41	c timeout
1800.08/1795.43	c learnt constraints type 
1800.08/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162452
1800.08/1795.43	s UNKNOWN
1800.08/1795.43	c Total wall clock time (in seconds): 1795.316

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-4119856-1467278427/watcher-4119856-1467278427 -o /tmp/evaluation-result-4119856-1467278427/solver-4119856-1467278427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119856-1467278427.opb 

pid=14008
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: 1.99 2.08 2.08 3/193 14011
/proc/meminfo: memFree=27250020/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/14011/stat : 14011 (java) R 14008 14011 12134 0 -1 4202496 478 0 0 0 0 0 0 0 20 0 1 0 8946488 9715712 133 33554432000 1073741824 1073778376 140735307325648 140735307322776 235378107632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2323 143 104 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.99 2.08 2.08 3/193 14011
/proc/meminfo: memFree=27250020/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 4470 0 1 0 8 0 0 0 20 0 18 0 8946488 9787879424 5588 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2389619 5588 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 1.99 2.08 2.08 3/193 14011
/proc/meminfo: memFree=27250020/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9559240 CPUtime=0.28 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 6201 0 1 0 27 1 0 0 20 0 18 0 8946488 9788661760 7365 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2389619 7366 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9559240

[startup+0.300245 s]
/proc/loadavg: 1.99 2.08 2.08 3/193 14011
/proc/meminfo: memFree=27250020/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 9488 0 1 0 55 1 0 0 20 0 18 0 8946488 9787879424 11090 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2389619 11090 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 1.99 2.08 2.08 3/193 14011
/proc/meminfo: memFree=27250020/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 11969 0 1 0 147 3 0 0 20 0 19 0 8946488 9856040960 26768 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 26768 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.99 2.08 2.08 4/212 14030
/proc/meminfo: memFree=27141300/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 14040 0 1 0 249 4 0 0 20 0 19 0 8946488 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 30436 2265 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2502 0 1 0 143 3 0 0 20 0 19 0 8946489 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711864222200 139711804591520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8946491 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3662 0 0 0 41 0 0 0 20 0 19 0 8946494 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6599 0 0 0 61 1 0 0 20 0 19 0 8946494 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 30436 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.99 2.08 2.08 3/212 14030
/proc/meminfo: memFree=27126220/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 14131 0 1 0 411 4 0 0 20 0 19 0 8946488 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 35049 2265 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2512 0 1 0 303 3 0 0 20 0 19 0 8946489 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711864221976 139711804679498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8946491 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6599 0 0 0 62 1 0 0 20 0 19 0 8946494 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 35049 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.07 2.09 2.09 3/212 14030
/proc/meminfo: memFree=27103596/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 14145 0 1 0 731 5 0 0 20 0 19 0 8946488 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 40097 2266 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2525 0 1 0 623 3 0 0 20 0 19 0 8946489 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711864213184 139711804635188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8946490 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8946491 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6599 0 0 0 62 1 0 0 20 0 19 0 8946494 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 40097 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6602 0 0 0 64 1 0 0 20 0 19 0 8946494 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 96 0 0 0 25 25 0 0 20 0 19 0 8946494 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 119523 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.12 1.54 1.85 2/185 14167
/proc/meminfo: memFree=30159080/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=1726.82 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 17163 0 1 0 172604 78 0 0 20 0 19 0 8946488 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 117792 2288 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=1720.55 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2579 0 1 0 172025 30 0 0 20 0 19 0 8946489 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711864220880 139711804591515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 369 0 0 0 48 6 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 241 0 0 0 52 6 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 487 0 0 0 46 8 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 269 0 0 0 48 6 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 165 0 0 0 47 6 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 373 0 0 0 51 6 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 354 0 0 0 55 8 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 408 0 0 0 44 5 0 0 20 0 19 0 8946490 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 210 0 0 0 50 3 0 0 20 0 19 0 8946491 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6602 0 0 0 64 1 0 0 20 0 19 0 8946494 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 100 0 0 0 26 27 0 0 20 0 19 0 8946494 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 117792 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.08 1.45 1.80 2/187 14172
/proc/meminfo: memFree=30159304/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=1786.97 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 17178 0 1 0 178618 79 0 0 20 0 19 0 8946488 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 117494 2288 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=1780.51 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2581 0 1 0 178019 32 0 0 20 0 19 0 8946489 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711864220864 139711804591515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 369 0 0 0 52 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 248 0 0 0 54 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 487 0 0 0 48 8 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 269 0 0 0 52 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 165 0 0 0 50 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 373 0 0 0 53 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 354 0 0 0 57 8 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 408 0 0 0 45 5 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 212 0 0 0 50 3 0 0 20 0 19 0 8946491 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6602 0 0 0 64 1 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 104 0 0 0 27 28 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.06 1.43 1.79 2/187 14172
/proc/meminfo: memFree=30159580/32872528 swapFree=447588/480292
[pid=14011] ppid=14008 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/14011/stat : 14011 (java) S 14008 14011 12134 0 -1 4202496 17178 0 1 0 179928 80 0 0 20 0 19 0 8946488 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 140735307316784 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14011/statm: 2406260 117494 2288 9 0 2396937 0
[pid=14011/tid=14013] ppid=14008 vsize=9625040 CPUtime=1793.61 cores=1,3,5,7
/proc/14011/task/14013/stat : 14013 (java) R 14008 14011 12134 0 -1 4202560 2581 0 1 0 179329 32 0 0 20 0 19 0 8946489 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711864220864 139711804591515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14014] ppid=14008 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14011/task/14014/stat : 14014 (java) S 14008 14011 12134 0 -1 4202560 369 0 0 0 52 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711802952360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14015] ppid=14008 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/14011/task/14015/stat : 14015 (java) S 14008 14011 12134 0 -1 4202560 248 0 0 0 54 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711801899816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14016] ppid=14008 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14011/task/14016/stat : 14016 (java) S 14008 14011 12134 0 -1 4202560 487 0 0 0 48 8 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711800847272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14017] ppid=14008 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14011/task/14017/stat : 14017 (java) S 14008 14011 12134 0 -1 4202560 269 0 0 0 52 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711799794728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14018] ppid=14008 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14011/task/14018/stat : 14018 (java) S 14008 14011 12134 0 -1 4202560 165 0 0 0 50 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711798741160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14019] ppid=14008 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14011/task/14019/stat : 14019 (java) S 14008 14011 12134 0 -1 4202560 373 0 0 0 53 6 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711797688616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14011/tid=14020] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14020/stat : 14020 (java) S 14008 14011 12134 0 -1 4202560 354 0 0 0 57 8 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711701793192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14021] ppid=14008 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14011/task/14021/stat : 14021 (java) S 14008 14011 12134 0 -1 4202560 408 0 0 0 45 5 0 0 20 0 19 0 8946490 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711700740648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14022] ppid=14008 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14011/task/14022/stat : 14022 (java) S 14008 14011 12134 0 -1 4202560 212 0 0 0 50 3 0 0 20 0 19 0 8946491 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711688329832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14023] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14023/stat : 14023 (java) S 14008 14011 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711687276152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14024] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14024/stat : 14024 (java) S 14008 14011 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8946492 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711686223496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14025] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14025/stat : 14025 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711685172240 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14026] ppid=14008 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14011/task/14026/stat : 14026 (java) S 14008 14011 12134 0 -1 4202560 3743 0 0 0 41 1 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711684118584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14027] ppid=14008 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14011/task/14027/stat : 14027 (java) S 14008 14011 12134 0 -1 4202560 6602 0 0 0 64 1 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711683066040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14028] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14028/stat : 14028 (java) S 14008 14011 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711682013688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14011/tid=14029] ppid=14008 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14011/task/14029/stat : 14029 (java) S 14008 14011 12134 0 -1 4202560 104 0 0 0 28 28 0 0 20 0 19 0 8946494 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711680961352 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14011/tid=14030] ppid=14008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14011/task/14030/stat : 14030 (java) S 14008 14011 12134 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8946530 9856040960 117494 33554432000 1073741824 1073778376 140735307325648 139711679907112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 14011 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.44
CPU time (s): 1800.72
CPU user time (s): 1799.42
CPU system time (s): 1.3018
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.3018
maximum resident set size= 601656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17221
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39495
involuntary context switches= 10769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1635 second user time and 12.852 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 11:20:27
IDJOB=4119856
IDBENCH=111813
IDSOLVER=2546
FILE ID=node104/4119856-1467278427
RUNJOBID= node104-1467271038-12494
PBS_JOBID= 20004496
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119856-1467278427/watcher-4119856-1467278427 -o /tmp/evaluation-result-4119856-1467278427/solver-4119856-1467278427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119856-1467278427.opb

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

MD5SUM BENCH= a407d5c9af984cf5ee2a17aa7c76d55e
RANDOM SEED=542283968

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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	: 5332.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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		: 2666.334
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        27250044 kB
Buffers:          180636 kB
Cached:           808432 kB
SwapCached:            0 kB
Active:          3600500 kB
Inactive:         777684 kB
Active(anon):    3391408 kB
Inactive(anon):        0 kB
Active(file):     209092 kB
Inactive(file):   777684 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1112 kB
Writeback:             0 kB
AnonPages:       3885692 kB
Mapped:            21356 kB
Shmem:               204 kB
Slab:             609124 kB
SReclaimable:      53112 kB
SUnreclaim:       556012 kB
KernelStack:        1560 kB
PageTables:        11624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4184688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3170304 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= 71720 MiB
End job on node104 at 2016-06-30 11:50:23