Trace number 4105421

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)29 1800.05 1798.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_14.r.opb
MD5SUMf1b978cb920387bc2a07b8b1a528a68d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
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 19
Optimality of the best value was proved YES
Number of variables297
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint14
Number of terms in the objective function 297
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 297
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 297
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4105421-1466260919.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.18	c ... done. Wall clock time 0.053s.
0.08/0.18	c declared #vars     297
0.08/0.18	c #constraints  100
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.08/0.18	c 100 constraints processed.
0.08/0.18	c objective function length is 297 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.061
0.08/0.19	o 32
0.23/0.20	c Got one! Elapsed wall clock time (in seconds):0.073
0.23/0.20	o 31
0.23/0.21	c Got one! Elapsed wall clock time (in seconds):0.082
0.23/0.21	o 30
0.77/0.54	c cleaning 2510 clauses out of 5026 with flag 13518/5026
1.14/0.83	c cleaning 4247 clauses out of 8516 with flag 29327/11026
1.55/1.21	c cleaning 5631 clauses out of 11269 with flag 48276/18026
2.05/1.76	c cleaning 6813 clauses out of 13638 with flag 69585/26026
2.67/2.36	c cleaning 7903 clauses out of 15825 with flag 93662/35026
3.07/2.74	c Got one! Elapsed wall clock time (in seconds):2.612
3.07/2.74	o 29
3.41/3.04	c cleaning 9254 clauses out of 18523 with flag 14963/45627
3.82/3.43	c cleaning 7635 clauses out of 15269 with flag 32584/51627
4.31/3.90	c cleaning 7318 clauses out of 14636 with flag 51542/58629
4.82/4.43	c cleaning 7655 clauses out of 15316 with flag 73097/66627
5.41/5.03	c cleaning 8327 clauses out of 16661 with flag 96952/75627
6.11/5.72	c cleaning 9167 clauses out of 18334 with flag 122697/85627
6.91/6.52	c cleaning 10079 clauses out of 20168 with flag 152159/96628
7.71/7.34	c cleaning 11039 clauses out of 22090 with flag 185577/108629
8.71/8.35	c cleaning 12021 clauses out of 24051 with flag 222371/121629
10.01/9.61	c cleaning 13009 clauses out of 26028 with flag 261371/135627
11.52/11.17	c cleaning 14001 clauses out of 28019 with flag 302561/150627
13.31/12.93	c cleaning 15006 clauses out of 30020 with flag 345243/166629
15.11/14.77	c cleaning 16002 clauses out of 32012 with flag 391567/183627
17.02/16.63	c cleaning 17004 clauses out of 34011 with flag 441299/201628
18.91/18.58	c cleaning 18001 clauses out of 36007 with flag 491790/220628
21.01/20.66	c cleaning 18987 clauses out of 38006 with flag 545355/240628
23.51/23.14	c cleaning 19999 clauses out of 40019 with flag 602530/261628
26.21/25.89	c cleaning 21009 clauses out of 42019 with flag 663100/283627
29.12/28.76	c cleaning 21996 clauses out of 44012 with flag 725770/306629
32.32/31.94	c cleaning 23001 clauses out of 46014 with flag 790995/330627
35.91/35.51	c cleaning 23990 clauses out of 48015 with flag 858358/355629
39.71/39.33	c cleaning 25010 clauses out of 50023 with flag 928199/381627
43.51/43.10	c cleaning 26002 clauses out of 52017 with flag 1000683/408631
47.41/47.01	c cleaning 26994 clauses out of 54011 with flag 1077384/436627
52.22/51.84	c cleaning 28000 clauses out of 56017 with flag 1155614/465627
56.62/56.30	c cleaning 28999 clauses out of 58017 with flag 1235960/495627
61.81/61.42	c cleaning 29995 clauses out of 60018 with flag 1319929/526627
67.41/67.07	c cleaning 31011 clauses out of 62023 with flag 1405887/558627
73.71/73.33	c cleaning 31997 clauses out of 64014 with flag 1494070/591629
79.34/78.93	c cleaning 32998 clauses out of 66015 with flag 1584002/625627
85.15/84.80	c cleaning 34005 clauses out of 68019 with flag 1682669/660629
91.04/90.61	c cleaning 34995 clauses out of 70013 with flag 1784092/696628
97.35/96.96	c cleaning 35980 clauses out of 72017 with flag 1885541/733627
104.34/103.95	c cleaning 36991 clauses out of 74037 with flag 1988559/771627
111.34/110.92	c cleaning 38011 clauses out of 76046 with flag 2092158/810627
118.84/118.41	c cleaning 38992 clauses out of 78035 with flag 2197860/850627
126.84/126.43	c cleaning 40007 clauses out of 80043 with flag 2310059/891627
135.05/134.65	c cleaning 41014 clauses out of 82036 with flag 2427334/933627
143.05/142.61	c cleaning 42008 clauses out of 84022 with flag 2547049/976627
151.16/150.71	c cleaning 42997 clauses out of 86014 with flag 2670051/1020627
161.16/160.71	c cleaning 43988 clauses out of 88018 with flag 2794241/1065628
170.85/170.40	c cleaning 44994 clauses out of 90032 with flag 2923956/1111630
183.95/183.50	c cleaning 46008 clauses out of 92036 with flag 3054458/1158628
198.36/197.91	c cleaning 47011 clauses out of 94027 with flag 3185392/1206627
209.19/208.76	c cleaning 47998 clauses out of 96016 with flag 3317869/1255627
220.89/220.47	c cleaning 49003 clauses out of 98018 with flag 3454148/1305627
232.99/232.57	c cleaning 50001 clauses out of 100017 with flag 3593824/1356629
246.69/246.25	c cleaning 50994 clauses out of 102016 with flag 3733899/1408629
259.68/259.30	c cleaning 51983 clauses out of 104020 with flag 3876335/1461627
274.08/273.69	c cleaning 52994 clauses out of 106037 with flag 4021602/1515627
287.39/287.00	c cleaning 54011 clauses out of 108043 with flag 4169340/1570627
301.49/301.06	c cleaning 55007 clauses out of 110032 with flag 4318383/1626627
315.79/315.35	c cleaning 56003 clauses out of 112025 with flag 4475195/1683627
332.10/331.62	c cleaning 57008 clauses out of 114023 with flag 4630479/1741628
348.11/347.61	c cleaning 57999 clauses out of 116018 with flag 4791921/1800631
367.96/367.41	c cleaning 59003 clauses out of 118015 with flag 4957496/1860627
389.38/388.81	c cleaning 60002 clauses out of 120012 with flag 5123303/1921627
412.48/411.92	c cleaning 60989 clauses out of 122010 with flag 5293510/1983627
435.58/435.07	c cleaning 62006 clauses out of 124024 with flag 5463842/2046630
458.59/458.05	c cleaning 62999 clauses out of 126016 with flag 5637989/2110628
482.79/482.22	c cleaning 63996 clauses out of 128016 with flag 5816455/2175627
507.70/507.15	c cleaning 64999 clauses out of 130024 with flag 5995929/2241631
531.90/531.31	c cleaning 65992 clauses out of 132021 with flag 6175304/2308627
555.49/554.94	c cleaning 67011 clauses out of 134030 with flag 6358863/2376628
587.01/586.45	c cleaning 67998 clauses out of 136022 with flag 6548454/2445631
611.47/610.83	c cleaning 69008 clauses out of 138020 with flag 6743519/2515627
636.97/636.35	c cleaning 69992 clauses out of 140012 with flag 6941970/2586627
664.86/664.23	c cleaning 70994 clauses out of 142020 with flag 7142573/2658627
696.47/695.90	c cleaning 72007 clauses out of 144027 with flag 7340022/2731628
724.87/724.25	c cleaning 72989 clauses out of 146022 with flag 7541218/2805630
756.57/755.91	c cleaning 74010 clauses out of 148030 with flag 7745568/2880627
794.38/793.71	c cleaning 74991 clauses out of 150020 with flag 7951405/2956627
828.48/827.81	c cleaning 76005 clauses out of 152030 with flag 8160094/3033628
855.01/854.28	c cleaning 77001 clauses out of 154024 with flag 8378878/3111627
888.62/887.82	c cleaning 77997 clauses out of 156023 with flag 8592117/3190627
919.92/919.18	c cleaning 78995 clauses out of 158026 with flag 8810233/3270627
950.81/950.01	c cleaning 80006 clauses out of 160031 with flag 9029792/3351627
980.82/980.10	c cleaning 81010 clauses out of 162027 with flag 9255521/3433629
1018.83/1018.00	c cleaning 81999 clauses out of 164016 with flag 9479663/3516628
1053.44/1052.69	c cleaning 83004 clauses out of 166016 with flag 9707089/3600627
1092.85/1092.05	c cleaning 83997 clauses out of 168012 with flag 9937463/3685627
1130.89/1129.92	c cleaning 84998 clauses out of 170015 with flag 10170864/3771627
1168.20/1167.27	c cleaning 85994 clauses out of 172019 with flag 10399474/3858629
1206.60/1205.64	c cleaning 87010 clauses out of 174025 with flag 10633031/3946629
1249.09/1248.12	c cleaning 88001 clauses out of 176015 with flag 10877382/4035629
1288.40/1287.40	c cleaning 89000 clauses out of 178015 with flag 11122400/4125630
1325.19/1324.22	c cleaning 89994 clauses out of 180012 with flag 11369118/4216627
1362.26/1361.10	c cleaning 90995 clauses out of 182019 with flag 11617745/4308628
1401.76/1400.67	c cleaning 92002 clauses out of 184024 with flag 11869321/4401628
1441.26/1440.16	c cleaning 92998 clauses out of 186022 with flag 12137860/4495628
1486.58/1485.43	c cleaning 94009 clauses out of 188023 with flag 12404382/4590627
1533.28/1532.16	c cleaning 94983 clauses out of 190016 with flag 12665210/4686629
1577.28/1576.14	c cleaning 95998 clauses out of 192031 with flag 12921569/4783627
1626.03/1624.73	c cleaning 97014 clauses out of 194033 with flag 13184470/4881627
1671.53/1670.26	c cleaning 98004 clauses out of 196020 with flag 13456198/4980628
1719.24/1717.96	c cleaning 98994 clauses out of 198015 with flag 13726500/5080627
1769.74/1768.42	c cleaning 100002 clauses out of 200021 with flag 13999296/5181627
1800.05/1798.70	c starts		: 14
1800.05/1798.70	c conflicts		: 5250142
1800.05/1798.70	c decisions		: 12177004
1800.05/1798.70	c propagations		: 376918126
1800.05/1798.70	c inspects		: 42171003303
1800.05/1798.70	c shortcuts		: 0
1800.05/1798.70	c learnt literals	: 0
1800.05/1798.70	c learnt binary clauses	: 0
1800.05/1798.70	c learnt ternary clauses	: 0
1800.05/1798.70	c learnt constraints	: 5250142
1800.05/1798.70	c ignored constraints	: 0
1800.05/1798.70	c root simplifications	: 0
1800.05/1798.70	c removed literals (reason simplification)	: 0
1800.05/1798.70	c reason swapping (by a shorter reason)	: 0
1800.05/1798.70	c Calls to reduceDB	: 102
1800.05/1798.70	c Number of update (reduction) of LBD	: 1436044
1800.05/1798.70	c Imported unit clauses	: 0
1800.05/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.70	c number of learned constraints concerned by reduction	: 0
1800.05/1798.70	c number of learning phase by resolution	: 0
1800.05/1798.70	c number of learning phase by cutting planes	: 0
1800.05/1798.70	c speed (assignments/second)	: 209571.04611453184
1800.05/1798.70	c non guided choices	3
1800.05/1798.73	c learnt constraints type 
1800.05/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168535
1800.05/1798.73	s SATISFIABLE
1800.05/1798.73	c Found 4 solution(s)
1800.05/1798.73	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 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 
1800.05/1798.73	c objective function=29
1800.05/1798.73	c Total wall clock time (in seconds): 1798.61

Verifier Data

OK	29

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-4105421-1466260919/watcher-4105421-1466260919 -o /tmp/evaluation-result-4105421-1466260919/solver-4105421-1466260919 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27362 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105421-1466260919.opb 

pid=27516
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.65 2.38 2.39 3/194 27519
/proc/meminfo: memFree=30082816/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (java) D 27516 27519 22091 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 28137465 9515008 176 33554432000 1073741824 1073778376 140735262462512 140735262445240 239873115024 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/27519/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27519
/proc/meminfo: memFree=30082816/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 4194 0 1 0 7 1 0 0 20 0 18 0 28137465 9787879424 5309 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2389619 5310 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27519
/proc/meminfo: memFree=30082816/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 4668 0 1 0 22 1 0 0 20 0 19 0 28137465 9856040960 6753 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 6753 2203 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300261 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27519
/proc/meminfo: memFree=30082816/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 6806 0 1 0 47 1 0 0 20 0 19 0 28137465 9856040960 8071 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 8071 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27519
/proc/meminfo: memFree=30082816/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 7968 0 1 0 100 2 0 0 20 0 19 0 28137465 9856040960 9107 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 9107 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.65 2.38 2.39 3/191 27631
/proc/meminfo: memFree=30292424/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 7973 0 1 0 183 2 0 0 20 0 19 0 28137465 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 9622 2256 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2411 0 1 0 145 0 0 0 20 0 19 0 28137466 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418941372920 140418805649772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2695 0 0 0 20 0 0 0 20 0 19 0 28137472 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 1593 0 0 0 16 0 0 0 20 0 19 0 28137472 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 9622 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.60 2.37 2.39 4/213 27669
/proc/meminfo: memFree=30255524/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 8772 0 1 0 348 3 0 0 20 0 19 0 28137465 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 11160 2257 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2415 0 1 0 304 1 0 0 20 0 19 0 28137466 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418941372344 140418805626161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2696 0 0 0 21 0 0 0 20 0 19 0 28137472 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 2387 0 0 0 20 0 0 0 20 0 19 0 28137472 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 11160 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.60 2.37 2.39 3/213 27669
/proc/meminfo: memFree=30219600/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 8779 0 1 0 668 3 0 0 20 0 19 0 28137465 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 13681 2258 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2421 0 1 0 623 1 0 0 20 0 19 0 28137466 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418941365968 140418805590077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137468 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2696 0 0 0 21 0 0 0 20 0 19 0 28137472 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 2387 0 0 0 20 0 0 0 20 0 19 0 28137472 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 13681 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.29 2.27 4/213 27737
/proc/meminfo: memFree=29545276/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=1783.65 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 10126 0 1 0 178316 49 0 0 20 0 19 0 28137465 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 91910 2272 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=1777.3 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2483 0 1 0 177701 29 0 0 20 0 19 0 28137466 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418941365952 140418805649772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 209 0 0 0 8 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 189 0 0 0 9 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 174 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 176 0 0 0 6 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 85 0 0 0 0 1 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2696 0 0 0 21 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 2525 0 0 0 22 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 104 0 0 0 23 27 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.28 2.30 2.27 4/213 27803
/proc/meminfo: memFree=29931668/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 10126 0 1 0 179956 49 0 0 20 0 19 0 28137465 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 91910 2272 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=1793.66 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2483 0 1 0 179337 29 0 0 20 0 19 0 28137466 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418941365952 140418805619504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 209 0 0 0 8 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 189 0 0 0 9 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 174 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 176 0 0 0 6 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 85 0 0 0 0 1 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2696 0 0 0 21 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 2525 0 0 0 22 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 104 0 0 0 23 28 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 27519 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.28 2.30 2.27 4/213 27803
/proc/meminfo: memFree=29931668/32872528 swapFree=1459628/1655852
[pid=27519] ppid=27516 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/27519/stat : 27519 (java) S 27516 27519 22091 0 -1 4202496 10126 0 1 0 179956 49 0 0 20 0 19 0 28137465 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140736893818944 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2406260 91910 2272 9 0 2396937 0
[pid=27519/tid=27521] ppid=27516 vsize=9625040 CPUtime=1793.66 cores=1,3,5,7
/proc/27519/task/27521/stat : 27521 (java) R 27516 27519 22091 0 -1 4202560 2483 0 1 0 179337 29 0 0 20 0 19 0 28137466 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418941365952 140418805619504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27522] ppid=27516 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27519/task/27522/stat : 27522 (java) S 27516 27519 22091 0 -1 4202560 209 0 0 0 8 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418930436264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27523] ppid=27516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27519/task/27523/stat : 27523 (java) S 27516 27519 22091 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418929383720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27524] ppid=27516 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27519/task/27524/stat : 27524 (java) S 27516 27519 22091 0 -1 4202560 189 0 0 0 9 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418928331176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27525] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27525/stat : 27525 (java) S 27516 27519 22091 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418927278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27526] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27526/stat : 27526 (java) S 27516 27519 22091 0 -1 4202560 174 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418926226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27519/tid=27527] ppid=27516 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27519/task/27527/stat : 27527 (java) S 27516 27519 22091 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418925173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27528] ppid=27516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27519/task/27528/stat : 27528 (java) S 27516 27519 22091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418924121000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27529] ppid=27516 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27519/task/27529/stat : 27529 (java) S 27516 27519 22091 0 -1 4202560 176 0 0 0 6 3 0 0 20 0 19 0 28137468 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418777562152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27530] ppid=27516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27519/task/27530/stat : 27530 (java) S 27516 27519 22091 0 -1 4202560 85 0 0 0 0 1 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418765363304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27531] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27531/stat : 27531 (java) S 27516 27519 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418764309624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27532] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27532/stat : 27532 (java) S 27516 27519 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137469 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418763256968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27533] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27533/stat : 27533 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418762205712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27534] ppid=27516 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27519/task/27534/stat : 27534 (java) S 27516 27519 22091 0 -1 4202560 2696 0 0 0 21 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418761153080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27519/tid=27535] ppid=27516 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27519/task/27535/stat : 27535 (java) S 27516 27519 22091 0 -1 4202560 2525 0 0 0 22 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418760100536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27536] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27536/stat : 27536 (java) S 27516 27519 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418759048184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27519/tid=27537] ppid=27516 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27519/task/27537/stat : 27537 (java) S 27516 27519 22091 0 -1 4202560 104 0 0 0 23 28 0 0 20 0 19 0 28137472 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418757995848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27519/tid=27538] ppid=27516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27519/task/27538/stat : 27538 (java) S 27516 27519 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137484 9856040960 91910 33554432000 1073741824 1073778376 140736893827808 140418756940584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27519 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=940127
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=952855
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.74
CPU time (s): 1800.05
CPU user time (s): 1799.56
CPU system time (s): 0.49
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.94
system time used= 0.952855
maximum resident set size= 367808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10176
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38204
involuntary context switches= 2449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98148 second user time and 13.6639 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 16:41:59
IDJOB=4105421
IDBENCH=2859
IDSOLVER=2546
FILE ID=node136/4105421-1466260919
RUNJOBID= node136-1466259138-27362
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_14.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105421-1466260919/watcher-4105421-1466260919 -o /tmp/evaluation-result-4105421-1466260919/solver-4105421-1466260919 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27362 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105421-1466260919.opb

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

MD5SUM BENCH= f1b978cb920387bc2a07b8b1a528a68d
RANDOM SEED=1946253174

node136.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.278
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.55
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.278
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		: 2667.278
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		: 2667.278
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.278
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.278
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		: 2667.278
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.67
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.278
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:        30082824 kB
Buffers:           26756 kB
Cached:           114128 kB
SwapCached:        47324 kB
Active:           281352 kB
Inactive:         146504 kB
Active(anon):     240048 kB
Inactive(anon):    49152 kB
Active(file):      41304 kB
Inactive(file):    97352 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:       1901704 kB
Mapped:            16924 kB
Shmem:                 0 kB
Slab:             569940 kB
SReclaimable:      14168 kB
SUnreclaim:       555772 kB
KernelStack:        1760 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2019320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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= 71736 MiB
End job on node136 at 2016-06-18 17:11:58