Trace number 4117460

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)120 1800.57 1797.94

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_000.opb.metafix.opb
MD5SUM00769e5c56208597701655198595f5d4
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark3.83842
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 13
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117460-1467212714.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.057s.
0.11/0.16	c declared #vars     256
0.11/0.16	c #constraints  188
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.11/0.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.11/0.16	c org.sat4j.specs.Constr$1 => 8
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 161
0.11/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c 188 constraints processed.
0.11/0.16	c objective function length is 256 literals
0.76/0.54	c cleaning 2494 clauses out of 5001 with flag 21779/5001
1.22/0.72	c SATISFIABLE
1.22/0.72	c OPTIMIZING...
1.22/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.22/0.72	o 120
1.33/0.83	c cleaning 3867 clauses out of 7748 with flag 8627/10242
1.66/1.20	c cleaning 4938 clauses out of 9880 with flag 42155/16241
2.06/1.56	c cleaning 5968 clauses out of 11943 with flag 68411/23242
2.57/2.05	c cleaning 6979 clauses out of 13977 with flag 99516/31244
3.17/2.67	c cleaning 7992 clauses out of 15997 with flag 139463/40243
3.88/3.33	c cleaning 8996 clauses out of 18003 with flag 182452/50241
4.67/4.12	c cleaning 9999 clauses out of 20007 with flag 232169/61241
5.57/5.04	c cleaning 11004 clauses out of 22008 with flag 287790/73241
6.57/6.03	c cleaning 11994 clauses out of 24004 with flag 334842/86241
7.67/7.11	c cleaning 13001 clauses out of 26011 with flag 387762/100242
8.77/8.28	c cleaning 13992 clauses out of 28010 with flag 452692/115242
10.38/9.83	c cleaning 14999 clauses out of 30018 with flag 546696/131242
12.28/11.72	c cleaning 15995 clauses out of 32021 with flag 676469/148244
13.98/13.45	c cleaning 17008 clauses out of 34023 with flag 767368/166241
15.68/15.15	c cleaning 17991 clauses out of 36017 with flag 838796/185243
17.58/17.04	c cleaning 19008 clauses out of 38024 with flag 931052/205241
19.68/19.11	c cleaning 20002 clauses out of 40016 with flag 1009751/226241
21.78/21.29	c cleaning 20998 clauses out of 42016 with flag 1102815/248243
24.38/23.80	c cleaning 22004 clauses out of 44017 with flag 1199610/271242
26.99/26.43	c cleaning 23005 clauses out of 46013 with flag 1290069/295242
29.88/29.32	c cleaning 23989 clauses out of 48010 with flag 1390227/320244
32.79/32.20	c cleaning 24979 clauses out of 50018 with flag 1501161/346241
35.90/35.37	c cleaning 26008 clauses out of 52040 with flag 1631561/373242
39.39/38.85	c cleaning 27015 clauses out of 54031 with flag 1749375/401241
43.39/42.86	c cleaning 27996 clauses out of 56016 with flag 1861887/430241
47.31/46.80	c cleaning 29004 clauses out of 58021 with flag 1980608/460242
51.22/50.68	c cleaning 30001 clauses out of 60017 with flag 2111108/491242
55.51/54.96	c cleaning 30987 clauses out of 62015 with flag 2243904/523241
60.41/59.80	c cleaning 32002 clauses out of 64029 with flag 2406220/556242
66.52/66.00	c cleaning 32993 clauses out of 66026 with flag 2655417/590241
71.52/70.99	c cleaning 34005 clauses out of 68033 with flag 2809741/625241
76.92/76.37	c cleaning 35006 clauses out of 70030 with flag 2981748/661243
82.62/82.00	c cleaning 36001 clauses out of 72022 with flag 3149727/698241
88.12/87.51	c cleaning 37006 clauses out of 74021 with flag 3318476/736241
94.23/93.66	c cleaning 37987 clauses out of 76019 with flag 3476200/775245
100.93/100.34	c cleaning 39007 clauses out of 78029 with flag 3628032/815242
107.63/107.08	c cleaning 40006 clauses out of 80021 with flag 3801043/856241
115.03/114.41	c cleaning 40989 clauses out of 82016 with flag 3968517/898242
125.07/124.47	c cleaning 41981 clauses out of 84026 with flag 4229880/941241
132.68/132.07	c cleaning 43011 clauses out of 86045 with flag 4441547/985241
141.27/140.69	c cleaning 44009 clauses out of 88036 with flag 4675920/1030243
148.97/148.34	c cleaning 45008 clauses out of 90027 with flag 4878092/1076243
157.47/156.82	c cleaning 46000 clauses out of 92017 with flag 5093464/1123241
165.78/165.16	c cleaning 47000 clauses out of 94017 with flag 5297214/1171241
175.17/174.51	c cleaning 47999 clauses out of 96017 with flag 5586902/1220241
184.78/184.17	c cleaning 49001 clauses out of 98018 with flag 5797704/1270241
194.59/193.93	c cleaning 49976 clauses out of 100019 with flag 6016364/1321243
204.69/204.02	c cleaning 51016 clauses out of 102044 with flag 6273829/1373244
215.95/215.30	c cleaning 51996 clauses out of 104026 with flag 6522283/1426242
227.25/226.58	c cleaning 53005 clauses out of 106029 with flag 6795323/1480241
238.05/237.38	c cleaning 54010 clauses out of 108025 with flag 7053789/1535242
249.96/249.23	c cleaning 54997 clauses out of 110014 with flag 7326294/1591241
262.17/261.45	c cleaning 55998 clauses out of 112017 with flag 7606366/1648241
275.97/275.28	c cleaning 57009 clauses out of 114021 with flag 7904925/1706243
288.98/288.24	c cleaning 57992 clauses out of 116012 with flag 8158148/1765243
302.18/301.44	c cleaning 58990 clauses out of 118018 with flag 8438630/1825241
316.09/315.38	c cleaning 60000 clauses out of 120029 with flag 8689004/1886242
329.54/328.76	c cleaning 61001 clauses out of 122028 with flag 8946567/1948241
344.64/343.88	c cleaning 62007 clauses out of 124027 with flag 9227326/2011241
358.15/357.33	c cleaning 63008 clauses out of 126021 with flag 9507780/2075242
373.65/372.82	c cleaning 63985 clauses out of 128015 with flag 9804075/2140244
389.86/389.07	c cleaning 65007 clauses out of 130028 with flag 10080449/2206242
405.86/405.03	c cleaning 66003 clauses out of 132021 with flag 10370282/2273242
421.26/420.41	c cleaning 67001 clauses out of 134017 with flag 10661037/2341241
441.25/440.36	c cleaning 68003 clauses out of 136016 with flag 10994368/2410241
459.77/458.89	c cleaning 68999 clauses out of 138014 with flag 11265088/2480242
478.66/477.70	c cleaning 70000 clauses out of 140014 with flag 11556171/2551241
497.17/496.26	c cleaning 70995 clauses out of 142014 with flag 11862916/2623241
517.17/516.26	c cleaning 72006 clauses out of 144019 with flag 12234719/2696241
538.37/537.45	c cleaning 72999 clauses out of 146013 with flag 12587420/2770241
559.89/558.99	c cleaning 74000 clauses out of 148016 with flag 12924694/2845243
581.20/580.12	c cleaning 74986 clauses out of 150015 with flag 13256292/2921242
607.40/606.32	c cleaning 75992 clauses out of 152028 with flag 13708197/2998241
630.11/629.08	c cleaning 77011 clauses out of 154036 with flag 14076482/3076241
652.71/651.69	c cleaning 78010 clauses out of 156025 with flag 14416768/3155241
676.32/675.28	c cleaning 78978 clauses out of 158016 with flag 14745297/3235242
700.75/699.58	c cleaning 79988 clauses out of 160038 with flag 15088155/3316242
726.15/724.99	c cleaning 81016 clauses out of 162050 with flag 15454836/3398242
751.74/750.52	c cleaning 82008 clauses out of 164034 with flag 15819237/3481242
778.44/777.28	c cleaning 83005 clauses out of 166025 with flag 16216002/3565241
810.44/809.29	c cleaning 84002 clauses out of 168020 with flag 16788756/3650241
840.88/839.52	c cleaning 85001 clauses out of 170018 with flag 17208966/3736241
870.68/869.32	c cleaning 85999 clauses out of 172017 with flag 17591669/3823241
900.57/899.28	c cleaning 86998 clauses out of 174018 with flag 17971897/3911241
931.57/930.22	c cleaning 87991 clauses out of 176020 with flag 18354079/4000241
963.77/962.49	c cleaning 88980 clauses out of 178030 with flag 18743626/4090242
996.07/994.66	c cleaning 90023 clauses out of 180050 with flag 19187865/4181242
1026.97/1025.55	c cleaning 90978 clauses out of 182027 with flag 19650138/4273242
1060.17/1058.76	c cleaning 92014 clauses out of 184048 with flag 20139184/4366241
1095.16/1093.73	c cleaning 93009 clauses out of 186035 with flag 20593108/4460242
1131.48/1129.90	c cleaning 94012 clauses out of 188028 with flag 21013856/4555244
1170.39/1168.88	c cleaning 94992 clauses out of 190014 with flag 21460356/4651242
1209.60/1208.02	c cleaning 96001 clauses out of 192021 with flag 21935755/4748241
1254.22/1252.51	c cleaning 96994 clauses out of 194022 with flag 22401501/4846243
1299.23/1297.56	c cleaning 98007 clauses out of 196026 with flag 22894342/4945241
1335.14/1333.47	c cleaning 99001 clauses out of 198019 with flag 23421192/5045241
1374.76/1373.08	c cleaning 100007 clauses out of 200019 with flag 23893967/5146242
1415.25/1413.42	c cleaning 100997 clauses out of 202013 with flag 24366440/5248243
1454.64/1452.86	c cleaning 101988 clauses out of 204014 with flag 24830731/5351241
1493.74/1491.90	c cleaning 103001 clauses out of 206026 with flag 25341888/5455241
1536.68/1534.78	c cleaning 103985 clauses out of 208027 with flag 25843147/5560243
1583.09/1581.15	c cleaning 104999 clauses out of 210042 with flag 26312490/5666243
1630.91/1628.97	c cleaning 106003 clauses out of 212041 with flag 26821811/5773241
1676.74/1674.76	c cleaning 107015 clauses out of 214038 with flag 27385755/5881241
1726.40/1724.36	c cleaning 108001 clauses out of 216023 with flag 27949594/5990241
1775.12/1773.02	c cleaning 109003 clauses out of 218024 with flag 28490632/6100243
1800.03/1797.90	c starts		: 13740
1800.03/1797.90	c conflicts		: 6169411
1800.03/1797.90	c decisions		: 8840733
1800.03/1797.90	c propagations		: 258193888
1800.03/1797.90	c inspects		: 34302960600
1800.03/1797.90	c shortcuts		: 0
1800.03/1797.90	c learnt literals	: 0
1800.03/1797.90	c learnt binary clauses	: 0
1800.03/1797.90	c learnt ternary clauses	: 0
1800.03/1797.90	c learnt constraints	: 6169411
1800.03/1797.90	c ignored constraints	: 0
1800.03/1797.90	c root simplifications	: 0
1800.03/1797.90	c removed literals (reason simplification)	: 0
1800.03/1797.90	c reason swapping (by a shorter reason)	: 0
1800.03/1797.90	c Calls to reduceDB	: 107
1800.03/1797.90	c Number of update (reduction) of LBD	: 2273023
1800.03/1797.90	c Imported unit clauses	: 0
1800.03/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.90	c number of learned constraints concerned by reduction	: 0
1800.03/1797.90	c number of learning phase by resolution	: 0
1800.03/1797.90	c number of learning phase by cutting planes	: 0
1800.03/1797.90	c speed (assignments/second)	: 143621.1338328115
1800.03/1797.90	c non guided choices	4
1800.03/1797.93	c learnt constraints type 
1800.03/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178189
1800.03/1797.93	s SATISFIABLE
1800.03/1797.93	c Found 1 solution(s)
1800.03/1797.93	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.03/1797.93	c objective function=120
1800.03/1797.93	c Total wall clock time (in seconds): 1797.834

Verifier Data

OK	120

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

pid=4722
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.02 2.07 2.00 3/194 4725
/proc/meminfo: memFree=30508020/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 2377770 98570240 978 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 24065 978 744 9 0 16771 0
[pid=4725/tid=4726] ppid=4722 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 2377770 98578432 979 33554432000 1073741824 1073778376 140734909209008 140412802256424 140412808823328 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.02 2.07 2.00 3/194 4725
/proc/meminfo: memFree=30508020/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 4512 0 1 0 10 1 0 0 20 0 18 0 2377770 9787879424 6137 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2389619 6137 2157 9 0 2380296 0
[pid=4725/tid=4726] ppid=4722 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 2377770 9787879424 6137 33554432000 1073741824 1073778376 140734909209008 140412802259872 247063874595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200341 s]
/proc/loadavg: 2.02 2.07 2.00 3/194 4725
/proc/meminfo: memFree=30508020/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 6066 0 1 0 28 1 0 0 20 0 19 0 2377770 9856040960 8167 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 8168 2235 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2412 0 1 0 18 0 0 0 20 0 19 0 2377770 9856040960 8181 33554432000 1073741824 1073778376 140734909209008 140412802261632 140412631207160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300338 s]
/proc/loadavg: 2.02 2.07 2.00 3/194 4725
/proc/meminfo: memFree=30508020/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 6452 0 1 0 52 1 0 0 20 0 19 0 2377770 9856040960 8383 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 8383 2243 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2412 0 1 0 28 0 0 0 20 0 19 0 2377770 9856040960 8383 33554432000 1073741824 1073778376 140734909209008 140412802261632 140412631145780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700291 s]
/proc/loadavg: 2.02 2.07 2.00 3/194 4725
/proc/meminfo: memFree=30508020/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 13530 0 1 0 119 3 0 0 20 0 19 0 2377770 9856040960 12983 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 12983 2255 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2413 0 1 0 68 0 0 0 20 0 19 0 2377770 9856040960 12983 33554432000 1073741824 1073778376 140734909209008 140412802261632 140412631352839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.02 2.07 2.00 4/213 4744
/proc/meminfo: memFree=30462172/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 13645 0 1 0 203 3 0 0 20 0 19 0 2377770 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 13842 2257 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2416 0 1 0 147 0 0 0 20 0 19 0 2377770 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412802261224 140412631627687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6356 0 0 0 26 2 0 0 20 0 19 0 2377774 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 13842 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.01 2.07 2.00 3/213 4744
/proc/meminfo: memFree=30453360/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 13679 0 1 0 364 3 0 0 20 0 19 0 2377770 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 15920 2257 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2420 0 1 0 306 1 0 0 20 0 19 0 2377770 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412802252464 140412631606672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6386 0 0 0 28 2 0 0 20 0 19 0 2377774 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 15920 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.01 2.07 2.00 3/213 4744
/proc/meminfo: memFree=30436624/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 13686 0 1 0 684 3 0 0 20 0 19 0 2377770 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 17981 2258 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2426 0 1 0 626 2 0 0 20 0 19 0 2377770 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412802252464 140412631580677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2377771 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 17981 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6390 0 0 0 32 2 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 100 0 0 0 27 41 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 4854
/proc/meminfo: memFree=29874852/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=1784.42 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 15680 0 1 0 178358 84 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 121383 2272 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=1781.66 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2493 0 1 0 178133 33 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412802252464 140412631352862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 140 0 0 0 17 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 255 0 0 0 16 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 212 0 0 0 15 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 259 0 0 0 14 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 109 0 0 0 16 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 215 0 0 0 13 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 267 0 0 0 19 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 293 0 0 0 18 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6390 0 0 0 32 2 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 4854
/proc/meminfo: memFree=29874976/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 15680 0 1 0 179918 85 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 121383 2272 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=1797.26 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2493 0 1 0 179693 33 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412802252464 140412631606686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 140 0 0 0 17 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 255 0 0 0 16 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 212 0 0 0 15 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 259 0 0 0 14 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 109 0 0 0 16 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 215 0 0 0 13 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 267 0 0 0 19 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 293 0 0 0 18 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6390 0 0 0 32 2 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 104 0 0 0 30 43 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 4854
/proc/meminfo: memFree=29874976/32872528 swapFree=242912/249044
[pid=4725] ppid=4722 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/4725/stat : 4725 (java) S 4722 4725 4289 0 -1 4202496 15680 0 1 0 179918 85 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140734909200144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2406260 121383 2272 9 0 2396937 0
[pid=4725/tid=4726] ppid=4722 vsize=9625040 CPUtime=1797.26 cores=1,3,5,7
/proc/4725/task/4726/stat : 4726 (java) R 4722 4725 4289 0 -1 4202560 2493 0 1 0 179693 33 0 0 20 0 19 0 2377770 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412802252464 140412631606686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4728] ppid=4722 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4725/task/4728/stat : 4728 (java) S 4722 4725 4289 0 -1 4202560 140 0 0 0 17 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412763752872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4729] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4729/stat : 4729 (java) S 4722 4725 4289 0 -1 4202560 255 0 0 0 16 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412762700328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4730] ppid=4722 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4725/task/4730/stat : 4730 (java) S 4722 4725 4289 0 -1 4202560 212 0 0 0 15 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412761647272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4731] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4731/stat : 4731 (java) S 4722 4725 4289 0 -1 4202560 259 0 0 0 14 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412760594728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4732] ppid=4722 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4725/task/4732/stat : 4732 (java) S 4722 4725 4289 0 -1 4202560 109 0 0 0 16 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412759542696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4733] ppid=4722 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4725/task/4733/stat : 4733 (java) S 4722 4725 4289 0 -1 4202560 215 0 0 0 13 4 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412758490152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4734] ppid=4722 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4725/task/4734/stat : 4734 (java) S 4722 4725 4289 0 -1 4202560 267 0 0 0 19 5 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412757437096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4735] ppid=4722 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4725/task/4735/stat : 4735 (java) S 4722 4725 4289 0 -1 4202560 293 0 0 0 18 3 0 0 20 0 19 0 2377771 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412756384552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4736] ppid=4722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4725/task/4736/stat : 4736 (java) S 4722 4725 4289 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412625852776 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4725/tid=4737] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4737/stat : 4737 (java) S 4722 4725 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412624799096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4738] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4738/stat : 4738 (java) S 4722 4725 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2377772 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412623745928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4739] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4739/stat : 4739 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412622694672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4740] ppid=4722 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4725/task/4740/stat : 4740 (java) S 4722 4725 4289 0 -1 4202560 3600 0 0 0 27 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412621642552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4741] ppid=4722 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4725/task/4741/stat : 4741 (java) S 4722 4725 4289 0 -1 4202560 6390 0 0 0 32 2 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412620590008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4725/tid=4742] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4742/stat : 4742 (java) S 4722 4725 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412619537144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4725/tid=4743] ppid=4722 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/4725/task/4743/stat : 4743 (java) S 4722 4725 4289 0 -1 4202560 104 0 0 0 30 43 0 0 20 0 19 0 2377774 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412618484808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4725/tid=4744] ppid=4722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4725/task/4744/stat : 4744 (java) S 4722 4725 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2377786 9856040960 121383 33554432000 1073741824 1073778376 140734909209008 140412617430056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.57
CPU user time (s): 1799.31
CPU system time (s): 1.26281
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.26281
maximum resident set size= 485704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38286
involuntary context switches= 15152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5916 second user time and 8.89365 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 17:05:14
IDJOB=4117460
IDBENCH=111577
IDSOLVER=2546
FILE ID=node103/4117460-1467212714
RUNJOBID= node103-1467209106-4306
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 00769e5c56208597701655198595f5d4
RANDOM SEED=834014689

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30509816 kB
Buffers:           87060 kB
Cached:          1217136 kB
SwapCached:            0 kB
Active:           970764 kB
Inactive:         407872 kB
Active(anon):      77004 kB
Inactive(anon):        0 kB
Active(file):     893760 kB
Inactive(file):   407872 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:        290472 kB
Mapped:            22232 kB
Shmem:               204 kB
Slab:             602628 kB
SReclaimable:      46800 kB
SUnreclaim:       555828 kB
KernelStack:        1768 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node103 at 2016-06-29 17:35:12