Trace number 3687866

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-25 1800.11 929.552

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
MD5SUM8e251d4e151b2868eb3a52cf845e4cf8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark26.055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17809
Number of constraints which are clauses17809
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
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 450
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
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.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687866-1337874374.opb
0.08/0.13	c reading problem ... 
0.98/0.58	c ... done. Wall clock time 0.447s.
0.98/0.58	c declared #vars     450
1.26/0.60	c #constraints  17809
1.26/0.60	c constraints type 
1.26/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
1.26/0.60	c 17809 constraints processed.
1.26/0.60	c constraints type 
1.26/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
1.26/0.60	c 17809 constraints processed.
1.26/0.60	c objective function length is 450 literals
1.26/0.60	c  And the winner is solver1
1.38/1.08	c SATISFIABLE
1.38/1.08	c OPTIMIZING...
1.38/1.08	c Got one! Elapsed wall clock time (in seconds):0.95
1.38/1.08	o -22
1.42/1.12	c  And the winner is solver1
1.45/1.58	c Got one! Elapsed wall clock time (in seconds):1.454
1.45/1.58	o -23
1.48/1.66	c  And the winner is solver0
2.05/2.09	c Got one! Elapsed wall clock time (in seconds):1.957
2.05/2.09	o -24
4.12/2.81	c cleaning 2517 clauses out of 5033 with flag 5000/5033
6.13/3.75	c cleaning 4259 clauses out of 8518 with flag 11002/11035
8.92/5.18	c cleaning 5629 clauses out of 11257 with flag 18000/18033
12.19/6.79	c cleaning 6810 clauses out of 13629 with flag 26001/26034
16.30/8.88	c cleaning 7909 clauses out of 15818 with flag 35000/35033
20.73/11.15	c cleaning 8950 clauses out of 17909 with flag 45000/45033
25.13/13.47	c cleaning 9980 clauses out of 19961 with flag 56002/56035
31.85/16.80	c cleaning 10988 clauses out of 21979 with flag 68000/68033
39.33/20.74	c cleaning 11995 clauses out of 23992 with flag 81001/81034
47.87/25.13	c cleaning 12998 clauses out of 25996 with flag 95000/95033
57.73/30.21	c cleaning 14000 clauses out of 28000 with flag 110002/110035
67.57/35.34	c cleaning 14991 clauses out of 29999 with flag 126001/126034
77.02/40.36	c cleaning 16002 clauses out of 32009 with flag 143002/143035
88.88/46.44	c cleaning 17001 clauses out of 34005 with flag 161000/161033
102.87/53.61	c  And the winner is solver1
102.65/53.96	c Got one! Elapsed wall clock time (in seconds):53.834
102.65/53.96	o -25
106.58/55.95	c cleaning 20144 clauses out of 40303 with flag 5000/184332
110.15/57.99	c cleaning 13080 clauses out of 26161 with flag 11002/190334
113.80/60.10	c cleaning 10034 clauses out of 20079 with flag 18000/197332
117.32/62.15	c cleaning 9018 clauses out of 18046 with flag 26001/205333
121.26/64.30	c cleaning 9008 clauses out of 18029 with flag 35002/214334
125.62/66.74	c cleaning 9510 clauses out of 19019 with flag 45000/224332
130.99/69.87	c cleaning 10254 clauses out of 20514 with flag 56005/235337
136.91/73.07	c cleaning 11128 clauses out of 22256 with flag 68001/247333
144.05/76.84	c cleaning 12058 clauses out of 24128 with flag 81001/260333
151.96/81.05	c cleaning 13035 clauses out of 26070 with flag 95001/274333
161.50/86.26	c cleaning 14018 clauses out of 28035 with flag 110001/289333
169.03/90.20	c cleaning 0 clauses out of 5400 with flag 0/5400
172.18/91.94	c cleaning 15001 clauses out of 30016 with flag 126000/305332
181.47/96.86	c cleaning 16007 clauses out of 32015 with flag 143000/322332
191.82/102.63	c cleaning 17005 clauses out of 34009 with flag 161001/340333
203.91/109.13	c cleaning 17994 clauses out of 36003 with flag 180000/359332
215.91/115.69	c cleaning 19002 clauses out of 38012 with flag 200003/379335
229.70/123.00	c cleaning 20006 clauses out of 40013 with flag 221006/400338
245.85/131.85	c cleaning 20998 clauses out of 42001 with flag 243000/422332
261.46/140.20	c cleaning 21998 clauses out of 44004 with flag 266001/445333
278.32/149.29	c cleaning 23000 clauses out of 46007 with flag 290002/469334
297.52/159.51	c cleaning 24003 clauses out of 48006 with flag 315001/494333
317.97/170.68	c cleaning 25002 clauses out of 50003 with flag 341001/520333
339.85/182.24	c cleaning 26000 clauses out of 52000 with flag 368000/547332
365.02/196.26	c cleaning 26990 clauses out of 54000 with flag 396000/575332
388.05/208.25	c cleaning 28001 clauses out of 56010 with flag 425000/604332
412.11/220.68	c cleaning 29006 clauses out of 58011 with flag 455002/634334
444.60/237.21	c cleaning 29996 clauses out of 60005 with flag 486002/665334
475.83/253.27	c cleaning 30993 clauses out of 62008 with flag 518001/697333
509.66/270.85	c cleaning 32005 clauses out of 64014 with flag 551000/730332
546.87/289.87	c cleaning 33005 clauses out of 66009 with flag 585000/764332
585.52/310.46	c cleaning 34004 clauses out of 68007 with flag 620003/799335
627.29/331.94	c cleaning 34987 clauses out of 70000 with flag 656000/835332
665.81/351.60	c cleaning 36007 clauses out of 72013 with flag 693000/872332
712.77/375.53	c cleaning 36998 clauses out of 74007 with flag 731001/910333
769.30/404.26	c cleaning 38001 clauses out of 76008 with flag 770000/949332
831.63/436.12	c cleaning 39003 clauses out of 78007 with flag 810000/989332
888.03/464.73	c cleaning 40001 clauses out of 80004 with flag 851000/1030332
911.58/477.03	c cleaning 0 clauses out of 11399 with flag 0/11399
948.24/495.81	c cleaning 40994 clauses out of 82004 with flag 893001/1072333
1013.53/529.33	c cleaning 42004 clauses out of 84010 with flag 936001/1115333
1093.32/569.67	c cleaning 42998 clauses out of 86007 with flag 980002/1159334
1159.20/603.08	c cleaning 44001 clauses out of 88009 with flag 1025002/1204334
1236.77/642.36	c cleaning 45000 clauses out of 90006 with flag 1071000/1250332
1313.10/681.44	c cleaning 46003 clauses out of 92006 with flag 1118000/1297332
1384.64/717.71	c cleaning 47001 clauses out of 94006 with flag 1166003/1345335
1459.51/755.73	c cleaning 47992 clauses out of 96002 with flag 1215000/1394332
1539.69/796.48	c cleaning 49006 clauses out of 98011 with flag 1265001/1444333
1617.32/836.30	c cleaning 50000 clauses out of 100005 with flag 1316001/1495333
1702.37/879.43	c cleaning 50995 clauses out of 102004 with flag 1368000/1547332
1778.91/918.31	c cleaning 51999 clauses out of 104009 with flag 1421000/1600332
1799.89/929.52	c starts		: 47
1799.89/929.52	c conflicts		: 15600
1799.89/929.52	c decisions		: 17863
1799.89/929.52	c propagations		: 147085
1799.89/929.52	c inspects		: 796638572
1799.89/929.52	c shortcuts		: 0
1799.89/929.52	c learnt literals	: 0
1799.89/929.52	c learnt binary clauses	: 0
1799.89/929.52	c learnt ternary clauses	: 0
1799.89/929.52	c learnt constraints	: 15600
1799.89/929.52	c ignored constraints	: 0
1799.89/929.52	c root simplifications	: 0
1799.89/929.52	c removed literals (reason simplification)	: 0
1799.89/929.52	c reason swapping (by a shorter reason)	: 0
1799.89/929.52	c Calls to reduceDB	: 2
1799.89/929.52	c number of reductions to clauses (during analyze)	: 0
1799.89/929.52	c number of learned constraints concerned by reduction	: 0
1799.89/929.52	c number of learning phase by resolution	: 0
1799.89/929.52	c number of learning phase by cutting planes	: 0
1799.89/929.52	c speed (assignments/second)	: 158.59469262809904
1799.89/929.52	c non guided choices	0
1799.89/929.52	c learnt constraints type 
1799.89/929.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 165
1799.89/929.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15435
1799.89/929.52	c constraints type 
1799.89/929.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.89/929.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
1799.89/929.52	c 17810 constraints processed.
1799.89/929.52	c constraints type 
1799.89/929.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
1799.89/929.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.89/929.52	c 17810 constraints processed.
1799.89/929.52	s SATISFIABLE
1799.89/929.53	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 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 
1799.89/929.53	c objective function=-25
1799.89/929.53	c Total wall clock time (in seconds): 929.396

Verifier Data

OK	-25

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687866-1337874374/watcher-3687866-1337874374 -o /tmp/evaluation-result-3687866-1337874374/solver-3687866-1337874374 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687866-1337874374.opb 

running on 4 cores: 0,2,4,6

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: 3.77 3.85 3.50 4/197 26774
/proc/meminfo: memFree=28608364/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26774/stat : 26774 (java) D 26772 26774 25184 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253561780 9515008 183 33554432000 1073741824 1073778376 140736204975632 140736204966664 239237676725 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2323 183 140 9 0 71 0

[startup+0.072692 s]
/proc/loadavg: 3.77 3.85 3.50 4/197 26774
/proc/meminfo: memFree=28608364/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 3185 0 1 0 4 1 0 0 20 0 18 0 253561780 9787813888 4393 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2389603 4393 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 3.77 3.85 3.50 4/197 26774
/proc/meminfo: memFree=28608364/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 4038 0 1 0 7 1 0 0 20 0 18 0 253561780 9787813888 5241 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2389603 5263 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 3.77 3.85 3.50 4/197 26774
/proc/meminfo: memFree=28608364/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 5305 0 1 0 43 1 0 0 20 0 18 0 253561780 9787813888 7782 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2389603 7782 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700285 s]
/proc/loadavg: 3.77 3.85 3.50 4/197 26774
/proc/meminfo: memFree=28608364/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 17222 0 1 0 135 3 0 0 20 0 20 0 253561780 10060460032 24732 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 24732 2242 9 0 2446860 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.77 3.85 3.50 3/217 26796
/proc/meminfo: memFree=28517968/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 17288 0 1 0 141 4 0 0 20 0 19 0 253561780 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 25791 2246 9 0 2446860 0
[pid=26774/tid=26776] ppid=26772 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/26774/task/26776/stat : 26776 (java) S 26772 26774 25184 0 -1 4202560 2476 0 1 0 53 2 0 0 20 0 19 0 253561781 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713995961336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26777] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26777/stat : 26777 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713957452072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26778] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26778/stat : 26778 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713956399272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26779] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26779/stat : 26779 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713955346984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253561782 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253561783 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253561784 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253561784 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561787 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) S 26772 26774 25184 0 -1 4202560 6107 0 0 0 40 0 0 0 20 0 19 0 253561787 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713815988920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7396 0 0 0 42 0 0 0 20 0 19 0 253561787 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561787 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253561787 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26795] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26795/stat : 26795 (java) S 26772 26774 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253561839 10060460032 25791 33554432000 1073741824 1073778376 140735778602976 139712667833512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.77 3.85 3.50 8/219 26804
/proc/meminfo: memFree=28500320/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=4.81 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 21566 0 1 0 465 16 0 0 20 0 22 0 253561780 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 64426 2286 9 0 2446860 0
[pid=26774/tid=26776] ppid=26772 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/26774/task/26776/stat : 26776 (java) S 26772 26774 25184 0 -1 4202560 2477 0 1 0 54 2 0 0 20 0 22 0 253561781 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713995961336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26777] ppid=26772 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26774/task/26777/stat : 26777 (java) S 26772 26774 25184 0 -1 4202560 125 0 0 0 3 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713957452072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26778] ppid=26772 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26774/task/26778/stat : 26778 (java) S 26772 26774 25184 0 -1 4202560 147 0 0 0 4 1 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713956399272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26779] ppid=26772 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26774/task/26779/stat : 26779 (java) S 26772 26774 25184 0 -1 4202560 146 0 0 0 3 2 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713955346984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253561782 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 101 0 0 0 5 1 0 0 20 0 22 0 253561783 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) S 26772 26774 25184 0 -1 4202560 9545 0 0 0 99 2 0 0 20 0 22 0 253561787 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713815988920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7480 0 0 0 93 1 0 0 20 0 22 0 253561787 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26801] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26801/stat : 26801 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253561939 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139713811252136 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26802] ppid=26772 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/26774/task/26802/stat : 26802 (java) R 26772 26774 25184 0 -1 4202560 7 0 0 0 83 0 0 0 20 0 22 0 253561989 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139712666779624 139713827474196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26803] ppid=26772 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/26774/task/26803/stat : 26803 (java) R 26772 26774 25184 0 -1 4202560 40 0 0 0 81 1 0 0 20 0 22 0 253561989 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139712668885528 139713827636979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26804] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26804/stat : 26804 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253561989 10060460032 64426 33554432000 1073741824 1073778376 140735778602976 139712667833384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 3.78 3.85 3.50 5/219 26804
/proc/meminfo: memFree=28143048/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=11.33 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 22031 0 1 0 1105 28 0 0 20 0 22 0 253561780 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 139243 2286 9 0 2446860 0
[pid=26774/tid=26776] ppid=26772 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/26774/task/26776/stat : 26776 (java) S 26772 26774 25184 0 -1 4202560 2477 0 1 0 54 2 0 0 20 0 22 0 253561781 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713995961336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26777] ppid=26772 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/26774/task/26777/stat : 26777 (java) S 26772 26774 25184 0 -1 4202560 147 0 0 0 6 3 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713957452072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26778] ppid=26772 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/26774/task/26778/stat : 26778 (java) S 26772 26774 25184 0 -1 4202560 177 0 0 0 10 3 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713956399272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26779] ppid=26772 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26774/task/26779/stat : 26779 (java) S 26772 26774 25184 0 -1 4202560 166 0 0 0 7 3 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713955346984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 158 0 0 0 7 1 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 253561782 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 269 0 0 0 30 2 0 0 20 0 22 0 253561783 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) R 26772 26774 25184 0 -1 4202560 9556 0 0 0 111 2 0 0 20 0 22 0 253561787 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713815988800 139714002947647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7480 0 0 0 101 1 0 0 20 0 22 0 253561787 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 139243 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 400 0 0 0 199 6 0 0 20 0 22 0 253561782 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 264 0 0 0 186 5 0 0 20 0 22 0 253561782 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 390 0 0 0 174 8 0 0 20 0 22 0 253561782 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 527 0 0 0 216 8 0 0 20 0 22 0 253561782 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 595 0 0 0 205 8 0 0 20 0 22 0 253561782 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=63.91 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 3239 0 0 0 6374 17 0 0 20 0 22 0 253561783 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) S 26772 26774 25184 0 -1 4202560 11410 0 0 0 184 2 0 0 20 0 22 0 253561787 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713815988920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7483 0 0 0 104 1 0 0 20 0 22 0 253561787 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 51 0 0 0 21 16 0 0 20 0 22 0 253561787 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26804] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26804/stat : 26804 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253561989 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139712667833384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26805] ppid=26772 vsize=9824668 CPUtime=762.92 cores=0,2,4,6
/proc/26774/task/26805/stat : 26805 (java) R 26772 26774 25184 0 -1 4202560 35 0 0 0 76280 12 0 0 20 0 22 0 253567177 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139712666780384 139713827366682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26806] ppid=26772 vsize=9824668 CPUtime=762.75 cores=0,2,4,6
/proc/26774/task/26806/stat : 26806 (java) R 26772 26774 25184 0 -1 4202560 332 0 0 0 76255 20 0 0 20 0 22 0 253567177 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139712668883712 139713827710654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26807] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26807/stat : 26807 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567177 10060460032 937428 33554432000 1073741824 1073778376 140735778602976 139713811252904 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1706.71
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.507 s]
/proc/loadavg: 3.97 3.97 3.78 5/220 26904
/proc/meminfo: memFree=24174256/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=1799.89 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 31356 0 1 0 179845 144 0 0 20 0 22 0 253561780 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 943602 2288 9 0 2446860 0
[pid=26774/tid=26776] ppid=26772 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/26774/task/26776/stat : 26776 (java) S 26772 26774 25184 0 -1 4202560 2527 0 1 0 57 3 0 0 20 0 22 0 253561781 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713995961336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26777] ppid=26772 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/26774/task/26777/stat : 26777 (java) S 26772 26774 25184 0 -1 4202560 641 0 0 0 181 7 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713957452072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26778] ppid=26772 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/26774/task/26778/stat : 26778 (java) S 26772 26774 25184 0 -1 4202560 760 0 0 0 193 9 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713956399272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26779] ppid=26772 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/26774/task/26779/stat : 26779 (java) S 26772 26774 25184 0 -1 4202560 491 0 0 0 210 7 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713955346984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 419 0 0 0 213 6 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 269 0 0 0 201 5 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 390 0 0 0 182 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 527 0 0 0 226 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 595 0 0 0 212 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=65.48 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 3259 0 0 0 6530 18 0 0 20 0 22 0 253561783 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) S 26772 26774 25184 0 -1 4202560 11411 0 0 0 184 2 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713815988920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7483 0 0 0 104 1 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 53 0 0 0 22 17 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26804] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26804/stat : 26804 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253561989 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712667833384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26805] ppid=26772 vsize=9824668 CPUtime=808.25 cores=0,2,4,6
/proc/26774/task/26805/stat : 26805 (java) R 26772 26774 25184 0 -1 4202560 36 0 0 0 80812 13 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712666780384 139713827366682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26806] ppid=26772 vsize=9824668 CPUtime=808.08 cores=0,2,4,6
/proc/26774/task/26806/stat : 26806 (java) R 26772 26774 25184 0 -1 4202560 334 0 0 0 80787 21 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712668883712 139713827637245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26807] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26807/stat : 26807 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713811252904 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

[startup+929.507 s]
/proc/loadavg: 3.97 3.97 3.78 5/220 26904
/proc/meminfo: memFree=24174256/32873844 swapFree=7388/7388
[pid=26774] ppid=26772 vsize=9824668 CPUtime=1799.89 cores=0,2,4,6
/proc/26774/stat : 26774 (java) S 26772 26774 25184 0 -1 4202496 31356 0 1 0 179845 144 0 0 20 0 22 0 253561780 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 140735778594112 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26774/statm: 2456167 943602 2288 9 0 2446860 0
[pid=26774/tid=26776] ppid=26772 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/26774/task/26776/stat : 26776 (java) S 26772 26774 25184 0 -1 4202560 2527 0 1 0 57 3 0 0 20 0 22 0 253561781 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713995961336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26777] ppid=26772 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/26774/task/26777/stat : 26777 (java) S 26772 26774 25184 0 -1 4202560 641 0 0 0 181 7 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713957452072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26778] ppid=26772 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/26774/task/26778/stat : 26778 (java) S 26772 26774 25184 0 -1 4202560 760 0 0 0 193 9 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713956399272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26779] ppid=26772 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/26774/task/26779/stat : 26779 (java) S 26772 26774 25184 0 -1 4202560 491 0 0 0 210 7 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713955346984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26780] ppid=26772 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/26774/task/26780/stat : 26780 (java) S 26772 26774 25184 0 -1 4202560 419 0 0 0 213 6 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713954294184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26781] ppid=26772 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/26774/task/26781/stat : 26781 (java) S 26772 26774 25184 0 -1 4202560 269 0 0 0 201 5 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713953241896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26782] ppid=26772 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/26774/task/26782/stat : 26782 (java) S 26772 26774 25184 0 -1 4202560 390 0 0 0 182 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713952189096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26783] ppid=26772 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/26774/task/26783/stat : 26783 (java) S 26772 26774 25184 0 -1 4202560 527 0 0 0 226 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713951136808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26784] ppid=26772 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/26774/task/26784/stat : 26784 (java) S 26772 26774 25184 0 -1 4202560 595 0 0 0 212 8 0 0 20 0 22 0 253561782 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713950084008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26785] ppid=26772 vsize=9824668 CPUtime=65.48 cores=0,2,4,6
/proc/26774/task/26785/stat : 26785 (java) S 26772 26774 25184 0 -1 4202560 3259 0 0 0 6530 18 0 0 20 0 22 0 253561783 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713820199144 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26786] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26786/stat : 26786 (java) S 26772 26774 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713819145208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26787] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26787/stat : 26787 (java) S 26772 26774 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253561784 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713818092808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26788] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26788/stat : 26788 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713817041296 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26789] ppid=26772 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/26774/task/26789/stat : 26789 (java) S 26772 26774 25184 0 -1 4202560 11411 0 0 0 184 2 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713815988920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26790] ppid=26772 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/26774/task/26790/stat : 26790 (java) S 26772 26774 25184 0 -1 4202560 7483 0 0 0 104 1 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713814936120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26774/tid=26791] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26791/stat : 26791 (java) S 26772 26774 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713813884024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26774/tid=26792] ppid=26772 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/26774/task/26792/stat : 26792 (java) S 26772 26774 25184 0 -1 4202560 53 0 0 0 22 17 0 0 20 0 22 0 253561787 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713812831432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26804] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26804/stat : 26804 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253561989 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712667833384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26805] ppid=26772 vsize=9824668 CPUtime=808.25 cores=0,2,4,6
/proc/26774/task/26805/stat : 26805 (java) R 26772 26774 25184 0 -1 4202560 36 0 0 0 80812 13 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712666780384 139713827366682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26774/tid=26806] ppid=26772 vsize=9824668 CPUtime=808.08 cores=0,2,4,6
/proc/26774/task/26806/stat : 26806 (java) R 26772 26774 25184 0 -1 4202560 334 0 0 0 80787 21 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139712668883712 139713827637245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26774/tid=26807] ppid=26772 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26774/task/26807/stat : 26807 (java) S 26772 26774 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567177 10060460032 943602 33554432000 1073741824 1073778376 140735778602976 139713811252904 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26774 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=781729
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1799.89
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.220001
#  lost CPU user time (s): 0.230003
#  lost CPU system time (s): -0.00999999

Real time (s): 929.552
CPU time (s): 1800.11
CPU user time (s): 1798.68
CPU system time (s): 1.43
CPU usage (%): 193.653
Max. virtual memory (cumulated for all children) (KiB): 9825180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.78173
maximum resident set size= 3774524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31386
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24913
involuntary context switches= 30996

runsolver used 3.55946 second user time and 8.06677 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 17:46:14
IDJOB=3687866
IDBENCH=2239
IDSOLVER=2268
FILE ID=node147/3687866-1337874374
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687866-1337874374/watcher-3687866-1337874374 -o /tmp/evaluation-result-3687866-1337874374/solver-3687866-1337874374 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687866-1337874374.opb

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

MD5SUM BENCH= 8e251d4e151b2868eb3a52cf845e4cf8
RANDOM SEED=1473233965

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28608636 kB
Buffers:          217448 kB
Cached:          1440736 kB
SwapCached:         6180 kB
Active:          2161880 kB
Inactive:        1323428 kB
Active(anon):    1821372 kB
Inactive(anon):     8116 kB
Active(file):     340508 kB
Inactive(file):  1315312 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       1835520 kB
Mapped:            17864 kB
Shmem:                 0 kB
Slab:             630736 kB
SReclaimable:      71912 kB
SUnreclaim:       558824 kB
KernelStack:        1600 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2190248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1755136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node147 at 2012-05-24 18:01:45