Trace number 4117487

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)100 1800.1 1798.55

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4117487-1467212844.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.046s.
0.11/0.15	c declared #vars     196
0.11/0.15	c #constraints  164
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.11/0.15	c org.sat4j.specs.Constr$1 => 7
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 137
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.15	c 164 constraints processed.
0.11/0.15	c objective function length is 196 literals
0.56/0.31	c SATISFIABLE
0.56/0.31	c OPTIMIZING...
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.56/0.31	o 100
0.79/0.55	c cleaning 2572 clauses out of 5153 with flag 16044/5153
1.34/0.88	c cleaning 4290 clauses out of 8581 with flag 39857/11153
1.76/1.29	c cleaning 5634 clauses out of 11291 with flag 69731/18153
2.37/1.80	c cleaning 6824 clauses out of 13657 with flag 107783/26153
3.08/2.50	c cleaning 7908 clauses out of 15834 with flag 157074/35154
3.89/3.32	c cleaning 8957 clauses out of 17927 with flag 212725/45155
4.88/4.31	c cleaning 9978 clauses out of 19968 with flag 268392/56153
5.98/5.42	c cleaning 10993 clauses out of 21993 with flag 332256/68156
7.28/6.71	c cleaning 11986 clauses out of 23997 with flag 408673/81153
8.58/8.09	c cleaning 12998 clauses out of 26011 with flag 493172/95153
10.28/9.73	c cleaning 14003 clauses out of 28015 with flag 582963/110155
11.98/11.40	c cleaning 15000 clauses out of 30013 with flag 677942/126156
13.88/13.34	c cleaning 15999 clauses out of 32011 with flag 786281/143154
16.08/15.53	c cleaning 17002 clauses out of 34013 with flag 903183/161155
18.38/17.82	c cleaning 17994 clauses out of 36009 with flag 1026760/180153
20.88/20.39	c cleaning 19004 clauses out of 38015 with flag 1164360/200153
23.88/23.38	c cleaning 20005 clauses out of 40014 with flag 1316210/221156
27.19/26.68	c cleaning 20994 clauses out of 42008 with flag 1481778/243155
30.99/30.46	c cleaning 21999 clauses out of 44012 with flag 1657773/266153
35.18/34.64	c cleaning 22999 clauses out of 46013 with flag 1834838/290153
39.38/38.82	c cleaning 24002 clauses out of 48014 with flag 2021011/315153
43.98/43.43	c cleaning 25000 clauses out of 50012 with flag 2224720/341153
48.78/48.28	c cleaning 25993 clauses out of 52012 with flag 2416567/368153
53.98/53.45	c cleaning 26995 clauses out of 54019 with flag 2625060/396153
59.38/58.80	c cleaning 28008 clauses out of 56026 with flag 2840642/425155
65.28/64.78	c cleaning 29004 clauses out of 58016 with flag 3079829/455153
71.18/70.63	c cleaning 30003 clauses out of 60013 with flag 3292657/486154
77.97/77.49	c cleaning 30987 clauses out of 62010 with flag 3529242/518154
85.29/84.71	c cleaning 32004 clauses out of 64024 with flag 3793164/551155
92.98/92.50	c cleaning 33008 clauses out of 66021 with flag 4053533/585156
100.87/100.39	c cleaning 34002 clauses out of 68011 with flag 4310531/620154
109.29/108.70	c cleaning 35002 clauses out of 70009 with flag 4616346/656154
117.69/117.16	c cleaning 35996 clauses out of 72008 with flag 4946958/693155
126.89/126.33	c cleaning 36989 clauses out of 74010 with flag 5282867/731153
136.48/135.98	c cleaning 38006 clauses out of 76021 with flag 5622535/770153
146.18/145.63	c cleaning 38999 clauses out of 78016 with flag 5983774/810154
156.68/156.13	c cleaning 40006 clauses out of 80019 with flag 6307144/851156
167.79/167.25	c cleaning 41002 clauses out of 82011 with flag 6647350/893154
179.26/178.51	c cleaning 42000 clauses out of 84008 with flag 7008710/936153
191.71/190.70	c cleaning 42997 clauses out of 86009 with flag 7380171/980154
204.42/203.45	c cleaning 44000 clauses out of 88013 with flag 7764753/1025155
217.52/216.54	c cleaning 44999 clauses out of 90011 with flag 8163084/1071153
230.72/229.73	c cleaning 45998 clauses out of 92012 with flag 8544489/1118153
245.42/244.41	c cleaning 47007 clauses out of 94015 with flag 8976944/1166154
261.03/260.00	c cleaning 47998 clauses out of 96007 with flag 9416632/1215153
276.19/275.11	c cleaning 48999 clauses out of 98011 with flag 9824323/1265155
292.39/291.36	c cleaning 49995 clauses out of 100010 with flag 10292533/1316153
309.30/308.25	c cleaning 50998 clauses out of 102017 with flag 10760652/1368155
326.90/325.80	c cleaning 52009 clauses out of 104018 with flag 11226124/1421154
344.50/343.47	c cleaning 52998 clauses out of 106008 with flag 11654073/1475153
363.51/362.46	c cleaning 54004 clauses out of 108015 with flag 12132003/1530158
384.31/383.24	c cleaning 54992 clauses out of 110006 with flag 12654982/1586153
404.61/403.56	c cleaning 55988 clauses out of 112014 with flag 13198919/1643153
425.72/424.69	c cleaning 57008 clauses out of 114029 with flag 13763653/1701156
448.93/447.81	c cleaning 58003 clauses out of 116018 with flag 14275704/1760153
472.92/471.83	c cleaning 59000 clauses out of 118015 with flag 14850269/1820153
495.96/494.87	c cleaning 59999 clauses out of 120015 with flag 15407615/1881153
520.66/519.54	c cleaning 60999 clauses out of 122019 with flag 15966568/1943156
544.05/542.94	c cleaning 62008 clauses out of 124019 with flag 16533985/2006155
571.17/570.08	c cleaning 62999 clauses out of 126012 with flag 17065490/2070156
597.38/596.23	c cleaning 63998 clauses out of 128013 with flag 17615184/2135156
624.77/623.62	c cleaning 64992 clauses out of 130012 with flag 18177765/2201153
651.56/650.41	c cleaning 66005 clauses out of 132021 with flag 18745992/2268154
681.55/680.46	c cleaning 67005 clauses out of 134018 with flag 19341323/2336156
713.45/712.35	c cleaning 68001 clauses out of 136010 with flag 19955056/2405153
744.10/742.94	c cleaning 68995 clauses out of 138011 with flag 20602855/2475155
778.50/777.33	c cleaning 70001 clauses out of 140014 with flag 21302797/2546153
812.41/811.21	c cleaning 70996 clauses out of 142014 with flag 21971183/2618154
847.02/845.89	c cleaning 72001 clauses out of 144018 with flag 22639998/2691154
884.43/883.25	c cleaning 73007 clauses out of 146020 with flag 23351870/2765157
921.74/920.52	c cleaning 73998 clauses out of 148010 with flag 24043113/2840154
960.44/959.22	c cleaning 75000 clauses out of 150013 with flag 24786551/2916155
1001.34/1000.18	c cleaning 75999 clauses out of 152011 with flag 25504668/2993153
1040.67/1039.48	c cleaning 77000 clauses out of 154012 with flag 26248073/3071153
1082.08/1080.83	c cleaning 78000 clauses out of 156012 with flag 26991420/3150153
1124.40/1123.13	c cleaning 78995 clauses out of 158013 with flag 27740897/3230154
1168.90/1167.69	c cleaning 80009 clauses out of 160017 with flag 28469704/3311153
1214.21/1212.98	c cleaning 81005 clauses out of 162009 with flag 29203012/3393154
1262.13/1260.86	c cleaning 81991 clauses out of 164004 with flag 30029137/3476154
1310.21/1308.81	c cleaning 82999 clauses out of 166012 with flag 30801515/3560153
1359.32/1357.90	c cleaning 83999 clauses out of 168015 with flag 31538987/3645155
1411.04/1409.64	c cleaning 84999 clauses out of 170014 with flag 32349822/3731153
1463.05/1461.67	c cleaning 86007 clauses out of 172015 with flag 33156250/3818153
1517.06/1515.60	c cleaning 86993 clauses out of 174008 with flag 33980880/3906153
1573.67/1572.26	c cleaning 88002 clauses out of 176017 with flag 34862857/3995155
1629.74/1628.28	c cleaning 88997 clauses out of 178014 with flag 35713906/4085154
1686.66/1685.15	c cleaning 90005 clauses out of 180017 with flag 36557792/4176154
1744.67/1743.11	c cleaning 91002 clauses out of 182011 with flag 37428869/4268153
1800.10/1798.51	c starts		: 12227
1800.10/1798.51	c conflicts		: 4355824
1800.10/1798.51	c decisions		: 5507599
1800.10/1798.51	c propagations		: 158232400
1800.10/1798.51	c inspects		: 34567323991
1800.10/1798.51	c shortcuts		: 0
1800.10/1798.51	c learnt literals	: 0
1800.10/1798.51	c learnt binary clauses	: 1
1800.10/1798.51	c learnt ternary clauses	: 13
1800.10/1798.51	c learnt constraints	: 4355825
1800.10/1798.51	c ignored constraints	: 0
1800.10/1798.51	c root simplifications	: 0
1800.10/1798.51	c removed literals (reason simplification)	: 0
1800.10/1798.51	c reason swapping (by a shorter reason)	: 0
1800.10/1798.51	c Calls to reduceDB	: 88
1800.10/1798.51	c Number of update (reduction) of LBD	: 1432214
1800.10/1798.51	c Imported unit clauses	: 0
1800.10/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.51	c number of learned constraints concerned by reduction	: 0
1800.10/1798.51	c number of learning phase by resolution	: 0
1800.10/1798.51	c number of learning phase by cutting planes	: 0
1800.10/1798.51	c speed (assignments/second)	: 87987.29950426918
1800.10/1798.51	c non guided choices	0
1800.10/1798.54	c learnt constraints type 
1800.10/1798.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.10/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178680
1800.10/1798.54	s SATISFIABLE
1800.10/1798.54	c Found 1 solution(s)
1800.10/1798.54	v -x1 x2 -x3 -x4 -x5 x6 x7 -x8 -x9 x10 x11 -x12 -x13 -x14 x15 x16 -x17 x18 x19 -x20 x21 x22 x23 -x24 -x25 x26 -x27 -x28 x29 x30 x31 x32 x33 x34 x35 -x36 x37 x38 -x39 x40 -x41 x42 x43 -x44 x45 -x46 x47 x48 -x49 x50 x51 x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 x71 x72 -x73 -x74 -x75 x76 x77 x78 x79 x80 -x81 x82 x83 x84 x85 x86 x87 -x88 -x89 x90 -x91 -x92 x93 x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 -x109 x110 x111 x112 x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 x123 x124 -x125 x126 -x127 x128 x129 x130 x131 x132 -x133 -x134 x135 x136 x137 x138 -x139 -x140 -x141 x142 x143 x144 x145 x146 -x147 x148 -x149 x150 -x151 -x152 x153 -x154 -x155 x156 -x157 x158 x159 x160 x161 -x162 x163 -x164 -x165 -x166 x167 x168 x169 x170 x171 x172 -x173 x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 
1800.10/1798.54	c objective function=100
1800.10/1798.54	c Total wall clock time (in seconds): 1798.434

Verifier Data

OK	100

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

pid=4019
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.08 2.18 2.25 3/194 4022
/proc/meminfo: memFree=25794180/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 2242967 94019584 916 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 22954 916 697 9 0 16769 0
[pid=4022/tid=4023] ppid=4019 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) D 4019 4022 3589 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 2242967 94019584 916 33554432000 1073741824 1073778376 140736171799232 140605390310952 226075176231 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4022
/proc/meminfo: memFree=25794180/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 4431 0 1 0 10 1 0 0 20 0 18 0 2242967 9787879424 6064 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2389619 6064 2140 9 0 2380296 0
[pid=4022/tid=4023] ppid=4019 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2370 0 1 0 7 0 0 0 20 0 18 0 2242967 9787879424 6064 33554432000 1073741824 1073778376 140736171799232 140605390314400 226087724301 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.200379 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4022
/proc/meminfo: memFree=25794180/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 6325 0 1 0 27 1 0 0 20 0 19 0 2242967 9856040960 8394 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 8394 2229 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 2242967 9856040960 8394 33554432000 1073741824 1073778376 140736171799232 140605390316160 140605233584264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300267 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4022
/proc/meminfo: memFree=25794180/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 7482 0 1 0 55 1 0 0 20 0 19 0 2242967 9856040960 8490 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 8490 2244 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 2242967 9856040960 8490 33554432000 1073741824 1073778376 140736171799232 140605390316160 140605234092285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700236 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4022
/proc/meminfo: memFree=25794180/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 15247 0 1 0 119 3 0 0 20 0 19 0 2242967 9856040960 14306 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 14306 2254 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2411 0 1 0 67 0 0 0 20 0 19 0 2242967 9856040960 14306 33554432000 1073741824 1073778376 140736171799232 140605390307008 140605234067048 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.08 2.18 2.25 2/189 4141
/proc/meminfo: memFree=26231508/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 15319 0 1 0 203 3 0 0 20 0 19 0 2242967 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 14888 2256 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2413 0 1 0 146 0 0 0 20 0 19 0 2242967 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234040207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2242969 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9158 0 0 0 32 1 0 0 20 0 19 0 2242972 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4022/task/4038/stat : 4038 (java) S 4019 4022 3589 0 -1 4202560 2476 0 0 0 22 0 0 0 20 0 19 0 2242972 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604738595384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4039] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4039/stat : 4039 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604737543288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4040] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4040/stat : 4040 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604736490696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4043] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 14888 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 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.10077 s]
/proc/loadavg: 2.08 2.18 2.25 3/213 4172
/proc/meminfo: memFree=26196192/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 15321 0 1 0 365 3 0 0 20 0 19 0 2242967 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 15912 2256 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2415 0 1 0 306 0 0 0 20 0 19 0 2242967 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234067336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2242969 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9158 0 0 0 32 2 0 0 20 0 19 0 2242972 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4022/task/4038/stat : 4038 (java) S 4019 4022 3589 0 -1 4202560 2476 0 0 0 23 0 0 0 20 0 19 0 2242972 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604738595384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4039] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4039/stat : 4039 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604737543288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4040] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4040/stat : 4040 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604736490696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4043] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 15912 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.07 2.18 2.25 3/213 4172
/proc/meminfo: memFree=26185052/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 15326 0 1 0 685 3 0 0 20 0 19 0 2242967 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 16902 2257 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2419 0 1 0 624 0 0 0 20 0 19 0 2242967 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234092703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2242968 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2242969 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9158 0 0 0 32 2 0 0 20 0 19 0 2242972 9856040960 16902 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.23 cores=1,3,5,7

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

/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.87
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/213 4217
/proc/meminfo: memFree=25829684/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=1783.88 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 22379 0 1 0 178334 54 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 60290 2273 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=1777.31 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2486 0 1 0 177700 31 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234092703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 2242969 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9166 0 0 0 36 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4022/task/4038/stat : 4038 (java) S 4019 4022 3589 0 -1 4202560 9191 0 0 0 66 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604738595384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4039] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4039/stat : 4039 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604737543288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4040] ppid=4019 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/4022/task/4040/stat : 4040 (java) S 4019 4022 3589 0 -1 4202560 104 0 0 0 28 45 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604736490696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4043] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 4217
/proc/meminfo: memFree=25829440/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 22379 0 1 0 179955 55 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 60290 2273 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=1793.48 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2486 0 1 0 179317 31 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234092703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 2242969 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9166 0 0 0 36 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4022/task/4038/stat : 4038 (java) S 4019 4022 3589 0 -1 4202560 9191 0 0 0 66 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604738595384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4039] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4039/stat : 4039 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604737543288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4040] ppid=4019 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/4022/task/4040/stat : 4040 (java) S 4019 4022 3589 0 -1 4202560 104 0 0 0 29 45 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604736490696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4043] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 4022 sig 9
??? kill -4022 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 4217
/proc/meminfo: memFree=25829440/32872528 swapFree=1588980/1719796
[pid=4022] ppid=4019 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/4022/stat : 4022 (java) S 4019 4022 3589 0 -1 4202496 22379 0 1 0 179955 55 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140736171790368 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4022/statm: 2406260 60290 2273 9 0 2396937 0
[pid=4022/tid=4023] ppid=4019 vsize=9625040 CPUtime=1793.48 cores=1,3,5,7
/proc/4022/task/4023/stat : 4023 (java) R 4019 4022 3589 0 -1 4202560 2486 0 1 0 179317 31 0 0 20 0 19 0 2242967 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605390307024 140605234092703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4025] ppid=4019 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4022/task/4025/stat : 4025 (java) S 4019 4022 3589 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605233555752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4026] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4026/stat : 4026 (java) S 4019 4022 3589 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605232502952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4027] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4027/stat : 4027 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605231450664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4028] ppid=4019 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4022/task/4028/stat : 4028 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605230397864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4029] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4029/stat : 4029 (java) S 4019 4022 3589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605229345576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4030] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4030/stat : 4030 (java) S 4019 4022 3589 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605228292776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4031] ppid=4019 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4022/task/4031/stat : 4031 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605227240488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4032] ppid=4019 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4022/task/4032/stat : 4032 (java) S 4019 4022 3589 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 2242968 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140605226187688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4033] ppid=4019 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4022/task/4033/stat : 4033 (java) S 4019 4022 3589 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 2242969 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604743858408 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4034] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4034/stat : 4034 (java) S 4019 4022 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604742804472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4035] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4035/stat : 4035 (java) S 4019 4022 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2242970 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604741752072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4036] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4036/stat : 4036 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604740700560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4022/tid=4037] ppid=4019 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/4022/task/4037/stat : 4037 (java) S 4019 4022 3589 0 -1 4202560 9166 0 0 0 36 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604739648184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4022/tid=4038] ppid=4019 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4022/task/4038/stat : 4038 (java) S 4019 4022 3589 0 -1 4202560 9191 0 0 0 66 2 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604738595384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4039] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4039/stat : 4039 (java) S 4019 4022 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604737543288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4022/tid=4040] ppid=4019 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/4022/task/4040/stat : 4040 (java) S 4019 4022 3589 0 -1 4202560 104 0 0 0 29 45 0 0 20 0 19 0 2242972 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604736490696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4022/tid=4043] ppid=4019 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4022/task/4043/stat : 4043 (java) S 4019 4022 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2242983 9856040960 60290 33554432000 1073741824 1073778376 140736171799232 140604735435688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4022 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=9117
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=963853
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.55
CPU time (s): 1800.1
CPU user time (s): 1799.55
CPU system time (s): 0.55
CPU usage (%): 100.086
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 0.963853
maximum resident set size= 241328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22427
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38171
involuntary context switches= 11761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.81251 second user time and 14.5718 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 17:07:25
IDJOB=4117487
IDBENCH=111580
IDSOLVER=2546
FILE ID=node120/4117487-1467212844
RUNJOBID= node120-1467209132-3607
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 569abe50165564d74450086cacd9dc25
RANDOM SEED=28229249

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25794716 kB
Buffers:           46644 kB
Cached:          4094412 kB
SwapCached:            0 kB
Active:           571300 kB
Inactive:        4057044 kB
Active(anon):     489856 kB
Inactive(anon):        0 kB
Active(file):      81444 kB
Inactive(file):  4057044 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             4 kB
AnonPages:       2217388 kB
Mapped:            22116 kB
Shmem:               204 kB
Slab:             585320 kB
SReclaimable:      29660 kB
SUnreclaim:       555660 kB
KernelStack:        1592 kB
PageTables:         8452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2387316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node120 at 2016-06-29 17:37:23