Trace number 4119342

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 PB16SAT (TO)-50 1800.56 1795.24

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament18.opb
MD5SUMc8f6cd587294bfaaf20eba0d8d06f6ae
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-74
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 389
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 420
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 420
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119342-1467255632.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.049s.
0.09/0.17	c declared #vars     153
0.09/0.17	c internal #vars     441
0.09/0.17	c #constraints  576
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 288
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.09/0.17	c 576 constraints processed.
0.09/0.17	c objective function length is 389 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.06
0.09/0.18	o -48
0.20/0.24	c Got one! Elapsed wall clock time (in seconds):0.122
0.20/0.24	o -49
0.48/0.34	c Got one! Elapsed wall clock time (in seconds):0.215
0.48/0.34	o -50
0.84/0.66	c cleaning 2996 clauses out of 6007 with flag 10156/6007
1.23/0.99	c cleaning 4499 clauses out of 9010 with flag 22158/12006
1.74/1.40	c cleaning 5752 clauses out of 11514 with flag 36175/19009
2.15/1.90	c cleaning 6876 clauses out of 13759 with flag 52182/27006
2.87/2.52	c cleaning 7935 clauses out of 15884 with flag 70187/36007
3.57/3.29	c cleaning 8966 clauses out of 17948 with flag 90867/46006
4.57/4.29	c cleaning 9983 clauses out of 19982 with flag 113322/57006
5.87/5.52	c cleaning 10991 clauses out of 21999 with flag 137333/69006
7.36/7.01	c cleaning 11997 clauses out of 24009 with flag 163335/82007
8.96/8.62	c cleaning 12999 clauses out of 26012 with flag 191352/96007
10.67/10.35	c cleaning 13999 clauses out of 28012 with flag 221418/111006
12.58/12.27	c cleaning 14998 clauses out of 30013 with flag 253445/127006
14.57/14.27	c cleaning 16000 clauses out of 32016 with flag 287501/144007
16.57/16.27	c cleaning 17000 clauses out of 34016 with flag 323552/162007
18.80/18.45	c cleaning 18002 clauses out of 36016 with flag 361649/181007
21.10/20.74	c cleaning 18998 clauses out of 38014 with flag 401836/201007
23.61/23.22	c cleaning 19998 clauses out of 40017 with flag 443951/222008
26.30/25.97	c cleaning 21000 clauses out of 42018 with flag 488087/244007
29.40/29.05	c cleaning 22001 clauses out of 44018 with flag 534210/267007
32.81/32.43	c cleaning 23001 clauses out of 46017 with flag 582444/291007
36.31/35.97	c cleaning 24000 clauses out of 48016 with flag 632864/316007
40.29/39.89	c cleaning 25000 clauses out of 50015 with flag 685332/342006
44.29/43.90	c cleaning 25998 clauses out of 52015 with flag 739739/369006
48.90/48.50	c cleaning 27001 clauses out of 54018 with flag 796239/397007
53.79/53.37	c cleaning 28003 clauses out of 56017 with flag 854630/426007
59.19/58.76	c cleaning 28999 clauses out of 58013 with flag 915029/456006
65.09/64.62	c cleaning 29994 clauses out of 60015 with flag 977450/487007
71.27/70.78	c cleaning 31000 clauses out of 62020 with flag 1041905/519006
77.57/77.04	c cleaning 32002 clauses out of 64020 with flag 1108375/552006
83.77/83.28	c cleaning 33000 clauses out of 66019 with flag 1176794/586007
90.08/89.58	c cleaning 33999 clauses out of 68019 with flag 1247158/621007
96.98/96.47	c cleaning 35002 clauses out of 70020 with flag 1319797/657007
103.89/103.27	c cleaning 35997 clauses out of 72017 with flag 1394279/694006
111.69/111.08	c cleaning 36999 clauses out of 74020 with flag 1470833/732006
119.89/119.21	c cleaning 38005 clauses out of 76023 with flag 1549321/771008
127.59/126.94	c cleaning 38999 clauses out of 78016 with flag 1630054/811006
135.59/134.90	c cleaning 39999 clauses out of 80017 with flag 1712749/852006
145.31/144.52	c cleaning 40998 clauses out of 82018 with flag 1797456/894006
155.00/154.20	c cleaning 42002 clauses out of 84021 with flag 1884185/937007
165.21/164.45	c cleaning 42999 clauses out of 86019 with flag 1973060/981007
175.61/174.80	c cleaning 44000 clauses out of 88019 with flag 2063987/1026006
188.07/187.17	c cleaning 44999 clauses out of 90020 with flag 2156922/1072007
200.36/199.40	c cleaning 46000 clauses out of 92020 with flag 2251933/1119006
213.37/212.47	c cleaning 46997 clauses out of 94020 with flag 2348933/1167006
226.22/225.12	c cleaning 48004 clauses out of 96023 with flag 2447745/1216006
241.72/240.63	c cleaning 49002 clauses out of 98020 with flag 2548808/1266007
253.02/251.92	c cleaning 49998 clauses out of 100017 with flag 2651243/1317006
266.72/265.44	c cleaning 51001 clauses out of 102019 with flag 2755672/1369006
288.33/287.06	c cleaning 51997 clauses out of 104018 with flag 2863031/1422006
312.30/310.87	c cleaning 53001 clauses out of 106021 with flag 2972366/1476006
330.69/329.28	c cleaning 54003 clauses out of 108022 with flag 3083371/1531008
346.76/345.12	c cleaning 54997 clauses out of 110017 with flag 3196019/1587006
367.85/366.25	c cleaning 56001 clauses out of 112022 with flag 3311194/1644008
395.16/393.44	c cleaning 56996 clauses out of 114019 with flag 3428638/1702006
419.86/418.16	c cleaning 57999 clauses out of 116023 with flag 3547976/1761006
442.52/440.75	c cleaning 59001 clauses out of 118025 with flag 3669190/1821007
466.72/464.94	c cleaning 59997 clauses out of 120023 with flag 3792456/1882006
488.04/486.30	c cleaning 61004 clauses out of 122026 with flag 3917708/1944006
506.53/504.77	c cleaning 62000 clauses out of 124023 with flag 4044722/2007007
525.38/523.55	c cleaning 63001 clauses out of 126022 with flag 4173597/2071006
549.18/547.27	c cleaning 64004 clauses out of 128021 with flag 4304482/2136006
569.48/567.56	c cleaning 65002 clauses out of 130018 with flag 4437639/2202007
587.94/585.92	c cleaning 65999 clauses out of 132016 with flag 4572515/2269007
611.82/609.76	c cleaning 66999 clauses out of 134017 with flag 4709674/2337007
634.32/632.23	c cleaning 67997 clauses out of 136018 with flag 4848673/2406007
656.68/654.52	c cleaning 69000 clauses out of 138020 with flag 4989084/2476006
682.44/680.26	c cleaning 70000 clauses out of 140020 with flag 5131478/2547006
710.10/707.88	c cleaning 70999 clauses out of 142021 with flag 5275848/2619007
738.29/735.98	c cleaning 71999 clauses out of 144021 with flag 5422824/2692006
765.17/762.85	c cleaning 73002 clauses out of 146023 with flag 5571622/2766007
795.09/792.72	c cleaning 74001 clauses out of 148020 with flag 5722483/2841006
825.65/823.20	c cleaning 75001 clauses out of 150020 with flag 5874979/2917007
856.00/853.53	c cleaning 75999 clauses out of 152018 with flag 6029395/2994006
890.28/887.77	c cleaning 76998 clauses out of 154019 with flag 6185749/3072006
921.83/919.24	c cleaning 77999 clauses out of 156021 with flag 6344053/3151006
955.51/952.88	c cleaning 78997 clauses out of 158022 with flag 6504271/3231006
983.67/980.95	c cleaning 80003 clauses out of 160025 with flag 6666655/3312006
1013.77/1010.99	c cleaning 81001 clauses out of 162023 with flag 6831022/3394007
1039.48/1036.52	c cleaning 81999 clauses out of 164022 with flag 6997448/3477007
1069.26/1066.22	c cleaning 83002 clauses out of 166022 with flag 7165773/3561006
1092.22/1089.18	c cleaning 83997 clauses out of 168020 with flag 7335920/3646006
1118.58/1115.43	c cleaning 85004 clauses out of 170023 with flag 7508111/3732006
1142.10/1138.93	c cleaning 86001 clauses out of 172020 with flag 7682374/3819007
1166.64/1163.37	c cleaning 87001 clauses out of 174019 with flag 7858704/3907007
1190.80/1187.41	c cleaning 87998 clauses out of 176017 with flag 8036888/3996006
1217.45/1214.05	c cleaning 89000 clauses out of 178020 with flag 8217041/4086007
1243.90/1240.36	c cleaning 89999 clauses out of 180020 with flag 8399194/4177007
1272.45/1268.89	c cleaning 90997 clauses out of 182021 with flag 8583368/4269007
1306.92/1303.22	c cleaning 91999 clauses out of 184024 with flag 8769924/4362007
1346.61/1342.87	c cleaning 92998 clauses out of 186024 with flag 8958382/4456006
1384.24/1380.48	c cleaning 94001 clauses out of 188027 with flag 9148703/4551007
1419.23/1415.32	c cleaning 95008 clauses out of 190025 with flag 9341028/4647006
1456.30/1452.32	c cleaning 95997 clauses out of 192017 with flag 9535365/4744006
1497.35/1493.31	c cleaning 97001 clauses out of 194020 with flag 9731705/4842006
1540.03/1535.99	c cleaning 97996 clauses out of 196019 with flag 9930008/4941006
1579.52/1575.38	c cleaning 98999 clauses out of 198023 with flag 10130286/5041006
1621.97/1617.69	c cleaning 99999 clauses out of 200025 with flag 10332918/5142007
1666.81/1662.38	c cleaning 101003 clauses out of 202026 with flag 10537244/5244007
1706.89/1702.39	c cleaning 102006 clauses out of 204023 with flag 10743664/5347007
1754.70/1750.01	c cleaning 102995 clauses out of 206016 with flag 10951887/5451006
1799.73/1794.93	c cleaning 104001 clauses out of 208022 with flag 11162219/5556007
1800.03/1795.21	c starts		: 4
1800.03/1795.21	c conflicts		: 5557522
1800.03/1795.21	c decisions		: 5984405
1800.03/1795.21	c propagations		: 67101493
1800.03/1795.21	c inspects		: 33831893952
1800.03/1795.21	c shortcuts		: 0
1800.03/1795.21	c learnt literals	: 0
1800.03/1795.21	c learnt binary clauses	: 0
1800.03/1795.21	c learnt ternary clauses	: 0
1800.03/1795.21	c learnt constraints	: 5557523
1800.03/1795.21	c ignored constraints	: 0
1800.03/1795.21	c root simplifications	: 0
1800.03/1795.21	c removed literals (reason simplification)	: 0
1800.03/1795.21	c reason swapping (by a shorter reason)	: 0
1800.03/1795.21	c Calls to reduceDB	: 101
1800.03/1795.21	c Number of update (reduction) of LBD	: 30954
1800.03/1795.21	c Imported unit clauses	: 0
1800.03/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.21	c number of learned constraints concerned by reduction	: 0
1800.03/1795.21	c number of learning phase by resolution	: 0
1800.03/1795.21	c number of learning phase by cutting planes	: 0
1800.03/1795.21	c speed (assignments/second)	: 37381.7184623141
1800.03/1795.21	c non guided choices	3
1800.03/1795.23	c learnt constraints type 
1800.03/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105537
1800.03/1795.23	s SATISFIABLE
1800.03/1795.23	c Found 3 solution(s)
1800.03/1795.23	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 x12 x13 -x14 x15 x16 x17 x18 x19 -x20 x21 -x22 x23 x24 -x25 x26 x27 x28 x29 -x30 -x31 x32 x33 -x34 x35 -x36 x37 x38 -x39 x40 -x41 x42 x43 x44 -x45 x46 -x47 x48 -x49 -x50 x51 -x52 x53 -x54 x55 x56 x57 x58 x59 -x60 x61 -x62 x63 -x64 x65 x66 x67 x68 -x69 x70 x71 x72 -x73 x74 -x75 x76 x77 x78 -x79 -x80 x81 x82 x83 -x84 x85 x86 -x87 x88 x89 x90 x91 x92 -x93 -x94 x95 -x96 -x97 -x98 x99 x100 -x101 x102 -x103 x104 x105 -x106 x107 x108 x109 -x110 -x111 -x112 x113 x114 -x115 -x116 x117 x118 -x119 x120 -x121 -x122 x123 x124 -x125 -x126 -x127 x128 -x129 -x130 x131 x132 x133 -x134 x135 x136 x137 -x138 -x139 x140 x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 
1800.03/1795.23	c objective function=-50
1800.03/1795.23	c Total wall clock time (in seconds): 1795.114

Verifier Data

OK	-50

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-4119342-1467255632/watcher-4119342-1467255632 -o /tmp/evaluation-result-4119342-1467255632/solver-4119342-1467255632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467246683-9203 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119342-1467255632.opb 

pid=10375
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.06 2.04 2.04 3/195 10378
/proc/meminfo: memFree=24757012/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10378/stat : 10378 (java) D 10375 10378 9187 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 6669542 9515008 183 33554432000 1073741824 1073778376 140733562220448 140733562211480 247064247989 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10378/statm: 2323 183 140 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 2.06 2.04 2.04 3/195 10378
/proc/meminfo: memFree=24757012/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 4383 0 1 0 8 1 0 0 20 0 18 0 6669542 9787879424 5493 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2389619 5494 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.06 2.04 2.04 3/195 10378
/proc/meminfo: memFree=24757012/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 4557 0 1 0 19 1 0 0 20 0 19 0 6669542 9856040960 7168 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 7168 2180 9 0 2396937 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9625040

[startup+0.300263 s]
/proc/loadavg: 2.06 2.04 2.04 3/195 10378
/proc/meminfo: memFree=24757012/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 6270 0 1 0 46 2 0 0 20 0 19 0 6669542 9856040960 8199 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 8199 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.70021 s]
/proc/loadavg: 2.06 2.04 2.04 3/195 10378
/proc/meminfo: memFree=24757012/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 6434 0 1 0 95 2 0 0 20 0 19 0 6669542 9856040960 9225 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 9225 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.06 2.04 2.04 3/214 10397
/proc/meminfo: memFree=24720116/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 7846 0 1 0 182 3 0 0 20 0 19 0 6669542 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 12859 2250 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2419 0 1 0 145 2 0 0 20 0 19 0 6669543 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933887629712 139933742729049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 2986 0 0 0 20 0 0 0 20 0 19 0 6669549 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 12859 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.06 2.04 2.04 3/214 10397
/proc/meminfo: memFree=24704788/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 7870 0 1 0 344 3 0 0 20 0 19 0 6669542 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 16971 2250 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2427 0 1 0 304 2 0 0 20 0 19 0 6669543 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933887622864 139933742737893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3002 0 0 0 22 0 0 0 20 0 19 0 6669549 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 16971 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.06 2.04 2.04 3/214 10397
/proc/meminfo: memFree=24678040/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 7884 0 1 0 663 3 0 0 20 0 19 0 6669542 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 23002 2251 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 6669543 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933887622864 139933742729900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6669544 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3002 0 0 0 22 0 0 0 20 0 19 0 6669549 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 23002 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3422 0 0 0 25 0 0 0 20 0 19 0 6669549 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 96 0 0 0 25 23 0 0 20 0 19 0 6669549 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 104957 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.81
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 10524
/proc/meminfo: memFree=25172596/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=1726.94 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 11237 0 1 0 172607 87 0 0 20 0 19 0 6669542 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 103062 2273 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=1719.92 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2536 0 1 0 171960 32 0 0 20 0 19 0 6669543 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933887630560 139933742798908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 514 0 0 0 68 9 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 368 0 0 0 65 5 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 351 0 0 0 63 9 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 185 0 0 0 65 7 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 328 0 0 0 64 10 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 235 0 0 0 67 7 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 313 0 0 0 63 7 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 151 0 0 0 65 7 0 0 20 0 19 0 6669544 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 307 0 0 0 51 2 0 0 20 0 19 0 6669546 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3422 0 0 0 25 0 0 0 20 0 19 0 6669549 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 100 0 0 0 25 25 0 0 20 0 19 0 6669549 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 103062 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/214 10529
/proc/meminfo: memFree=25155064/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=1787.12 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 11710 0 1 0 178621 91 0 0 20 0 19 0 6669542 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 107662 2273 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=1779.72 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2539 0 1 0 177939 33 0 0 20 0 19 0 6669543 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933887630560 139933742728961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 538 0 0 0 70 9 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 481 0 0 0 70 6 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 442 0 0 0 66 9 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 205 0 0 0 68 7 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 429 0 0 0 66 10 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 327 0 0 0 69 7 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 329 0 0 0 65 8 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 156 0 0 0 66 8 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 311 0 0 0 61 3 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3422 0 0 0 25 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 104 0 0 0 26 26 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.14 2.05 2.01 3/214 10530
/proc/meminfo: memFree=25154628/32872528 swapFree=242912/249044
[pid=10378] ppid=10375 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/10378/stat : 10378 (java) S 10375 10378 9187 0 -1 4202496 11710 0 1 0 179911 92 0 0 20 0 19 0 6669542 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 140736446224464 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10378/statm: 2406260 107662 2273 9 0 2396937 0
[pid=10378/tid=10380] ppid=10375 vsize=9625040 CPUtime=1792.62 cores=0,2,4,6
/proc/10378/task/10380/stat : 10380 (java) R 10375 10378 9187 0 -1 4202560 2539 0 1 0 179229 33 0 0 20 0 19 0 6669543 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933887630560 139933742798908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10381] ppid=10375 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/10378/task/10381/stat : 10381 (java) S 10375 10378 9187 0 -1 4202560 538 0 0 0 70 9 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933731302184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10378/tid=10382] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10382/stat : 10382 (java) S 10375 10378 9187 0 -1 4202560 481 0 0 0 70 6 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933730249384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10383] ppid=10375 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10378/task/10383/stat : 10383 (java) S 10375 10378 9187 0 -1 4202560 442 0 0 0 66 9 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933729197096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10384] ppid=10375 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10378/task/10384/stat : 10384 (java) S 10375 10378 9187 0 -1 4202560 205 0 0 0 68 7 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933728144296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10385] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10385/stat : 10385 (java) S 10375 10378 9187 0 -1 4202560 429 0 0 0 66 10 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933727090984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10386] ppid=10375 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10378/task/10386/stat : 10386 (java) S 10375 10378 9187 0 -1 4202560 327 0 0 0 69 7 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933389940904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10387] ppid=10375 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10378/task/10387/stat : 10387 (java) S 10375 10378 9187 0 -1 4202560 329 0 0 0 65 8 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933388888616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10388] ppid=10375 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10378/task/10388/stat : 10388 (java) S 10375 10378 9187 0 -1 4202560 156 0 0 0 66 8 0 0 20 0 19 0 6669544 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933387835816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10389] ppid=10375 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/10378/task/10389/stat : 10389 (java) S 10375 10378 9187 0 -1 4202560 311 0 0 0 61 3 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933375638248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10390] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10390/stat : 10390 (java) S 10375 10378 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933374584312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10378/tid=10391] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10391/stat : 10391 (java) S 10375 10378 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6669546 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933373531912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10392] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10392/stat : 10392 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933372480400 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10393] ppid=10375 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10378/task/10393/stat : 10393 (java) S 10375 10378 9187 0 -1 4202560 3422 0 0 0 25 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933371427000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10394] ppid=10375 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10378/task/10394/stat : 10394 (java) S 10375 10378 9187 0 -1 4202560 1169 0 0 0 15 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933370374200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10395] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10395/stat : 10395 (java) S 10375 10378 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933369322104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10378/tid=10396] ppid=10375 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10378/task/10396/stat : 10396 (java) S 10375 10378 9187 0 -1 4202560 104 0 0 0 26 26 0 0 20 0 19 0 6669549 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933368269512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10378/tid=10397] ppid=10375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10378/task/10397/stat : 10397 (java) S 10375 10378 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6669560 9856040960 107662 33554432000 1073741824 1073778376 140736446233328 139933367117224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 10378 sig 9
??? kill -10378 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.24
CPU time (s): 1800.56
CPU user time (s): 1799.16
CPU system time (s): 1.40179
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.40179
maximum resident set size= 650028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39850
involuntary context switches= 21848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2353 second user time and 12.2221 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 05:00:32
IDJOB=4119342
IDBENCH=111706
IDSOLVER=2546
FILE ID=node103/4119342-1467255632
RUNJOBID= node103-1467246683-9203
PBS_JOBID= 20004480
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119342-1467255632/watcher-4119342-1467255632 -o /tmp/evaluation-result-4119342-1467255632/solver-4119342-1467255632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467246683-9203 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119342-1467255632.opb

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

MD5SUM BENCH= c8f6cd587294bfaaf20eba0d8d06f6ae
RANDOM SEED=234702740

node103.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24758004 kB
Buffers:          132088 kB
Cached:          5738312 kB
SwapCached:            0 kB
Active:          2581840 kB
Inactive:        4520120 kB
Active(anon):    1233996 kB
Inactive(anon):        0 kB
Active(file):    1347844 kB
Inactive(file):  4520120 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1435096 kB
Mapped:            22256 kB
Shmem:               204 kB
Slab:             624484 kB
SReclaimable:      68800 kB
SUnreclaim:       555684 kB
KernelStack:        1768 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1739972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 71712 MiB
End job on node103 at 2016-06-30 05:30:28