Trace number 4117658

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)110 1800.04 1798.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_005.opb.metafix.opb
MD5SUM1e3b8b3af3c992517fa7291633cf65a6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark110
Best CPU time to get the best result obtained on this benchmark2.68559
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4117658-1467214644.opb
0.06/0.13	c reading problem ... 
0.06/0.14	c  objective function found
0.06/0.18	c ... done. Wall clock time 0.047s.
0.06/0.18	c declared #vars     196
0.06/0.18	c #constraints  164
0.06/0.18	c constraints type 
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.06/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
0.06/0.18	c org.sat4j.specs.Constr$1 => 10
0.06/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.06/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.06/0.18	c 164 constraints processed.
0.06/0.18	c objective function length is 196 literals
0.20/0.20	c SATISFIABLE
0.20/0.20	c OPTIMIZING...
0.20/0.20	c Got one! Elapsed wall clock time (in seconds):0.061
0.20/0.20	o 110
0.76/0.56	c cleaning 2507 clauses out of 5020 with flag 17337/5020
1.27/0.90	c cleaning 4255 clauses out of 8515 with flag 40219/11022
1.58/1.29	c cleaning 5626 clauses out of 11258 with flag 69136/18020
2.18/1.85	c cleaning 6812 clauses out of 13633 with flag 106271/26021
2.89/2.50	c cleaning 7907 clauses out of 15820 with flag 143016/35020
3.59/3.26	c cleaning 8951 clauses out of 17913 with flag 179827/45020
4.49/4.19	c cleaning 9972 clauses out of 19963 with flag 225213/56021
5.69/5.39	c cleaning 10988 clauses out of 21992 with flag 286779/68022
7.01/6.67	c cleaning 11993 clauses out of 24003 with flag 344374/81021
8.50/8.14	c cleaning 12996 clauses out of 26010 with flag 406261/95021
10.20/9.80	c cleaning 14005 clauses out of 28014 with flag 486927/110021
11.90/11.50	c cleaning 14992 clauses out of 30009 with flag 566835/126021
13.80/13.49	c cleaning 16004 clauses out of 32017 with flag 667274/143021
15.90/15.56	c cleaning 17002 clauses out of 34014 with flag 744765/161022
18.30/17.92	c cleaning 18003 clauses out of 36010 with flag 823662/180020
20.70/20.35	c cleaning 18999 clauses out of 38007 with flag 906036/200020
23.61/23.25	c cleaning 19989 clauses out of 40008 with flag 1004819/221020
27.20/26.81	c cleaning 21001 clauses out of 42019 with flag 1126259/243020
30.90/30.55	c cleaning 22001 clauses out of 44019 with flag 1270620/266021
34.61/34.27	c cleaning 23005 clauses out of 46017 with flag 1403092/290020
38.21/37.81	c cleaning 23996 clauses out of 48014 with flag 1508249/315022
42.61/42.28	c cleaning 25003 clauses out of 50016 with flag 1645170/341020
47.11/46.71	c cleaning 25995 clauses out of 52013 with flag 1786310/368020
51.61/51.25	c cleaning 26999 clauses out of 54018 with flag 1907600/396020
56.41/56.07	c cleaning 28005 clauses out of 56020 with flag 2030527/425021
62.31/61.91	c cleaning 28996 clauses out of 58014 with flag 2193333/455020
67.41/67.04	c cleaning 29999 clauses out of 60018 with flag 2340146/486020
73.71/73.32	c cleaning 31003 clauses out of 62020 with flag 2498555/518021
80.12/79.75	c cleaning 32001 clauses out of 64017 with flag 2631285/551021
86.06/85.66	c cleaning 32997 clauses out of 66016 with flag 2784642/585021
92.26/91.83	c cleaning 34003 clauses out of 68022 with flag 2932797/620024
99.66/99.25	c cleaning 35006 clauses out of 70015 with flag 3091984/656020
106.66/106.23	c cleaning 35997 clauses out of 72010 with flag 3273575/693021
114.26/113.85	c cleaning 36997 clauses out of 74012 with flag 3453556/731020
122.26/121.86	c cleaning 37995 clauses out of 76015 with flag 3611104/770020
130.87/130.42	c cleaning 39005 clauses out of 78021 with flag 3781180/810021
140.77/140.38	c cleaning 39996 clauses out of 80016 with flag 4028400/851021
149.97/149.53	c cleaning 40991 clauses out of 82019 with flag 4270865/893020
159.37/158.99	c cleaning 42002 clauses out of 84028 with flag 4467285/936020
169.47/169.07	c cleaning 43003 clauses out of 86028 with flag 4668425/980022
179.78/179.36	c cleaning 44001 clauses out of 88024 with flag 4869042/1025021
190.27/189.88	c cleaning 45009 clauses out of 90023 with flag 5078287/1071021
202.88/202.46	c cleaning 46002 clauses out of 92013 with flag 5286762/1118020
215.38/214.97	c cleaning 46987 clauses out of 94012 with flag 5512211/1166021
228.32/227.83	c cleaning 48006 clauses out of 96024 with flag 5738237/1215020
240.71/240.22	c cleaning 49006 clauses out of 98018 with flag 5972591/1265020
253.82/253.39	c cleaning 49999 clauses out of 100013 with flag 6205876/1316021
266.83/266.35	c cleaning 50988 clauses out of 102013 with flag 6450034/1368020
281.13/280.60	c cleaning 52006 clauses out of 104025 with flag 6696383/1421020
295.33/294.90	c cleaning 52999 clauses out of 106020 with flag 6940705/1475021
310.33/309.82	c cleaning 54006 clauses out of 108021 with flag 7182857/1530021
327.03/326.53	c cleaning 55005 clauses out of 110016 with flag 7439564/1586022
343.84/343.34	c cleaning 55999 clauses out of 112012 with flag 7692053/1643023
361.54/361.05	c cleaning 56994 clauses out of 114010 with flag 7953543/1701020
378.95/378.42	c cleaning 58000 clauses out of 116018 with flag 8227255/1760022
398.01/397.47	c cleaning 59003 clauses out of 118016 with flag 8524699/1820020
417.31/416.78	c cleaning 60002 clauses out of 120014 with flag 8811836/1881021
436.32/435.71	c cleaning 60997 clauses out of 122015 with flag 9087442/1943024
457.63/457.07	c cleaning 61987 clauses out of 124014 with flag 9389485/2006020
479.85/479.24	c cleaning 62996 clauses out of 126027 with flag 9694673/2070020
502.26/501.63	c cleaning 64004 clauses out of 128031 with flag 9986978/2135020
527.15/526.52	c cleaning 65011 clauses out of 130027 with flag 10306339/2201020
552.55/551.97	c cleaning 65997 clauses out of 132018 with flag 10612552/2268022
581.26/580.60	c cleaning 67002 clauses out of 134020 with flag 10997272/2336021
610.44/609.75	c cleaning 68003 clauses out of 136018 with flag 11377175/2405021
637.55/636.82	c cleaning 69003 clauses out of 138017 with flag 11693175/2475023
663.65/662.92	c cleaning 69997 clauses out of 140012 with flag 12077537/2546021
693.56/692.89	c cleaning 70997 clauses out of 142017 with flag 12524613/2618023
722.07/721.37	c cleaning 72005 clauses out of 144019 with flag 12866081/2691022
751.87/751.19	c cleaning 72999 clauses out of 146012 with flag 13252489/2765020
782.48/781.73	c cleaning 73997 clauses out of 148013 with flag 13623576/2840020
815.59/814.87	c cleaning 75006 clauses out of 150018 with flag 13976611/2916022
847.50/846.77	c cleaning 76002 clauses out of 152014 with flag 14363795/2993024
878.98/878.14	c cleaning 76998 clauses out of 154008 with flag 14740807/3071020
915.49/914.67	c cleaning 78000 clauses out of 156010 with flag 15100249/3150020
951.10/950.23	c cleaning 79005 clauses out of 158011 with flag 15495337/3230021
987.80/986.93	c cleaning 79996 clauses out of 160006 with flag 15886871/3311021
1027.51/1026.62	c cleaning 81001 clauses out of 162009 with flag 16282814/3393020
1065.42/1064.53	c cleaning 81995 clauses out of 164008 with flag 16703501/3476020
1107.12/1106.22	c cleaning 82977 clauses out of 166014 with flag 17129888/3560021
1149.25/1148.24	c cleaning 84019 clauses out of 168040 with flag 17545222/3645024
1191.15/1190.14	c cleaning 85003 clauses out of 170017 with flag 18014619/3731020
1233.17/1232.16	c cleaning 85997 clauses out of 172014 with flag 18481754/3818020
1277.59/1276.58	c cleaning 87007 clauses out of 174017 with flag 18940757/3906020
1322.08/1321.05	c cleaning 87998 clauses out of 176013 with flag 19373285/3995023
1367.31/1366.27	c cleaning 88988 clauses out of 178014 with flag 19839161/4085022
1414.73/1413.59	c cleaning 90003 clauses out of 180027 with flag 20314330/4176023
1466.34/1465.18	c cleaning 90979 clauses out of 182023 with flag 20763744/4268022
1517.66/1516.40	c cleaning 92013 clauses out of 184043 with flag 21229144/4361021
1569.08/1567.84	c cleaning 93007 clauses out of 186029 with flag 21764863/4455020
1623.79/1622.55	c cleaning 94006 clauses out of 188022 with flag 22216833/4550020
1677.70/1676.47	c cleaning 95002 clauses out of 190016 with flag 22712681/4646020
1735.21/1733.82	c cleaning 96001 clauses out of 192014 with flag 23202693/4743020
1799.23/1797.83	c cleaning 96975 clauses out of 194018 with flag 23708077/4841025
1800.04/1798.61	c starts		: 7141
1800.04/1798.61	c conflicts		: 4843124
1800.04/1798.61	c decisions		: 6166736
1800.04/1798.61	c propagations		: 166496554
1800.04/1798.61	c inspects		: 34204421074
1800.04/1798.61	c shortcuts		: 0
1800.04/1798.61	c learnt literals	: 0
1800.04/1798.61	c learnt binary clauses	: 0
1800.04/1798.61	c learnt ternary clauses	: 0
1800.04/1798.61	c learnt constraints	: 4843124
1800.04/1798.61	c ignored constraints	: 0
1800.04/1798.61	c root simplifications	: 0
1800.04/1798.61	c removed literals (reason simplification)	: 0
1800.04/1798.61	c reason swapping (by a shorter reason)	: 0
1800.04/1798.61	c Calls to reduceDB	: 94
1800.04/1798.61	c Number of update (reduction) of LBD	: 1701427
1800.04/1798.61	c Imported unit clauses	: 0
1800.04/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.61	c number of learned constraints concerned by reduction	: 0
1800.04/1798.61	c number of learning phase by resolution	: 0
1800.04/1798.61	c number of learning phase by cutting planes	: 0
1800.04/1798.61	c speed (assignments/second)	: 92579.14540731219
1800.04/1798.61	c non guided choices	0
1800.04/1798.64	c learnt constraints type 
1800.04/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99142
1800.04/1798.64	s SATISFIABLE
1800.04/1798.64	c Found 1 solution(s)
1800.04/1798.64	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 x154 -x155 x156 -x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 -x167 x168 -x169 x170 x171 x172 x173 x174 x175 x176 -x177 -x178 -x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 
1800.04/1798.64	c objective function=110
1800.04/1798.64	c Total wall clock time (in seconds): 1798.502

Verifier Data

OK	110

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-4117658-1467214644/watcher-4117658-1467214644 -o /tmp/evaluation-result-4117658-1467214644/solver-4117658-1467214644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117658-1467214644.opb 

pid=4326
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.21 2.18 4/194 4329
/proc/meminfo: memFree=26064188/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 2422924 91889664 894 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 22450 902 685 9 0 16769 0
[pid=4329/tid=4330] ppid=4326 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 2422924 94019584 917 33554432000 1073741824 1073778376 140733421880336 140733421869400 226075176231 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.20 2.21 2.18 4/194 4329
/proc/meminfo: memFree=26064188/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 3457 0 1 0 5 1 0 0 20 0 18 0 2422924 9787879424 4588 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2389619 4588 1789 9 0 2380296 0
[pid=4329/tid=4330] ppid=4326 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2170 0 1 0 3 1 0 0 20 0 18 0 2422924 9787879424 4588 33554432000 1073741824 1073778376 140733421880336 140352298871456 140352306633555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.20 2.21 2.18 4/194 4329
/proc/meminfo: memFree=26064188/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 4680 0 1 0 19 1 0 0 20 0 19 0 2422924 9856040960 7273 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 7273 2195 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2404 0 1 0 13 1 0 0 20 0 19 0 2422924 9856040960 7273 33554432000 1073741824 1073778376 140733421880336 140352298869376 140352166137555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9625040

[startup+0.300258 s]
/proc/loadavg: 2.20 2.21 2.18 4/194 4329
/proc/meminfo: memFree=26064188/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 7304 0 1 0 47 2 0 0 20 0 19 0 2422924 9856040960 8738 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 8738 2243 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2412 0 1 0 23 1 0 0 20 0 19 0 2422924 9856040960 8738 33554432000 1073741824 1073778376 140733421880336 140352298869376 140352166058354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700306 s]
/proc/loadavg: 2.20 2.21 2.18 4/194 4329
/proc/meminfo: memFree=26064188/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 7771 0 1 0 100 3 0 0 20 0 19 0 2422924 9856040960 9247 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 9247 2255 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2413 0 1 0 63 1 0 0 20 0 19 0 2422924 9856040960 9247 33554432000 1073741824 1073778376 140733421880336 140352298869208 140352166579518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.18 2.21 2.18 2/193 4480
/proc/meminfo: memFree=26248580/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 7776 0 1 0 185 3 0 0 20 0 19 0 2422924 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 9762 2257 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2415 0 1 0 143 2 0 0 20 0 19 0 2422924 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352298860240 140352166579550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2422926 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4329/task/4345/stat : 4345 (java) S 4326 4329 3589 0 -1 4202560 2575 0 0 0 22 0 0 0 20 0 19 0 2422932 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352117840312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4346] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4346/stat : 4346 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352116787448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4347] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4347/stat : 4347 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352115735112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 9762 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.18 2.21 2.18 2/189 4641
/proc/meminfo: memFree=26244920/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 7778 0 1 0 346 3 0 0 20 0 19 0 2422924 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 10786 2257 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2417 0 1 0 303 2 0 0 20 0 19 0 2422924 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352298867256 140352166369547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2422926 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4329/task/4345/stat : 4345 (java) S 4326 4329 3589 0 -1 4202560 2575 0 0 0 24 0 0 0 20 0 19 0 2422932 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352117840312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4346] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4346/stat : 4346 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352116787448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4347] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4347/stat : 4347 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352115735112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 10786 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 4674
/proc/meminfo: memFree=26195108/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=6.7 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 7785 0 1 0 667 3 0 0 20 0 19 0 2422924 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 12827 2258 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2423 0 1 0 622 2 0 0 20 0 19 0 2422924 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352298860240 140352166535299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2422925 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2422926 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 12827 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 65362 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.59
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/213 4740
/proc/meminfo: memFree=25778664/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=1723.71 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 9482 0 1 0 172315 56 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 73497 2272 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=1717.56 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2486 0 1 0 171726 30 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352298867936 140352166579513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 149 0 0 0 6 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 177 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 203 0 0 0 7 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 105 0 0 0 7 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 317 0 0 0 11 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 431 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 2422926 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4329/task/4345/stat : 4345 (java) S 4326 4329 3589 0 -1 4202560 2601 0 0 0 27 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352117840312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4346] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4346/stat : 4346 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352116787448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4347] ppid=4326 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/4329/task/4347/stat : 4347 (java) S 4326 4329 3589 0 -1 4202560 100 0 0 0 32 43 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352115735112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/213 4741
/proc/meminfo: memFree=25756964/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=1783.72 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 9486 0 1 0 178315 57 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 73497 2272 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=1777.4 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2486 0 1 0 177709 31 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352298860240 140352166579513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 149 0 0 0 6 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 177 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 203 0 0 0 7 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 105 0 0 0 7 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 317 0 0 0 11 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 431 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 2422926 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4329/task/4345/stat : 4345 (java) S 4326 4329 3589 0 -1 4202560 2601 0 0 0 27 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352117840312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4346] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4346/stat : 4346 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352116787448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4347] ppid=4326 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/4329/task/4347/stat : 4347 (java) S 4326 4329 3589 0 -1 4202560 104 0 0 0 34 44 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352115735112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.37 2.28 2.20 3/213 4741
/proc/meminfo: memFree=25757340/32872528 swapFree=1588980/1719796
[pid=4329] ppid=4326 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/4329/stat : 4329 (java) S 4326 4329 3589 0 -1 4202496 9486 0 1 0 179946 58 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140733421871472 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4329/statm: 2406260 73497 2272 9 0 2396937 0
[pid=4329/tid=4330] ppid=4326 vsize=9625040 CPUtime=1793.67 cores=1,3,5,7
/proc/4329/task/4330/stat : 4330 (java) R 4326 4329 3589 0 -1 4202560 2486 0 1 0 179336 31 0 0 20 0 19 0 2422924 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352298860240 140352166579513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4332] ppid=4326 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4329/task/4332/stat : 4332 (java) S 4326 4329 3589 0 -1 4202560 149 0 0 0 6 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352287931304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4333] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4333/stat : 4333 (java) S 4326 4329 3589 0 -1 4202560 177 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352286878760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4334] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4334/stat : 4334 (java) S 4326 4329 3589 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352285825704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4335] ppid=4326 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4329/task/4335/stat : 4335 (java) S 4326 4329 3589 0 -1 4202560 203 0 0 0 7 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352284773160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4336] ppid=4326 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4329/task/4336/stat : 4336 (java) S 4326 4329 3589 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352138459560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4337] ppid=4326 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4329/task/4337/stat : 4337 (java) S 4326 4329 3589 0 -1 4202560 105 0 0 0 7 1 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352137407016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4338] ppid=4326 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/4329/task/4338/stat : 4338 (java) S 4326 4329 3589 0 -1 4202560 317 0 0 0 11 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352136353960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4329/tid=4339] ppid=4326 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4329/task/4339/stat : 4339 (java) S 4326 4329 3589 0 -1 4202560 431 0 0 0 10 2 0 0 20 0 19 0 2422925 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352135301416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4340] ppid=4326 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4329/task/4340/stat : 4340 (java) S 4326 4329 3589 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 2422926 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352123104104 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4341] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4341/stat : 4341 (java) S 4326 4329 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352122050424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4342] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4342/stat : 4342 (java) S 4326 4329 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2422927 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352120997256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4343] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4343/stat : 4343 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352119946000 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4344] ppid=4326 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4329/task/4344/stat : 4344 (java) S 4326 4329 3589 0 -1 4202560 1514 0 0 0 17 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352118892856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4329/tid=4345] ppid=4326 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4329/task/4345/stat : 4345 (java) S 4326 4329 3589 0 -1 4202560 2601 0 0 0 27 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352117840312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4346] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4346/stat : 4346 (java) S 4326 4329 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352116787448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4329/tid=4347] ppid=4326 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/4329/task/4347/stat : 4347 (java) S 4326 4329 3589 0 -1 4202560 104 0 0 0 34 44 0 0 20 0 19 0 2422932 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352115735112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4329/tid=4348] ppid=4326 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4329/task/4348/stat : 4348 (java) S 4326 4329 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2422943 9856040960 73497 33554432000 1073741824 1073778376 140733421880336 140352114632232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4329 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4329 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=948126
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=22844
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.65
CPU time (s): 1800.04
CPU user time (s): 1799.46
CPU system time (s): 0.58
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 1.02284
maximum resident set size= 294160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38178
involuntary context switches= 2484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.411 second user time and 10.9543 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 17:37:24
IDJOB=4117658
IDBENCH=111599
IDSOLVER=2546
FILE ID=node120/4117658-1467214644
RUNJOBID= node120-1467209132-3607
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_005.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117658-1467214644/watcher-4117658-1467214644 -o /tmp/evaluation-result-4117658-1467214644/solver-4117658-1467214644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117658-1467214644.opb

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

MD5SUM BENCH= 1e3b8b3af3c992517fa7291633cf65a6
RANDOM SEED=1958427803

node120.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.669
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	: 5333.33
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.669
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.56
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.669
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.56
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.669
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.669
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.669
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.54
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.669
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.669
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:        26064360 kB
Buffers:           48416 kB
Cached:          4094116 kB
SwapCached:            0 kB
Active:           309984 kB
Inactive:        4059084 kB
Active(anon):     229360 kB
Inactive(anon):        0 kB
Active(file):      80624 kB
Inactive(file):  4059084 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1946596 kB
Mapped:            22056 kB
Shmem:               204 kB
Slab:             585708 kB
SReclaimable:      29760 kB
SUnreclaim:       555948 kB
KernelStack:        1600 kB
PageTables:         7844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2431772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71672 MiB
End job on node120 at 2016-06-29 18:07:23