Trace number 4101693

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)68 1800.02 1797.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-markshare2.opb
MD5SUM1d7aea072d665a4285862aa32425d490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 9
Optimality of the best value was proved NO
Number of variables270
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint90
Maximum length of a constraint90
Number of terms in the objective function 210
Biggest coefficient in the objective function 37450
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261155
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524454
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101693-1466225793.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.038s.
0.09/0.15	c declared #vars     270
0.09/0.15	c #constraints  14
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.15	c 14 constraints processed.
0.09/0.15	c objective function length is 210 literals
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.157
0.28/0.27	o 70
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.51/0.37	o 68
0.90/0.66	c cleaning 2974 clauses out of 5947 with flag 8705/5947
1.30/0.97	c cleaning 4483 clauses out of 8977 with flag 21913/11951
1.76/1.33	c cleaning 5740 clauses out of 11493 with flag 38053/18950
2.36/1.94	c cleaning 6862 clauses out of 13754 with flag 54892/26951
2.99/2.59	c cleaning 7936 clauses out of 15891 with flag 74066/35950
3.80/3.39	c cleaning 8964 clauses out of 17952 with flag 95115/45947
4.79/4.40	c cleaning 9980 clauses out of 19988 with flag 118469/56947
6.09/5.63	c cleaning 10986 clauses out of 22010 with flag 143907/68949
7.59/7.13	c cleaning 12003 clauses out of 24028 with flag 171187/81953
8.99/8.51	c cleaning 13002 clauses out of 26019 with flag 201424/95947
10.29/9.80	c cleaning 13995 clauses out of 28017 with flag 234421/110947
11.89/11.41	c cleaning 15001 clauses out of 30025 with flag 267463/126950
13.59/13.16	c cleaning 15997 clauses out of 32022 with flag 307246/143948
15.39/14.93	c cleaning 17002 clauses out of 34025 with flag 346370/161948
17.49/17.01	c cleaning 17996 clauses out of 36023 with flag 386665/180948
19.90/19.44	c cleaning 18996 clauses out of 38026 with flag 429255/200947
22.61/22.10	c cleaning 19996 clauses out of 40030 with flag 474062/221947
25.30/24.86	c cleaning 21004 clauses out of 42034 with flag 520674/243947
28.70/28.22	c cleaning 22004 clauses out of 44031 with flag 567809/266948
32.79/32.38	c cleaning 22998 clauses out of 46026 with flag 618648/290947
37.09/36.62	c cleaning 23996 clauses out of 48028 with flag 671101/315947
42.01/41.56	c cleaning 24998 clauses out of 50032 with flag 725503/341947
46.91/46.43	c cleaning 26005 clauses out of 52034 with flag 782043/368947
51.61/51.19	c cleaning 27005 clauses out of 54031 with flag 845159/396949
56.72/56.27	c cleaning 27993 clauses out of 56024 with flag 910774/425947
62.51/62.09	c cleaning 29001 clauses out of 58031 with flag 977059/455947
69.11/68.66	c cleaning 30003 clauses out of 60031 with flag 1045053/486948
76.22/75.72	c cleaning 30998 clauses out of 62027 with flag 1115973/518947
82.92/82.48	c cleaning 32005 clauses out of 64031 with flag 1185676/551949
91.12/90.60	c cleaning 33000 clauses out of 66024 with flag 1255080/585947
99.32/98.80	c cleaning 33999 clauses out of 68024 with flag 1331829/620947
107.62/107.20	c cleaning 34996 clauses out of 70027 with flag 1411431/656949
115.98/115.47	c cleaning 35999 clauses out of 72029 with flag 1490233/693947
124.38/123.89	c cleaning 37005 clauses out of 74035 with flag 1570364/731952
133.49/132.92	c cleaning 37992 clauses out of 76026 with flag 1652944/770948
144.29/143.77	c cleaning 39000 clauses out of 78035 with flag 1737911/810949
155.80/155.21	c cleaning 39997 clauses out of 80033 with flag 1823987/851947
167.29/166.71	c cleaning 41005 clauses out of 82040 with flag 1910529/893951
182.19/181.64	c cleaning 42004 clauses out of 84034 with flag 1997580/936950
196.20/195.68	c cleaning 42998 clauses out of 86027 with flag 2089667/980947
210.45/209.83	c cleaning 44001 clauses out of 88030 with flag 2184554/1025948
225.95/225.34	c cleaning 45002 clauses out of 90034 with flag 2287891/1071953
242.77/242.16	c cleaning 46001 clauses out of 92026 with flag 2392474/1118947
260.07/259.42	c cleaning 46997 clauses out of 94026 with flag 2498885/1166948
278.77/278.13	c cleaning 47999 clauses out of 96030 with flag 2606678/1215949
297.88/297.28	c cleaning 48999 clauses out of 98029 with flag 2718985/1265947
318.48/317.81	c cleaning 50001 clauses out of 100032 with flag 2832293/1316949
341.23/340.54	c cleaning 50999 clauses out of 102029 with flag 2948026/1368947
361.35/360.63	c cleaning 51997 clauses out of 104032 with flag 3064608/1421949
381.65/380.98	c cleaning 53000 clauses out of 106033 with flag 3181919/1475947
402.45/401.72	c cleaning 54001 clauses out of 108033 with flag 3300750/1530947
433.26/432.51	c cleaning 55002 clauses out of 110033 with flag 3416457/1586948
453.66/452.97	c cleaning 56007 clauses out of 112032 with flag 3540617/1643949
476.17/475.38	c cleaning 56995 clauses out of 114025 with flag 3663943/1701949
496.37/495.57	c cleaning 57998 clauses out of 116028 with flag 3795248/1760947
512.38/511.56	c cleaning 58991 clauses out of 118030 with flag 3931928/1820947
526.17/525.37	c cleaning 60017 clauses out of 120041 with flag 4068269/1881949
550.78/549.97	c cleaning 61004 clauses out of 122024 with flag 4195966/1943949
570.38/569.60	c cleaning 62003 clauses out of 124022 with flag 4331531/2006951
581.70/580.78	c cleaning 62998 clauses out of 126017 with flag 4470591/2070949
596.50/595.57	c cleaning 63993 clauses out of 128017 with flag 4614118/2135947
611.30/610.40	c cleaning 65000 clauses out of 130024 with flag 4758145/2201947
629.32/628.31	c cleaning 65998 clauses out of 132024 with flag 4903049/2268947
646.42/645.40	c cleaning 67001 clauses out of 134026 with flag 5049010/2336947
663.02/661.93	c cleaning 68000 clauses out of 136026 with flag 5197476/2405948
682.03/680.97	c cleaning 68996 clauses out of 138025 with flag 5344789/2475947
700.33/699.30	c cleaning 69986 clauses out of 140029 with flag 5497461/2546947
718.43/717.35	c cleaning 71007 clauses out of 142044 with flag 5653994/2618948
739.28/738.09	c cleaning 72008 clauses out of 144038 with flag 5811684/2691949
761.07/759.86	c cleaning 73003 clauses out of 146028 with flag 5971229/2765947
777.88/776.67	c cleaning 73997 clauses out of 148025 with flag 6134718/2840947
802.91/801.59	c cleaning 75003 clauses out of 150031 with flag 6299953/2916950
829.83/828.45	c cleaning 75996 clauses out of 152028 with flag 6462310/2993950
852.32/850.90	c cleaning 77003 clauses out of 154030 with flag 6630630/3071948
883.93/882.59	c cleaning 77998 clauses out of 156026 with flag 6800736/3150947
910.26/908.78	c cleaning 78997 clauses out of 158028 with flag 6974932/3230947
940.95/939.47	c cleaning 80006 clauses out of 160031 with flag 7152039/3311947
966.06/964.57	c cleaning 80995 clauses out of 162025 with flag 7330126/3393947
992.05/990.40	c cleaning 82001 clauses out of 164031 with flag 7510631/3476948
1019.94/1018.35	c cleaning 83000 clauses out of 166029 with flag 7692248/3560947
1056.24/1054.69	c cleaning 84000 clauses out of 168031 with flag 7872095/3645949
1090.14/1088.40	c cleaning 84996 clauses out of 170029 with flag 8053898/3731947
1113.34/1111.61	c cleaning 86001 clauses out of 172034 with flag 8245439/3818948
1167.43/1165.78	c cleaning 87005 clauses out of 174034 with flag 8429034/3906949
1263.35/1261.59	c cleaning 88008 clauses out of 176028 with flag 8612091/3995948
1370.16/1368.33	c cleaning 88998 clauses out of 178019 with flag 8797307/4085947
1486.10/1484.21	c cleaning 90003 clauses out of 180021 with flag 8985202/4176947
1633.84/1631.98	c cleaning 91000 clauses out of 182018 with flag 9172533/4268947
1774.12/1772.04	c cleaning 92000 clauses out of 184020 with flag 9363627/4361949
1800.02/1797.90	c starts		: 160
1800.02/1797.90	c conflicts		: 4389885
1800.02/1797.90	c decisions		: 5622635
1800.02/1797.90	c propagations		: 33638925
1800.02/1797.90	c inspects		: 33595962187
1800.02/1797.90	c shortcuts		: 0
1800.02/1797.90	c learnt literals	: 0
1800.02/1797.90	c learnt binary clauses	: 0
1800.02/1797.90	c learnt ternary clauses	: 0
1800.02/1797.90	c learnt constraints	: 4389885
1800.02/1797.90	c ignored constraints	: 0
1800.02/1797.90	c root simplifications	: 0
1800.02/1797.90	c removed literals (reason simplification)	: 0
1800.02/1797.90	c reason swapping (by a shorter reason)	: 0
1800.02/1797.90	c Calls to reduceDB	: 89
1800.02/1797.90	c Number of update (reduction) of LBD	: 447362
1800.02/1797.90	c Imported unit clauses	: 0
1800.02/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.90	c number of learned constraints concerned by reduction	: 0
1800.02/1797.90	c number of learning phase by resolution	: 0
1800.02/1797.90	c number of learning phase by cutting planes	: 0
1800.02/1797.90	c speed (assignments/second)	: 18711.692789149096
1800.02/1797.90	c non guided choices	340
1800.02/1797.93	c learnt constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119957
1800.02/1797.93	s SATISFIABLE
1800.02/1797.93	c Found 2 solution(s)
1800.02/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 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.02/1797.93	c objective function=68
1800.02/1797.93	c Total wall clock time (in seconds): 1797.819

Verifier Data

OK	68

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

pid=10094
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.22 2.30 2.27 3/194 10097
/proc/meminfo: memFree=26472052/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10097/stat : 10097 (java) R 10094 10097 5878 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 24627584 9515008 175 33554432000 1073741824 1073778376 140734853581984 140734853579112 226084340624 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2323 175 133 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 2.22 2.30 2.27 3/194 10097
/proc/meminfo: memFree=26472052/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 24627584 9787879424 6029 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.22 2.30 2.27 3/194 10097
/proc/meminfo: memFree=26472052/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 6692 0 1 0 27 1 0 0 20 0 19 0 24627584 9856040960 7606 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 7606 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.22 2.30 2.27 3/194 10097
/proc/meminfo: memFree=26472052/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 7122 0 1 0 49 2 0 0 20 0 19 0 24627584 9856040960 8815 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 8815 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700273 s]
/proc/loadavg: 2.22 2.30 2.27 3/194 10097
/proc/meminfo: memFree=26472052/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 7202 0 1 0 101 2 0 0 20 0 19 0 24627584 9856040960 9357 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 9357 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.22 2.30 2.27 3/213 10116
/proc/meminfo: memFree=26438612/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 8382 0 1 0 195 2 0 0 20 0 19 0 24627584 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 11446 2260 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2416 0 1 0 146 0 0 0 20 0 19 0 24627584 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307736820184 140307606280371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2041 0 0 0 21 0 0 0 20 0 19 0 24627590 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 24 0 0 0 20 0 19 0 24627590 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 11446 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.22 2.30 2.27 3/213 10116
/proc/meminfo: memFree=26429924/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 8387 0 1 0 357 2 0 0 20 0 19 0 24627584 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 13495 2260 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2420 0 1 0 305 1 0 0 20 0 19 0 24627584 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307736813248 140307606280371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2042 0 0 0 23 0 0 0 20 0 19 0 24627590 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 13495 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.28 2.31 2.27 3/213 10116
/proc/meminfo: memFree=26417228/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 8395 0 1 0 677 2 0 0 20 0 19 0 24627584 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 16064 2261 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2427 0 1 0 624 1 0 0 20 0 19 0 24627584 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307736813248 140307606280371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24627586 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2042 0 0 0 23 0 0 0 20 0 19 0 24627590 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 16064 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 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.21 2.21 2.20 3/213 10248
/proc/meminfo: memFree=29175788/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=1784.42 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 9901 0 1 0 178368 74 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 123964 2275 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=1777.05 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2491 0 1 0 177675 30 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307736822248 140307606199111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 213 0 0 0 18 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 196 0 0 0 20 6 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 209 0 0 0 20 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 67 0 0 0 16 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 73 0 0 0 14 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 208 0 0 0 17 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 95 0 0 0 0 2 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2169 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 104 0 0 0 27 40 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 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.23 2.22 2.20 3/213 10248
/proc/meminfo: memFree=29175792/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 9903 0 1 0 179928 74 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 123964 2275 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=1792.61 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2491 0 1 0 179231 30 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307736822248 140307606280371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 213 0 0 0 18 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 196 0 0 0 20 6 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 209 0 0 0 20 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 67 0 0 0 16 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 73 0 0 0 14 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 208 0 0 0 17 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 95 0 0 0 0 2 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2169 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 106 0 0 0 27 40 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10097 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.23 2.22 2.20 3/213 10248
/proc/meminfo: memFree=29175792/32872528 swapFree=1590032/1720848
[pid=10097] ppid=10094 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/10097/stat : 10097 (java) S 10094 10097 5878 0 -1 4202496 9903 0 1 0 179928 74 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140734853573120 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10097/statm: 2406260 123964 2275 9 0 2396937 0
[pid=10097/tid=10099] ppid=10094 vsize=9625040 CPUtime=1792.61 cores=1,3,5,7
/proc/10097/task/10099/stat : 10099 (java) R 10094 10097 5878 0 -1 4202560 2491 0 1 0 179231 30 0 0 20 0 19 0 24627584 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307736822248 140307606280371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10100] ppid=10094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10097/task/10100/stat : 10100 (java) S 10094 10097 5878 0 -1 4202560 213 0 0 0 18 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307725884328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10101] ppid=10094 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10097/task/10101/stat : 10101 (java) S 10094 10097 5878 0 -1 4202560 196 0 0 0 20 6 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307724831784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10102] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10102/stat : 10102 (java) S 10094 10097 5878 0 -1 4202560 209 0 0 0 20 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307578174120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10103] ppid=10094 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10097/task/10103/stat : 10103 (java) S 10094 10097 5878 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307577121576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10104] ppid=10094 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10097/task/10104/stat : 10104 (java) S 10094 10097 5878 0 -1 4202560 67 0 0 0 16 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307576068520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10105] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10105/stat : 10105 (java) S 10094 10097 5878 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307575015976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10106] ppid=10094 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10097/task/10106/stat : 10106 (java) S 10094 10097 5878 0 -1 4202560 73 0 0 0 14 5 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307573962920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10107] ppid=10094 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10097/task/10107/stat : 10107 (java) S 10094 10097 5878 0 -1 4202560 208 0 0 0 17 4 0 0 20 0 19 0 24627586 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307572910376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10097/tid=10108] ppid=10094 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10097/task/10108/stat : 10108 (java) S 10094 10097 5878 0 -1 4202560 95 0 0 0 0 2 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307560713064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10109] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10109/stat : 10109 (java) S 10094 10097 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307559659384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10110] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10110/stat : 10110 (java) S 10094 10097 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24627587 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307558606216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10111] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10111/stat : 10111 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307557554960 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10097/tid=10112] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10112/stat : 10112 (java) S 10094 10097 5878 0 -1 4202560 2169 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307556501816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10113] ppid=10094 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10097/task/10113/stat : 10113 (java) S 10094 10097 5878 0 -1 4202560 2653 0 0 0 25 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307555449272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10114] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10114/stat : 10114 (java) S 10094 10097 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307554396408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10097/tid=10115] ppid=10094 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10097/task/10115/stat : 10115 (java) S 10094 10097 5878 0 -1 4202560 106 0 0 0 27 40 0 0 20 0 19 0 24627590 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307553344072 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10097/tid=10116] ppid=10094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10097/task/10116/stat : 10116 (java) S 10094 10097 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24627599 9856040960 123964 33554432000 1073741824 1073778376 140734853581984 140307552290344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.02
CPU user time (s): 1799.28
CPU system time (s): 0.74
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.22181
maximum resident set size= 506052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9948
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38333
involuntary context switches= 7715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4021 second user time and 11.4443 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 06:56:33
IDJOB=4101693
IDBENCH=1782
IDSOLVER=2546
FILE ID=node120/4101693-1466225793
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71616 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-markshare2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101693-1466225793/watcher-4101693-1466225793 -o /tmp/evaluation-result-4101693-1466225793/solver-4101693-1466225793 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101693-1466225793.opb

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

MD5SUM BENCH= 1d7aea072d665a4285862aa32425d490
RANDOM SEED=1228108741

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.935
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.87
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.935
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.935
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.935
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.56
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.935
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.56
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.935
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.56
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.935
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.935
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:        26472364 kB
Buffers:          108872 kB
Cached:           347148 kB
SwapCached:         1812 kB
Active:          3645812 kB
Inactive:         273380 kB
Active(anon):    3464320 kB
Inactive(anon):     1244 kB
Active(file):     181492 kB
Inactive(file):   272136 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       5185148 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             616828 kB
SReclaimable:      60664 kB
SUnreclaim:       556164 kB
KernelStack:        1600 kB
PageTables:        14596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5713500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3555328 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= 71728 MiB
End job on node120 at 2016-06-18 07:26:31