Trace number 4117757

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)125 1800.04 1798.26

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_005.opb.metafix.opb
MD5SUMf90fe7487d5b6434b6d67e8ab3ef9cac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark8.62169
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4117757-1467215130.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.07/0.18	c ... done. Wall clock time 0.057s.
0.07/0.18	c declared #vars     256
0.07/0.18	c #constraints  188
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.07/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.07/0.18	c org.sat4j.specs.Constr$1 => 8
0.07/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.07/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.07/0.18	c 188 constraints processed.
0.07/0.18	c objective function length is 256 literals
0.74/0.53	c SATISFIABLE
0.74/0.53	c OPTIMIZING...
0.74/0.53	c Got one! Elapsed wall clock time (in seconds):0.401
0.74/0.53	o 125
0.90/0.60	c cleaning 2872 clauses out of 5748 with flag 3527/5748
1.30/0.93	c cleaning 4433 clauses out of 8877 with flag 29062/11749
1.63/1.28	c cleaning 5719 clauses out of 11443 with flag 54535/18748
2.14/1.72	c cleaning 6857 clauses out of 13726 with flag 85088/26750
2.66/2.28	c cleaning 7906 clauses out of 15867 with flag 128775/35748
3.26/2.89	c cleaning 8975 clauses out of 17962 with flag 171988/45749
4.06/3.67	c cleaning 9988 clauses out of 19987 with flag 226619/56749
4.86/4.50	c cleaning 10998 clauses out of 22002 with flag 275242/68752
5.86/5.43	c cleaning 11997 clauses out of 24003 with flag 327384/81751
6.96/6.51	c cleaning 12996 clauses out of 26006 with flag 378644/95751
8.16/7.75	c cleaning 14003 clauses out of 28007 with flag 440899/110748
9.66/9.20	c cleaning 14999 clauses out of 30005 with flag 516371/126749
10.96/10.59	c cleaning 16001 clauses out of 32007 with flag 589545/143750
12.57/12.16	c cleaning 16995 clauses out of 34004 with flag 662008/161748
14.36/14.00	c cleaning 17994 clauses out of 36010 with flag 740128/180749
16.36/15.98	c cleaning 18999 clauses out of 38015 with flag 825529/200748
18.66/18.21	c cleaning 20003 clauses out of 40017 with flag 915373/221749
20.86/20.42	c cleaning 20999 clauses out of 42013 with flag 1018727/243748
23.27/22.82	c cleaning 22003 clauses out of 44015 with flag 1116128/266749
26.57/26.19	c cleaning 22999 clauses out of 46011 with flag 1272737/290748
30.28/29.81	c cleaning 23999 clauses out of 48014 with flag 1459057/315750
33.87/33.43	c cleaning 24982 clauses out of 50014 with flag 1646522/341749
37.07/36.69	c cleaning 26009 clauses out of 52032 with flag 1768707/368749
40.56/40.16	c cleaning 26998 clauses out of 54022 with flag 1906777/396748
44.26/43.88	c cleaning 28008 clauses out of 56024 with flag 2053240/425748
48.06/47.66	c cleaning 28978 clauses out of 58017 with flag 2178309/455749
52.21/51.78	c cleaning 30008 clauses out of 60040 with flag 2328174/486750
56.30/55.89	c cleaning 31004 clauses out of 62030 with flag 2474965/518748
62.21/61.76	c cleaning 32001 clauses out of 64026 with flag 2683269/551748
68.60/68.20	c cleaning 32996 clauses out of 66026 with flag 2950109/585749
74.10/73.63	c cleaning 34010 clauses out of 68030 with flag 3153384/620749
79.50/79.00	c cleaning 34983 clauses out of 70019 with flag 3313089/656748
84.91/84.49	c cleaning 36015 clauses out of 72038 with flag 3457151/693750
90.50/90.06	c cleaning 37007 clauses out of 74021 with flag 3614696/731748
96.21/95.78	c cleaning 38001 clauses out of 76014 with flag 3797685/770748
102.70/102.23	c cleaning 39001 clauses out of 78015 with flag 3963237/810750
109.20/108.78	c cleaning 39984 clauses out of 80013 with flag 4144250/851749
116.11/115.69	c cleaning 41012 clauses out of 82029 with flag 4328804/893749
123.41/122.93	c cleaning 42001 clauses out of 84016 with flag 4513602/936748
131.36/130.80	c cleaning 43006 clauses out of 86017 with flag 4717066/980750
138.96/138.50	c cleaning 43979 clauses out of 88009 with flag 4907631/1025748
146.87/146.35	c cleaning 44998 clauses out of 90030 with flag 5154341/1071748
155.56/155.00	c cleaning 46014 clauses out of 92036 with flag 5404548/1118752
164.66/164.12	c cleaning 46995 clauses out of 94021 with flag 5699884/1166751
174.27/173.70	c cleaning 48004 clauses out of 96023 with flag 5934387/1215748
183.87/183.33	c cleaning 48993 clauses out of 98020 with flag 6162333/1265749
193.18/192.67	c cleaning 50007 clauses out of 100027 with flag 6398388/1316749
206.67/206.17	c cleaning 51003 clauses out of 102021 with flag 6780977/1368750
216.57/216.04	c cleaning 51999 clauses out of 104019 with flag 7004973/1421751
228.92/228.34	c cleaning 52995 clauses out of 106017 with flag 7273922/1475748
241.02/240.49	c cleaning 53998 clauses out of 108024 with flag 7529431/1530750
252.42/251.89	c cleaning 55005 clauses out of 110024 with flag 7767547/1586748
265.21/264.66	c cleaning 56002 clauses out of 112021 with flag 8034730/1643750
278.01/277.45	c cleaning 57006 clauses out of 114018 with flag 8283491/1701749
291.71/291.16	c cleaning 57997 clauses out of 116011 with flag 8524688/1760748
305.81/305.23	c cleaning 59003 clauses out of 118015 with flag 8843040/1820749
318.70/318.10	c cleaning 60005 clauses out of 120016 with flag 9151804/1881753
334.23/333.65	c cleaning 61002 clauses out of 122007 with flag 9533622/1943749
350.30/349.66	c cleaning 61974 clauses out of 124005 with flag 9824703/2006749
365.20/364.53	c cleaning 63005 clauses out of 126030 with flag 10112928/2070748
380.79/380.17	c cleaning 64000 clauses out of 128025 with flag 10399614/2135748
397.09/396.40	c cleaning 64995 clauses out of 130025 with flag 10739888/2201748
414.69/414.00	c cleaning 66004 clauses out of 132031 with flag 11066880/2268749
432.09/431.47	c cleaning 67010 clauses out of 134026 with flag 11415204/2336748
451.09/450.47	c cleaning 68003 clauses out of 136018 with flag 11791591/2405750
471.19/470.54	c cleaning 68994 clauses out of 138014 with flag 12109712/2475749
490.17/489.42	c cleaning 70003 clauses out of 140019 with flag 12438470/2546748
508.67/507.91	c cleaning 71000 clauses out of 142019 with flag 12781761/2618751
527.68/526.99	c cleaning 72007 clauses out of 144016 with flag 13117258/2691748
548.97/548.21	c cleaning 72997 clauses out of 146010 with flag 13452779/2765749
569.86/569.15	c cleaning 73994 clauses out of 148012 with flag 13824940/2840748
592.66/591.99	c cleaning 74979 clauses out of 150019 with flag 14198047/2916749
614.98/614.10	c cleaning 76013 clauses out of 152040 with flag 14553845/2993749
638.67/637.81	c cleaning 76988 clauses out of 154026 with flag 14898238/3071748
663.67/662.80	c cleaning 78011 clauses out of 156038 with flag 15334614/3150748
692.57/691.70	c cleaning 79004 clauses out of 158027 with flag 15753535/3230748
719.87/719.09	c cleaning 80001 clauses out of 160023 with flag 16109619/3311748
746.26/745.49	c cleaning 81002 clauses out of 162024 with flag 16546459/3393750
775.67/774.76	c cleaning 82000 clauses out of 164020 with flag 16930146/3476748
805.67/804.78	c cleaning 83000 clauses out of 166021 with flag 17328903/3560749
834.06/833.19	c cleaning 83999 clauses out of 168020 with flag 17768485/3645748
864.36/863.41	c cleaning 85011 clauses out of 170023 with flag 18193403/3731750
898.35/897.41	c cleaning 86000 clauses out of 172010 with flag 18689501/3818748
930.70/929.63	c cleaning 86994 clauses out of 174010 with flag 19114759/3906748
967.78/966.74	c cleaning 87991 clauses out of 176016 with flag 19503421/3995748
1003.78/1002.79	c cleaning 89009 clauses out of 178028 with flag 19980510/4085751
1043.77/1042.71	c cleaning 89998 clauses out of 180016 with flag 20386784/4176748
1080.67/1079.58	c cleaning 91007 clauses out of 182018 with flag 20818502/4268748
1116.77/1115.65	c cleaning 92004 clauses out of 184011 with flag 21334092/4361748
1152.46/1151.35	c cleaning 92990 clauses out of 186009 with flag 21774545/4455750
1189.05/1187.92	c cleaning 93994 clauses out of 188018 with flag 22193579/4550749
1226.33/1225.03	c cleaning 94999 clauses out of 190025 with flag 22655000/4646750
1265.93/1264.66	c cleaning 95993 clauses out of 192024 with flag 23143180/4743748
1310.62/1309.38	c cleaning 97009 clauses out of 194031 with flag 23700834/4841748
1349.93/1348.51	c cleaning 98000 clauses out of 196023 with flag 24174123/4940749
1388.33/1386.97	c cleaning 98998 clauses out of 198022 with flag 24645911/5040748
1433.02/1431.67	c cleaning 100002 clauses out of 200024 with flag 25162431/5141748
1479.35/1477.85	c cleaning 101000 clauses out of 202024 with flag 25680748/5243750
1521.86/1520.39	c cleaning 101992 clauses out of 204022 with flag 26199169/5346748
1569.17/1567.64	c cleaning 103005 clauses out of 206032 with flag 26687108/5450750
1617.58/1616.03	c cleaning 104000 clauses out of 208027 with flag 27158082/5555750
1665.10/1663.43	c cleaning 105011 clauses out of 210027 with flag 27673377/5661750
1714.31/1712.66	c cleaning 106002 clauses out of 212016 with flag 28204385/5768750
1764.53/1762.80	c cleaning 106991 clauses out of 214013 with flag 28679401/5876749
1800.04/1798.23	c starts		: 13197
1800.04/1798.23	c conflicts		: 5963582
1800.04/1798.23	c decisions		: 8497733
1800.04/1798.23	c propagations		: 251244492
1800.04/1798.23	c inspects		: 33308213307
1800.04/1798.23	c shortcuts		: 0
1800.04/1798.23	c learnt literals	: 0
1800.04/1798.23	c learnt binary clauses	: 0
1800.04/1798.23	c learnt ternary clauses	: 0
1800.04/1798.23	c learnt constraints	: 5963582
1800.04/1798.23	c ignored constraints	: 0
1800.04/1798.23	c root simplifications	: 0
1800.04/1798.23	c removed literals (reason simplification)	: 0
1800.04/1798.23	c reason swapping (by a shorter reason)	: 0
1800.04/1798.23	c Calls to reduceDB	: 104
1800.04/1798.23	c Number of update (reduction) of LBD	: 2262769
1800.04/1798.23	c Imported unit clauses	: 0
1800.04/1798.23	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.23	c number of learned constraints concerned by reduction	: 0
1800.04/1798.23	c number of learning phase by resolution	: 0
1800.04/1798.23	c number of learning phase by cutting planes	: 0
1800.04/1798.23	c speed (assignments/second)	: 139732.51970619103
1800.04/1798.23	c non guided choices	0
1800.04/1798.26	c learnt constraints type 
1800.04/1798.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193855
1800.04/1798.26	s SATISFIABLE
1800.04/1798.26	c Found 1 solution(s)
1800.04/1798.26	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 x197 -x198 x199 x200 x201 x202 x203 -x204 -x205 -x206 -x207 x208 x209 -x210 -x211 x212 x213 x214 -x215 -x216 -x217 -x218 x219 -x220 x221 -x222 -x223 x224 -x225 x226 x227 x228 x229 -x230 x231 x232 -x233 -x234 -x235 -x236 x237 -x238 x239 x240 -x241 -x242 x243 x244 -x245 -x246 -x247 -x248 x249 x250 -x251 -x252 -x253 x254 x255 -x256 
1800.04/1798.26	c objective function=125
1800.04/1798.26	c Total wall clock time (in seconds): 1798.131

Verifier Data

OK	125

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-4117757-1467215130/watcher-4117757-1467215130 -o /tmp/evaluation-result-4117757-1467215130/solver-4117757-1467215130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117757-1467215130.opb 

pid=6292
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.16 2.23 2.20 4/196 6295
/proc/meminfo: memFree=27127052/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 1342 0 0 0 0 0 0 0 20 0 2 0 2465499 98570240 968 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 24065 970 738 9 0 16771 0
[pid=6295/tid=6296] ppid=6292 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2465500 98570240 977 33554432000 1073741824 1073778376 140735535045520 139709195849256 273905698176 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100502 s]
/proc/loadavg: 2.16 2.23 2.20 4/196 6295
/proc/meminfo: memFree=27127052/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 4012 0 1 0 6 1 0 0 20 0 18 0 2465499 9787879424 5131 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2389619 5131 2046 9 0 2380296 0
[pid=6295/tid=6296] ppid=6292 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) D 6292 6295 4818 0 -1 4202560 2317 0 1 0 4 1 0 0 20 0 18 0 2465500 9787879424 5131 33554432000 1073741824 1073778376 140735535045520 139709195839248 139709203618643 0 4 0 16800975 18446744071581355444 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200594 s]
/proc/loadavg: 2.16 2.23 2.20 4/196 6295
/proc/meminfo: memFree=27127052/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 4688 0 1 0 20 1 0 0 20 0 19 0 2465499 9856040960 7289 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 7289 2202 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 19 0 2465500 9856040960 7289 33554432000 1073741824 1073778376 140735535045520 139709195854464 139709061887427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9625040

[startup+0.300249 s]
/proc/loadavg: 2.16 2.23 2.20 4/196 6295
/proc/meminfo: memFree=27127052/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 7019 0 1 0 49 1 0 0 20 0 19 0 2465499 9856040960 8607 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 8607 2244 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2411 0 1 0 24 1 0 0 20 0 19 0 2465500 9856040960 8607 33554432000 1073741824 1073778376 140735535045520 139709195854464 139709198916939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70032 s]
/proc/loadavg: 2.16 2.23 2.20 4/196 6295
/proc/meminfo: memFree=27127052/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 9501 0 1 0 107 1 0 0 20 0 19 0 2465499 9856040960 9809 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 9809 2255 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2412 0 1 0 64 1 0 0 20 0 19 0 2465500 9856040960 9809 33554432000 1073741824 1073778376 140735535045520 139709195854312 139709062223693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.16 2.23 2.20 3/215 6314
/proc/meminfo: memFree=27091596/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 9539 0 1 0 192 2 0 0 20 0 19 0 2465499 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 10868 2257 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2415 0 1 0 144 2 0 0 20 0 19 0 2465500 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709195854328 139709062343262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2569 0 0 0 23 0 0 0 20 0 19 0 2465507 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6292 6295 4818 0 -1 4202560 3284 0 0 0 21 0 0 0 20 0 19 0 2465507 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709014649528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6312] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6312/stat : 6312 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709013597176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6313] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6313/stat : 6313 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709012544840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 10868 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.16 2.23 2.20 3/215 6314
/proc/meminfo: memFree=27087500/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 9544 0 1 0 354 2 0 0 20 0 19 0 2465499 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 12406 2257 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2418 0 1 0 304 2 0 0 20 0 19 0 2465500 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709195845312 139709062343299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2571 0 0 0 25 0 0 0 20 0 19 0 2465507 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6292 6295 4818 0 -1 4202560 3284 0 0 0 21 0 0 0 20 0 19 0 2465507 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709014649528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6312] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6312/stat : 6312 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709013597176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6313] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6313/stat : 6313 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709012544840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 12406 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.14 2.22 2.20 3/215 6314
/proc/meminfo: memFree=27072668/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 9552 0 1 0 674 2 0 0 20 0 19 0 2465499 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 15431 2258 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2425 0 1 0 623 2 0 0 20 0 19 0 2465500 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709195845312 139709062249384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2465501 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2571 0 0 0 25 0 0 0 20 0 19 0 2465507 9856040960 15431 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.34 2.27 3/215 6445
/proc/meminfo: memFree=22742512/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=1724.02 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 12220 0 1 0 172326 76 0 0 20 0 19 0 2465499 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 119826 2272 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=1716.79 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2490 0 1 0 171648 31 0 0 20 0 19 0 2465500 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709195845312 139709062306728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 286 0 0 0 19 4 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 304 0 0 0 20 3 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 237 0 0 0 18 3 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 291 0 0 0 20 5 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 240 0 0 0 14 4 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 355 0 0 0 18 4 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 246 0 0 0 19 5 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 437 0 0 0 18 4 0 0 20 0 19 0 2465501 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 81 0 0 0 0 2 0 0 20 0 19 0 2465502 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2610 0 0 0 28 0 0 0 20 0 19 0 2465507 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6292 6295 4818 0 -1 4202560 3284 0 0 0 21 0 0 0 20 0 19 0 2465507 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709014649528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6312] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6312/stat : 6312 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709013597176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6313] ppid=6292 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/6295/task/6313/stat : 6313 (java) S 6292 6295 4818 0 -1 4202560 102 0 0 0 25 34 0 0 20 0 19 0 2465507 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709012544840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 119826 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.32 2.27 3/215 6447
/proc/meminfo: memFree=22729732/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=1784.13 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 12255 0 1 0 178335 78 0 0 20 0 19 0 2465499 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 122906 2272 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=1776.61 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2491 0 1 0 177629 32 0 0 20 0 19 0 2465500 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709195853024 139709062307244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 286 0 0 0 20 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 304 0 0 0 21 3 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 241 0 0 0 19 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 291 0 0 0 22 5 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 244 0 0 0 16 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 368 0 0 0 21 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 250 0 0 0 21 5 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 442 0 0 0 19 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2610 0 0 0 28 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6292 6295 4818 0 -1 4202560 3284 0 0 0 21 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709014649528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6312] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6312/stat : 6312 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709013597176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6313] ppid=6292 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/6295/task/6313/stat : 6313 (java) S 6292 6295 4818 0 -1 4202560 104 0 0 0 26 35 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709012544840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.18 2.31 2.26 3/215 6447
/proc/meminfo: memFree=22729612/32872528 swapFree=1483896/1661724
[pid=6295] ppid=6292 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6292 6295 4818 0 -1 4202496 12257 0 1 0 179925 79 0 0 20 0 19 0 2465499 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 140735535036656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6295/statm: 2406260 122906 2272 9 0 2396937 0
[pid=6295/tid=6296] ppid=6292 vsize=9625040 CPUtime=1792.46 cores=1,3,5,7
/proc/6295/task/6296/stat : 6296 (java) R 6292 6295 4818 0 -1 4202560 2491 0 1 0 179214 32 0 0 20 0 19 0 2465500 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709195853024 139709062223791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6298] ppid=6292 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6295/task/6298/stat : 6298 (java) S 6292 6295 4818 0 -1 4202560 286 0 0 0 20 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709184915624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6299] ppid=6292 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6292 6295 4818 0 -1 4202560 304 0 0 0 21 3 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709183863080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6300] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6292 6295 4818 0 -1 4202560 241 0 0 0 19 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709182810536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6301] ppid=6292 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6292 6295 4818 0 -1 4202560 291 0 0 0 22 5 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709181757992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6295/tid=6302] ppid=6292 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6292 6295 4818 0 -1 4202560 244 0 0 0 16 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709180705448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6303] ppid=6292 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6292 6295 4818 0 -1 4202560 368 0 0 0 21 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709034216232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6304] ppid=6292 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6292 6295 4818 0 -1 4202560 250 0 0 0 21 5 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709033163688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6305] ppid=6292 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6292 6295 4818 0 -1 4202560 442 0 0 0 19 4 0 0 20 0 19 0 2465501 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709032111144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6306] ppid=6292 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6295/task/6306/stat : 6306 (java) S 6292 6295 4818 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709019912296 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6307] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6292 6295 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709018858616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6308] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6308/stat : 6308 (java) S 6292 6295 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2465502 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709017805960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6309] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709016754704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6295/tid=6310] ppid=6292 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6292 6295 4818 0 -1 4202560 2610 0 0 0 28 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709015702072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6311] ppid=6292 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6292 6295 4818 0 -1 4202560 3284 0 0 0 21 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709014649528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6312] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6312/stat : 6312 (java) S 6292 6295 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709013597176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6295/tid=6313] ppid=6292 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6295/task/6313/stat : 6313 (java) S 6292 6295 4818 0 -1 4202560 106 0 0 0 26 36 0 0 20 0 19 0 2465507 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709012544840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6295/tid=6314] ppid=6292 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6314/stat : 6314 (java) S 6292 6295 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2465519 9856040960 122906 33554432000 1073741824 1073778376 140735535045520 139709011489576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 6295 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 6295 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=720161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=170822
# CPU time returned by wait4() is 1795.89
# 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.26
CPU time (s): 1800.04
CPU user time (s): 1799.25
CPU system time (s): 0.79
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.17082
maximum resident set size= 491792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12306
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38327
involuntary context switches= 29836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4134 second user time and 14.0329 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 17:45:30
IDJOB=4117757
IDBENCH=111610
IDSOLVER=2546
FILE ID=node134/4117757-1467215130
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= f90fe7487d5b6434b6d67e8ab3ef9cac
RANDOM SEED=1344608239

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27127588 kB
Buffers:          120588 kB
Cached:          2985688 kB
SwapCached:            0 kB
Active:           355124 kB
Inactive:        2976284 kB
Active(anon):     227984 kB
Inactive(anon):        0 kB
Active(file):     127140 kB
Inactive(file):  2976284 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1899748 kB
Mapped:            21548 kB
Shmem:               216 kB
Slab:             611996 kB
SReclaimable:      55144 kB
SUnreclaim:       556852 kB
KernelStack:        1768 kB
PageTables:         8032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 71708 MiB
End job on node134 at 2016-06-29 18:15:28