Trace number 4119570

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)-65 1800.03 1796.14

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament20.opb
MD5SUM6c6529feaf40b34c2c4a680faf7fd800
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-86
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 487
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 524
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 524
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)360
Sum of products size (including duplicates)720
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-4119570-1467261976.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.055s.
0.09/0.17	c declared #vars     190
0.09/0.17	c internal #vars     550
0.09/0.17	c #constraints  720
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
0.09/0.17	c 720 constraints processed.
0.09/0.17	c objective function length is 487 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.068
0.09/0.18	o -56
0.22/0.20	c Got one! Elapsed wall clock time (in seconds):0.086
0.22/0.20	o -57
0.22/0.22	c Got one! Elapsed wall clock time (in seconds):0.104
0.22/0.22	o -58
0.22/0.23	c Got one! Elapsed wall clock time (in seconds):0.118
0.22/0.23	o -59
0.22/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.22/0.25	o -60
0.22/0.26	c Got one! Elapsed wall clock time (in seconds):0.149
0.22/0.26	o -61
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.50/0.34	o -62
1.07/0.69	c cleaning 2630 clauses out of 5267 with flag 10005/5267
1.56/1.05	c cleaning 4314 clauses out of 8637 with flag 22005/11267
2.08/1.50	c cleaning 5655 clauses out of 11323 with flag 36005/18267
2.08/1.56	c Got one! Elapsed wall clock time (in seconds):1.447
2.08/1.56	o -63
2.08/1.58	c Got one! Elapsed wall clock time (in seconds):1.466
2.08/1.58	o -64
2.43/1.87	c cleaning 5471 clauses out of 10954 with flag 8009/23553
2.85/2.29	c cleaning 5734 clauses out of 11484 with flag 20011/29554
3.34/2.79	c cleaning 6369 clauses out of 12750 with flag 34011/36554
3.95/3.38	c cleaning 7182 clauses out of 14379 with flag 50007/44552
4.64/4.08	c cleaning 8093 clauses out of 16199 with flag 68011/53554
5.55/4.90	c cleaning 9045 clauses out of 18106 with flag 88011/63554
6.15/5.60	c Got one! Elapsed wall clock time (in seconds):5.484
6.15/5.60	o -65
6.76/6.14	c cleaning 11247 clauses out of 22512 with flag 10002/77005
7.26/6.67	c cleaning 8622 clauses out of 17265 with flag 22002/83005
7.87/7.25	c cleaning 7812 clauses out of 15643 with flag 36002/90005
8.47/7.88	c cleaning 7912 clauses out of 15832 with flag 52004/98006
9.27/8.60	c cleaning 8454 clauses out of 16919 with flag 70002/107005
10.07/9.44	c cleaning 9223 clauses out of 18465 with flag 90002/117005
10.96/10.39	c cleaning 10115 clauses out of 20242 with flag 112003/128005
12.09/11.44	c cleaning 11058 clauses out of 22128 with flag 136005/140006
13.28/12.66	c cleaning 12025 clauses out of 24070 with flag 162005/153006
14.68/14.08	c cleaning 13011 clauses out of 26045 with flag 190006/167006
16.19/15.57	c cleaning 14007 clauses out of 28033 with flag 220004/182005
17.98/17.35	c cleaning 15003 clauses out of 30026 with flag 252004/198005
19.78/19.19	c cleaning 16005 clauses out of 32023 with flag 286004/215005
21.78/21.11	c cleaning 17002 clauses out of 34019 with flag 322006/233006
23.98/23.37	c cleaning 18004 clauses out of 36018 with flag 360008/252007
26.67/26.08	c cleaning 18995 clauses out of 38012 with flag 400004/272005
29.69/29.01	c cleaning 20001 clauses out of 40018 with flag 442009/293006
32.90/32.28	c cleaning 21001 clauses out of 42018 with flag 486012/315007
36.60/35.97	c cleaning 21997 clauses out of 44015 with flag 532008/338005
40.40/39.72	c cleaning 22998 clauses out of 46018 with flag 580008/362005
44.19/43.51	c cleaning 23999 clauses out of 48020 with flag 630008/387005
48.29/47.65	c cleaning 25001 clauses out of 50022 with flag 682010/413006
52.67/51.94	c cleaning 26001 clauses out of 52020 with flag 736008/440005
57.16/56.46	c cleaning 26998 clauses out of 54019 with flag 792010/468005
62.06/61.31	c cleaning 28002 clauses out of 56021 with flag 850010/497005
67.27/66.53	c cleaning 29000 clauses out of 58019 with flag 910012/527005
73.37/72.67	c cleaning 30002 clauses out of 60020 with flag 972015/558006
80.57/79.71	c cleaning 31000 clauses out of 62017 with flag 1036014/590005
87.27/86.46	c cleaning 32002 clauses out of 64018 with flag 1102016/623006
94.57/93.73	c cleaning 32999 clauses out of 66016 with flag 1170016/657006
102.67/101.81	c cleaning 33998 clauses out of 68016 with flag 1240014/692005
110.68/109.79	c cleaning 35002 clauses out of 70019 with flag 1312019/728006
119.38/118.45	c cleaning 35995 clauses out of 72018 with flag 1386022/765007
127.67/126.72	c cleaning 36997 clauses out of 74021 with flag 1462022/803005
136.77/135.80	c cleaning 38004 clauses out of 76025 with flag 1540036/842006
147.20/146.15	c cleaning 39002 clauses out of 78020 with flag 1620037/882005
157.79/156.74	c cleaning 40001 clauses out of 80019 with flag 1702055/923006
168.49/167.42	c cleaning 40996 clauses out of 82017 with flag 1786056/965005
178.71/177.57	c cleaning 42002 clauses out of 84021 with flag 1872057/1008005
189.60/188.49	c cleaning 42999 clauses out of 86019 with flag 1960057/1052005
202.40/201.29	c cleaning 44001 clauses out of 88021 with flag 2050060/1097006
217.06/215.77	c cleaning 44998 clauses out of 90020 with flag 2142060/1143006
232.74/231.49	c cleaning 45999 clauses out of 92022 with flag 2236060/1190006
246.38/244.92	c cleaning 47004 clauses out of 94024 with flag 2332062/1238007
260.38/258.96	c cleaning 48000 clauses out of 96018 with flag 2430058/1287005
275.29/273.88	c cleaning 48998 clauses out of 98018 with flag 2530058/1337005
290.63/289.06	c cleaning 50002 clauses out of 100020 with flag 2632058/1388005
308.82/307.28	c cleaning 50998 clauses out of 102018 with flag 2736058/1440005
324.37/322.62	c cleaning 52002 clauses out of 104021 with flag 2842061/1493006
342.28/340.52	c cleaning 53000 clauses out of 106019 with flag 2950061/1547006
362.50/360.76	c cleaning 53998 clauses out of 108018 with flag 3060060/1602005
383.47/381.64	c cleaning 55004 clauses out of 110021 with flag 3172063/1658006
402.28/400.43	c cleaning 56002 clauses out of 112017 with flag 3286063/1715006
424.46/422.50	c cleaning 57000 clauses out of 114015 with flag 3402064/1773006
448.15/446.22	c cleaning 57994 clauses out of 116014 with flag 3520062/1832005
474.48/472.50	c cleaning 59002 clauses out of 118021 with flag 3640064/1892006
501.15/499.14	c cleaning 60004 clauses out of 120019 with flag 3762066/1953006
530.66/528.65	c cleaning 60995 clauses out of 122015 with flag 3886067/2015006
559.91/557.84	c cleaning 61998 clauses out of 124021 with flag 4012070/2078007
589.28/587.10	c cleaning 63000 clauses out of 126021 with flag 4140068/2142005
618.87/616.78	c cleaning 64001 clauses out of 128022 with flag 4270070/2207006
654.19/652.06	c cleaning 64999 clauses out of 130021 with flag 4402071/2273006
694.36/692.12	c cleaning 66000 clauses out of 132022 with flag 4536071/2340006
732.53/730.25	c cleaning 67000 clauses out of 134022 with flag 4672071/2408006
768.73/766.44	c cleaning 67994 clauses out of 136022 with flag 4810073/2477006
807.85/805.52	c cleaning 69004 clauses out of 138028 with flag 4950075/2547006
846.11/843.79	c cleaning 70002 clauses out of 140023 with flag 5092075/2618005
879.19/876.75	c cleaning 71002 clauses out of 142021 with flag 5236075/2690005
911.47/908.92	c cleaning 71999 clauses out of 144019 with flag 5382076/2763005
946.93/944.37	c cleaning 72999 clauses out of 146022 with flag 5530081/2837007
982.52/979.84	c cleaning 73999 clauses out of 148021 with flag 5680077/2912005
1018.09/1015.37	c cleaning 75001 clauses out of 150022 with flag 5832077/2988005
1063.44/1060.61	c cleaning 76002 clauses out of 152023 with flag 5986082/3065007
1113.72/1110.83	c cleaning 76997 clauses out of 154020 with flag 6142082/3143006
1155.78/1152.87	c cleaning 78001 clauses out of 156023 with flag 6300085/3222006
1205.95/1202.91	c cleaning 78999 clauses out of 158021 with flag 6460085/3302005
1242.54/1239.40	c cleaning 80001 clauses out of 160022 with flag 6622093/3383005
1287.58/1284.40	c cleaning 81001 clauses out of 162022 with flag 6786109/3465006
1331.71/1328.45	c cleaning 82001 clauses out of 164022 with flag 6952118/3548007
1384.40/1381.03	c cleaning 83001 clauses out of 166019 with flag 7120114/3632005
1430.74/1427.31	c cleaning 84000 clauses out of 168018 with flag 7290115/3717005
1484.85/1481.35	c cleaning 84999 clauses out of 170018 with flag 7462117/3803005
1536.22/1532.68	c cleaning 85997 clauses out of 172020 with flag 7636119/3890006
1593.13/1589.40	c cleaning 87000 clauses out of 174023 with flag 7812119/3978006
1654.35/1650.69	c cleaning 88003 clauses out of 176023 with flag 7990119/4067006
1719.44/1715.67	c cleaning 88998 clauses out of 178019 with flag 8170119/4157005
1782.84/1778.93	c cleaning 90000 clauses out of 180022 with flag 8352124/4248006
1800.03/1796.10	c starts		: 11
1800.03/1796.10	c conflicts		: 4283133
1800.03/1796.10	c decisions		: 4657613
1800.03/1796.10	c propagations		: 52325124
1800.03/1796.10	c inspects		: 29245962686
1800.03/1796.10	c shortcuts		: 0
1800.03/1796.10	c learnt literals	: 0
1800.03/1796.10	c learnt binary clauses	: 0
1800.03/1796.10	c learnt ternary clauses	: 0
1800.03/1796.10	c learnt constraints	: 4283133
1800.03/1796.10	c ignored constraints	: 0
1800.03/1796.10	c root simplifications	: 0
1800.03/1796.10	c removed literals (reason simplification)	: 0
1800.03/1796.10	c reason swapping (by a shorter reason)	: 0
1800.03/1796.10	c Calls to reduceDB	: 96
1800.03/1796.10	c Number of update (reduction) of LBD	: 65
1800.03/1796.10	c Imported unit clauses	: 0
1800.03/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.10	c number of learned constraints concerned by reduction	: 0
1800.03/1796.10	c number of learning phase by resolution	: 0
1800.03/1796.10	c number of learning phase by cutting planes	: 0
1800.03/1796.10	c speed (assignments/second)	: 29135.39169121291
1800.03/1796.10	c non guided choices	13
1800.03/1796.13	c learnt constraints type 
1800.03/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125149
1800.03/1796.13	s SATISFIABLE
1800.03/1796.13	c Found 10 solution(s)
1800.03/1796.13	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 
1800.03/1796.13	c objective function=-65
1800.03/1796.13	c Total wall clock time (in seconds): 1796.016

Verifier Data

OK	-65

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-4119570-1467261976/watcher-4119570-1467261976 -o /tmp/evaluation-result-4119570-1467261976/solver-4119570-1467261976 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467248476-6485 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119570-1467261976.opb 

pid=8183
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.25 2.26 2.21 3/194 8186
/proc/meminfo: memFree=28379452/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8186/stat : 8186 (java) R 8183 8186 6303 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 5226855 9515008 181 33554432000 1073741824 1073778376 140735942905024 140735942887752 271787572996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2323 182 140 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 2.25 2.26 2.21 3/194 8186
/proc/meminfo: memFree=28379452/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 5226855 9787879424 6042 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200249 s]
/proc/loadavg: 2.25 2.26 2.21 3/194 8186
/proc/meminfo: memFree=28379452/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 4719 0 1 0 21 1 0 0 20 0 19 0 5226855 9856040960 7302 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 7302 2206 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300262 s]
/proc/loadavg: 2.25 2.26 2.21 3/194 8186
/proc/meminfo: memFree=28379452/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 9724 0 1 0 48 2 0 0 20 0 19 0 5226855 9856040960 10311 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 10311 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.25 2.26 2.21 3/194 8186
/proc/meminfo: memFree=28379452/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 10436 0 1 0 118 2 0 0 20 0 19 0 5226855 9856040960 11847 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 11847 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.25 2.26 2.21 3/213 8205
/proc/meminfo: memFree=28332928/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 11376 0 1 0 205 3 0 0 20 0 19 0 5226855 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 14413 2259 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2434 0 1 0 145 2 0 0 20 0 19 0 5226856 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049197113704 140049035939266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5226858 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4073 0 0 0 27 0 0 0 20 0 19 0 5226861 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 3597 0 0 0 30 0 0 0 20 0 19 0 5226861 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 14413 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.23 2.26 2.21 3/213 8205
/proc/meminfo: memFree=28318220/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 12334 0 1 0 371 3 0 0 20 0 19 0 5226855 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 20046 2260 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2446 0 1 0 304 2 0 0 20 0 19 0 5226856 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049197104848 140049035966499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5226858 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4073 0 0 0 27 0 0 0 20 0 19 0 5226861 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 4543 0 0 0 37 0 0 0 20 0 19 0 5226861 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 20046 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 2.23 2.26 2.21 3/213 8205
/proc/meminfo: memFree=28279068/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=6.96 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 12352 0 1 0 692 4 0 0 20 0 19 0 5226855 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 28222 2261 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2463 0 1 0 621 3 0 0 20 0 19 0 5226856 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049197104832 140049035735629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5226857 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5226858 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4073 0 0 0 29 0 0 0 20 0 19 0 5226861 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 4543 0 0 0 37 0 0 0 20 0 19 0 5226861 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 28222 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9625040


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

[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 119056 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.21 1.25 1.53 2/187 8305
/proc/meminfo: memFree=30165860/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=1786.23 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 15338 0 1 0 178523 100 0 0 20 0 19 0 5226855 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 118499 2283 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=1775.86 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2539 0 1 0 177551 35 0 0 20 0 19 0 5226856 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049197104832 140049035885695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 339 0 0 0 53 10 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 132 0 0 0 46 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 441 0 0 0 41 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 246 0 0 0 45 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 447 0 0 0 50 9 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 209 0 0 0 43 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 528 0 0 0 53 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 233 0 0 0 50 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 228 0 0 0 27 2 0 0 20 0 19 0 5226858 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4092 0 0 0 31 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 4543 0 0 0 37 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 103 0 0 0 27 38 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.23
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.16 1.23 1.52 2/188 8306
/proc/meminfo: memFree=30164984/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 15338 0 1 0 179903 100 0 0 20 0 19 0 5226855 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 118499 2283 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=1789.62 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2539 0 1 0 178926 36 0 0 20 0 19 0 5226856 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049197104832 140049035769239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 339 0 0 0 53 10 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 132 0 0 0 46 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 441 0 0 0 41 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 246 0 0 0 45 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 447 0 0 0 50 9 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 209 0 0 0 43 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 528 0 0 0 53 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 233 0 0 0 50 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 228 0 0 0 27 2 0 0 20 0 19 0 5226858 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4092 0 0 0 31 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 4543 0 0 0 37 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.1 s]
/proc/loadavg: 1.16 1.23 1.52 2/188 8306
/proc/meminfo: memFree=30164984/32872528 swapFree=1100912/1182672
[pid=8186] ppid=8183 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/8186/stat : 8186 (java) S 8183 8186 6303 0 -1 4202496 15338 0 1 0 179903 100 0 0 20 0 19 0 5226855 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140735942896160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8186/statm: 2406260 118499 2283 9 0 2396937 0
[pid=8186/tid=8188] ppid=8183 vsize=9625040 CPUtime=1789.62 cores=1,3,5,7
/proc/8186/task/8188/stat : 8188 (java) R 8183 8186 6303 0 -1 4202560 2539 0 1 0 178926 36 0 0 20 0 19 0 5226856 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049197104832 140049035769239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8189] ppid=8183 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8186/task/8189/stat : 8189 (java) S 8183 8186 6303 0 -1 4202560 339 0 0 0 53 10 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049158605608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8190] ppid=8183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8186/task/8190/stat : 8190 (java) S 8183 8186 6303 0 -1 4202560 132 0 0 0 46 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049157552808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8191] ppid=8183 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8186/task/8191/stat : 8191 (java) S 8183 8186 6303 0 -1 4202560 441 0 0 0 41 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049156500520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8192] ppid=8183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8186/task/8192/stat : 8192 (java) S 8183 8186 6303 0 -1 4202560 246 0 0 0 45 5 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049155447720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8193] ppid=8183 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8186/task/8193/stat : 8193 (java) S 8183 8186 6303 0 -1 4202560 447 0 0 0 50 9 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049154394408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8186/tid=8194] ppid=8183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8186/task/8194/stat : 8194 (java) S 8183 8186 6303 0 -1 4202560 209 0 0 0 43 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049035290792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8195] ppid=8183 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8186/task/8195/stat : 8195 (java) S 8183 8186 6303 0 -1 4202560 528 0 0 0 53 7 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049034238504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8196] ppid=8183 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8186/task/8196/stat : 8196 (java) S 8183 8186 6303 0 -1 4202560 233 0 0 0 50 6 0 0 20 0 19 0 5226857 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049033185704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8186/tid=8197] ppid=8183 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8186/task/8197/stat : 8197 (java) S 8183 8186 6303 0 -1 4202560 228 0 0 0 27 2 0 0 20 0 19 0 5226858 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049020988136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8198] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8198/stat : 8198 (java) S 8183 8186 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140049019934200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8199] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8199/stat : 8199 (java) S 8183 8186 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5226859 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048414533384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8200] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8200/stat : 8200 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048413481872 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8201] ppid=8183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/8186/task/8201/stat : 8201 (java) S 8183 8186 6303 0 -1 4202560 4092 0 0 0 31 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048412428472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8186/tid=8202] ppid=8183 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8186/task/8202/stat : 8202 (java) S 8183 8186 6303 0 -1 4202560 4543 0 0 0 37 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048411375672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8203] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8203/stat : 8203 (java) S 8183 8186 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048410323576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8204] ppid=8183 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8186/task/8204/stat : 8204 (java) S 8183 8186 6303 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 5226861 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048409270984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8186/tid=8205] ppid=8183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8205/stat : 8205 (java) S 8183 8186 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5226873 9856040960 118499 33554432000 1073741824 1073778376 140735942905024 140048408217000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.14
CPU time (s): 1800.03
CPU user time (s): 1799.03
CPU system time (s): 1
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.45278
maximum resident set size= 624152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39355
involuntary context switches= 23069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.67253 second user time and 14.2348 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 06:46:16
IDJOB=4119570
IDBENCH=111763
IDSOLVER=2546
FILE ID=node115/4119570-1467261976
RUNJOBID= node115-1467248476-6485
PBS_JOBID= 20004473
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119570-1467261976/watcher-4119570-1467261976 -o /tmp/evaluation-result-4119570-1467261976/solver-4119570-1467261976 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467248476-6485 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119570-1467261976.opb

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

MD5SUM BENCH= 6c6529feaf40b34c2c4a680faf7fd800
RANDOM SEED=1587161194

node115.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		: 2667.087
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	: 5334.17
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		: 2667.087
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		: 2667.087
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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		: 2667.087
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:        28379980 kB
Buffers:          142644 kB
Cached:           160968 kB
SwapCached:            0 kB
Active:          2378908 kB
Inactive:         188584 kB
Active(anon):    2259480 kB
Inactive(anon):     6832 kB
Active(file):     119428 kB
Inactive(file):   181752 kB
Unevictable:     1182672 kB
Mlocked:         1100912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       3490920 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             604892 kB
SReclaimable:      49040 kB
SUnreclaim:       555852 kB
KernelStack:        1760 kB
PageTables:        11220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3872980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2334720 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= 71664 MiB
End job on node115 at 2016-06-30 07:16:13