Trace number 3737160

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-36 1800.07 919.952

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM5c1211f8aed9d33c9f0c9019d9cd9874
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -37
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint103
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.2.0.v20100531
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		1349517296
0.02/0.09	c Max memory 		1356595200
0.02/0.09	c Total memory 		1356595200
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
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 Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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 phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3737160-1338753173.opb
0.08/0.12	c reading problem ... 
20.51/19.70	c ... done. Wall clock time 19.581s.
20.51/19.70	c #vars     19183
20.51/19.70	c #constraints  56049
20.51/19.70	c constraints type 
20.51/19.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
20.51/19.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
20.51/19.70	c constraints type 
20.51/19.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
20.51/19.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
20.96/19.86	c And the winner is Resolution
21.15/20.72	c SATISFIABLE
21.15/20.72	c OPTIMIZING...
21.15/20.72	c Got one! Elapsed wall clock time (in seconds):20.598
21.15/20.72	o -25
21.15/20.77	c And the winner is Resolution
21.40/21.72	c Got one! Elapsed wall clock time (in seconds):21.604
21.40/21.72	o -26
21.40/21.77	c And the winner is Resolution
21.63/22.73	c Got one! Elapsed wall clock time (in seconds):22.61
21.63/22.73	o -27
21.87/22.85	c And the winner is Resolution
22.22/23.74	c Got one! Elapsed wall clock time (in seconds):23.615
22.22/23.74	o -31
22.45/23.89	c And the winner is Resolution
22.74/24.74	c Got one! Elapsed wall clock time (in seconds):24.621
22.74/24.74	o -32
23.37/25.05	c And the winner is Resolution
23.56/25.75	c Got one! Elapsed wall clock time (in seconds):25.626
23.56/25.75	o -33
25.29/26.59	c cleaning 2500 clauses out of 5000 with flag 5000/5000
28.77/28.10	c cleaning 4251 clauses out of 8502 with flag 11002/11002
31.76/29.64	c And the winner is Resolution
32.03/30.79	c Got one! Elapsed wall clock time (in seconds):30.673
32.03/30.79	o -34
32.23/30.97	c cleaning 5625 clauses out of 11249 with flag 18000/18000
36.20/33.00	c cleaning 6810 clauses out of 13624 with flag 26000/26000
41.10/35.46	c cleaning 7908 clauses out of 15815 with flag 35001/35001
46.05/37.94	c cleaning 8948 clauses out of 17907 with flag 45001/45001
52.34/41.00	c cleaning 9980 clauses out of 19959 with flag 56001/56001
58.68/44.21	c cleaning 10982 clauses out of 21978 with flag 68000/68000
66.30/48.14	c cleaning 11995 clauses out of 23996 with flag 81000/81000
69.81/49.98	c And the winner is Resolution
70.44/50.80	c Got one! Elapsed wall clock time (in seconds):50.68
70.44/50.80	o -35
75.92/53.55	c cleaning 13001 clauses out of 26003 with flag 95002/95002
87.29/59.21	c cleaning 13999 clauses out of 28001 with flag 110001/110001
96.95/64.14	c cleaning 14999 clauses out of 30001 with flag 126000/126000
109.77/70.67	c cleaning 15989 clauses out of 32004 with flag 143002/143002
123.68/77.62	c cleaning 17005 clauses out of 34015 with flag 161002/161002
139.61/85.68	c cleaning 18005 clauses out of 36009 with flag 180001/180001
152.50/92.17	c cleaning 18999 clauses out of 38003 with flag 200000/200000
168.13/100.02	c cleaning 20002 clauses out of 40004 with flag 221000/221000
187.49/109.72	c cleaning 20996 clauses out of 42003 with flag 243001/243001
205.60/118.88	c cleaning 21999 clauses out of 44006 with flag 266000/266000
224.77/128.49	c cleaning 23000 clauses out of 46007 with flag 290000/290000
251.95/142.12	c cleaning 23996 clauses out of 48007 with flag 315000/315000
276.32/154.37	c cleaning 25000 clauses out of 50011 with flag 341000/341000
282.44/157.51	c And the winner is Resolution
283.54/159.77	c Got one! Elapsed wall clock time (in seconds):159.646
283.54/159.77	o -36
313.27/174.58	c cleaning 26006 clauses out of 52011 with flag 368000/368000
369.87/202.82	c cleaning 26999 clauses out of 54006 with flag 396001/396001
388.62/212.38	c cleaning 0 clauses out of 5003 with flag 0/5003
391.00/213.55	c cleaning 27994 clauses out of 56006 with flag 425000/425000
418.37/227.23	c cleaning 29001 clauses out of 58012 with flag 455000/455000
450.73/243.43	c cleaning 30007 clauses out of 60013 with flag 486002/486002
496.72/266.57	c cleaning 30995 clauses out of 62004 with flag 518000/518000
542.77/289.56	c cleaning 32004 clauses out of 64010 with flag 551001/551001
590.42/313.37	c cleaning 32996 clauses out of 66005 with flag 585000/585000
617.13/326.73	c cleaning 33996 clauses out of 68009 with flag 620000/620000
656.68/346.66	c cleaning 35001 clauses out of 70013 with flag 656000/656000
696.92/366.73	c cleaning 35999 clauses out of 72013 with flag 693001/693001
737.56/387.09	c cleaning 37007 clauses out of 74013 with flag 731000/731000
787.57/412.01	c cleaning 37500 clauses out of 75006 with flag 769000/769000
826.41/431.66	c cleaning 37751 clauses out of 75506 with flag 807000/807000
887.92/462.39	c cleaning 37870 clauses out of 75756 with flag 845001/845001
934.83/485.81	c cleaning 37922 clauses out of 75885 with flag 883000/883000
965.73/501.36	c cleaning 37974 clauses out of 75963 with flag 921000/921000
1019.51/528.32	c cleaning 37993 clauses out of 75989 with flag 959000/959000
1061.39/549.20	c cleaning 37995 clauses out of 75997 with flag 997001/997001
1101.12/569.14	c cleaning 37994 clauses out of 76001 with flag 1035000/1035000
1156.57/596.88	c cleaning 37991 clauses out of 76007 with flag 1073000/1073000
1211.30/624.34	c cleaning 37998 clauses out of 76017 with flag 1111001/1111001
1264.30/650.88	c cleaning 38007 clauses out of 76018 with flag 1149000/1149000
1330.75/684.05	c cleaning 38000 clauses out of 76011 with flag 1187000/1187000
1392.21/714.75	c cleaning 37998 clauses out of 76011 with flag 1225000/1225000
1445.81/741.84	c cleaning 37995 clauses out of 76013 with flag 1263000/1263000
1507.56/772.60	c cleaning 38003 clauses out of 76018 with flag 1301000/1301000
1564.70/801.22	c cleaning 38001 clauses out of 76016 with flag 1339001/1339001
1601.73/819.84	c cleaning 38005 clauses out of 76015 with flag 1377001/1377001
1659.61/849.07	c cleaning 37989 clauses out of 76009 with flag 1415000/1415000
1713.64/876.09	c cleaning 38002 clauses out of 76020 with flag 1453000/1453000
1719.96/879.56	c cleaning 0 clauses out of 11001 with flag 0/11001
1760.50/899.96	c cleaning 37998 clauses out of 76018 with flag 1491000/1491000
1799.76/919.91	c starts		: 216
1799.76/919.91	c conflicts		: 1521460
1799.76/919.91	c decisions		: 1610746
1799.76/919.91	c propagations		: 9113080
1799.76/919.91	c inspects		: 2265188815
1799.76/919.91	c learnt literals	: 0
1799.76/919.91	c learnt binary clauses	: 0
1799.76/919.91	c learnt ternary clauses	: 0
1799.76/919.91	c learnt clauses	: 1521460
1799.76/919.91	c ignored clauses	: 0
1799.76/919.91	c root simplifications	: 0
1799.76/919.91	c removed literals (reason simplification)	: 16960148
1799.76/919.91	c reason swapping (by a shorter reason)	: 0
1799.76/919.91	c Calls to reduceDB	: 54
1799.76/919.91	c number of reductions to clauses (during analyze)	: 0
1799.76/919.91	c number of learned constraints concerned by reduction	: 0
1799.76/919.91	c number of learning phase by resolution	: 0
1799.76/919.91	c number of learning phase by cutting planes	: 0
1799.76/919.91	c speed (assignments/second)	: 11988.640295312855
1799.76/919.91	c non guided choices	0
1799.76/919.94	c learnt constraints type 
1799.76/919.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 68508
1799.76/919.94	c constraints type 
1799.76/919.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
1799.76/919.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.76/919.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
1799.76/919.94	c constraints type 
1799.76/919.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
1799.76/919.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.76/919.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
1799.76/919.94	s SATISFIABLE
1799.76/919.94	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 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 
1799.76/919.94	c objective function=-36
1799.76/919.94	c Total wall clock time (in seconds): 919.818

Verifier Data

OK	-36

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-3737160-1338753173/watcher-3737160-1338753173 -o /tmp/evaluation-result-3737160-1338753173/solver-3737160-1338753173 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737160-1338753173.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.75 3.76 3.57 4/199 21476
/proc/meminfo: memFree=28361400/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21476/stat : 21476 (java6) R 21474 21476 19811 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 341442052 9515008 184 33554432000 1073741824 1073778376 140733666970320 140733666961544 215124438455 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 2323 184 142 9 0 71 0

[startup+0.0464261 s]
/proc/loadavg: 3.75 3.76 3.57 4/199 21476
/proc/meminfo: memFree=28361400/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 3739 0 1 0 2 0 0 0 20 0 13 0 341442052 2423889920 4436 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 591770 4436 1677 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100282 s]
/proc/loadavg: 3.75 3.76 3.57 4/199 21476
/proc/meminfo: memFree=28361400/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 4302 0 1 0 7 1 0 0 20 0 18 0 341442052 2764726272 5507 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 5511 1990 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300225 s]
/proc/loadavg: 3.75 3.76 3.57 4/199 21476
/proc/meminfo: memFree=28361400/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 5519 0 1 0 42 1 0 0 20 0 18 0 341442052 2764726272 7563 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 7563 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700196 s]
/proc/loadavg: 3.75 3.76 3.57 4/199 21476
/proc/meminfo: memFree=28361400/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=1.33 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 17358 0 1 0 130 3 0 0 20 0 18 0 341442052 2764726272 15768 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 15768 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.75 3.76 3.57 5/217 21494
/proc/meminfo: memFree=28306608/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=2.32 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 17435 0 1 0 229 3 0 0 20 0 18 0 341442052 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 17239 2237 9 0 665676 0
[pid=21476/tid=21478] ppid=21474 vsize=2699928 CPUtime=1.46 cores=0,2,4,6
/proc/21476/task/21478/stat : 21478 (java) R 21474 21476 19811 0 -1 4202560 2851 0 1 0 145 1 0 0 20 0 18 0 341442054 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462347571072 140462219569044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21479] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21479/stat : 21479 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462214363688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21480] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21480/stat : 21480 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462213310888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21481] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21481/stat : 21481 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462212258088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21482] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442056 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 3383 0 0 0 29 0 0 0 20 0 18 0 341442059 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10015 0 0 0 52 2 0 0 20 0 18 0 341442059 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 17239 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 2699928

[startup+3.10066 s]
/proc/loadavg: 3.75 3.76 3.57 5/217 21494
/proc/meminfo: memFree=28271792/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=3.97 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 17451 0 1 0 394 3 0 0 20 0 18 0 341442052 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 20319 2237 9 0 665676 0
[pid=21476/tid=21478] ppid=21474 vsize=2699928 CPUtime=3.05 cores=0,2,4,6
/proc/21476/task/21478/stat : 21478 (java) R 21474 21476 19811 0 -1 4202560 2859 0 1 0 304 1 0 0 20 0 18 0 341442054 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462347577736 140462219568761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21479] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21479/stat : 21479 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462214363688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21480] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21480/stat : 21480 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462213310888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21481] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21481/stat : 21481 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462212258088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21482] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442056 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 3390 0 0 0 32 0 0 0 20 0 18 0 341442059 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10016 0 0 0 54 2 0 0 20 0 18 0 341442059 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 20319 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 3.69 3.75 3.57 5/217 21494
/proc/meminfo: memFree=28255592/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=7.19 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 17464 0 1 0 715 4 0 0 20 0 18 0 341442052 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 23666 2238 9 0 665676 0
[pid=21476/tid=21478] ppid=21474 vsize=2699928 CPUtime=6.24 cores=0,2,4,6
/proc/21476/task/21478/stat : 21478 (java) R 21474 21476 19811 0 -1 4202560 2869 0 1 0 623 1 0 0 20 0 18 0 341442054 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462347571232 140462219569189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21479] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21479/stat : 21479 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462214363688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21480] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21480/stat : 21480 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462213310888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21481] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21481/stat : 21481 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462212258088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21482] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442055 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341442056 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341442057 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 3392 0 0 0 33 0 0 0 20 0 18 0 341442059 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10016 0 0 0 54 2 0 0 20 0 18 0 341442059 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341442059 2764726272 23666 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.64 3.73 3.57 5/217 21496
/proc/meminfo: memFree=28224284/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2699928 CPUtime=13.6 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 17476 0 1 0 1356 4 0 0 20 0 18 0 341442052 2764726272 28277 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 674982 28277 2239 9 0 665676 0
[pid=21476/tid=21478] ppid=21474 vsize=2699928 CPUtime=12.62 cores=0,2,4,6

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

[pid=21476/tid=21482] ppid=21474 vsize=2966184 CPUtime=5.95 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 403 0 0 0 585 10 0 0 20 0 22 0 341442055 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2966184 CPUtime=5.87 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 409 0 0 0 576 11 0 0 20 0 22 0 341442055 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2966184 CPUtime=5.84 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 370 0 0 0 577 7 0 0 20 0 22 0 341442055 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 367 0 0 0 612 8 0 0 20 0 22 0 341442055 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2966184 CPUtime=5.95 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 386 0 0 0 585 10 0 0 20 0 22 0 341442055 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2966184 CPUtime=28.1 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 154 0 0 0 2784 26 0 0 20 0 22 0 341442056 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 7907 0 0 0 179 2 0 0 20 0 22 0 341442059 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10138 0 0 0 126 2 0 0 20 0 22 0 341442059 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 50 0 0 0 18 18 0 0 20 0 22 0 341442059 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21499] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21499/stat : 21499 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444028 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461848466344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21500] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21500/stat : 21500 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444029 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461847413544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21517] ppid=21474 vsize=2966184 CPUtime=687.74 cores=0,2,4,6
/proc/21476/task/21517/stat : 21517 (java) R 21474 21476 19811 0 -1 4202560 134 0 0 0 68763 11 0 0 20 0 22 0 341458030 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461849517120 140462220245052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21518] ppid=21474 vsize=2966184 CPUtime=687.69 cores=0,2,4,6
/proc/21476/task/21518/stat : 21518 (java) R 21474 21476 19811 0 -1 4202560 162 0 0 0 68758 11 0 0 20 0 22 0 341458030 3037372416 299666 33554432000 1073741824 1073778376 140737148427600 140461850571600 140462220084845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.901 s]
/proc/loadavg: 3.91 3.91 3.75 5/221 21623
/proc/meminfo: memFree=27355404/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2966184 CPUtime=1799.76 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 26151 0 1 0 179831 145 0 0 20 0 22 0 341442052 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 741546 300178 2288 9 0 732240 0
[pid=21476/tid=21478] ppid=21474 vsize=2966184 CPUtime=19.69 cores=0,2,4,6
/proc/21476/task/21478/stat : 21478 (java) S 21474 21476 19811 0 -1 4202560 2922 0 1 0 1966 3 0 0 20 0 22 0 341442054 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462347580584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21479] ppid=21474 vsize=2966184 CPUtime=5.99 cores=0,2,4,6
/proc/21476/task/21479/stat : 21479 (java) S 21474 21476 19811 0 -1 4202560 397 0 0 0 590 9 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462214363688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21480] ppid=21474 vsize=2966184 CPUtime=6.17 cores=0,2,4,6
/proc/21476/task/21480/stat : 21480 (java) S 21474 21476 19811 0 -1 4202560 392 0 0 0 607 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462213310888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21481] ppid=21474 vsize=2966184 CPUtime=6.23 cores=0,2,4,6
/proc/21476/task/21481/stat : 21481 (java) S 21474 21476 19811 0 -1 4202560 406 0 0 0 612 11 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462212258088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21482] ppid=21474 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 403 0 0 0 610 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2966184 CPUtime=6.12 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 409 0 0 0 601 11 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2966184 CPUtime=6.14 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 371 0 0 0 607 7 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2966184 CPUtime=6.42 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 367 0 0 0 634 8 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 387 0 0 0 611 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2966184 CPUtime=29.34 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 156 0 0 0 2908 26 0 0 20 0 22 0 341442056 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 7907 0 0 0 179 2 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10138 0 0 0 126 2 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 52 0 0 0 19 18 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21499] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21499/stat : 21499 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444028 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461848466344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21500] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21500/stat : 21500 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444029 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461847413544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21517] ppid=21474 vsize=2966184 CPUtime=723.48 cores=0,2,4,6
/proc/21476/task/21517/stat : 21517 (java) R 21474 21476 19811 0 -1 4202560 144 0 0 0 72337 11 0 0 20 0 22 0 341458030 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461849517360 140462220245043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21518] ppid=21474 vsize=2966184 CPUtime=723.43 cores=0,2,4,6
/proc/21476/task/21518/stat : 21518 (java) R 21474 21476 19811 0 -1 4202560 168 0 0 0 72332 11 0 0 20 0 22 0 341458030 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461850570704 140462220069888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.76
Current children cumulated vsize (KiB) 2966184

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

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

[startup+919.901 s]
/proc/loadavg: 3.91 3.91 3.75 5/221 21623
/proc/meminfo: memFree=27355404/32873844 swapFree=7620/7620
[pid=21476] ppid=21474 vsize=2966184 CPUtime=1799.76 cores=0,2,4,6
/proc/21476/stat : 21476 (java) S 21474 21476 19811 0 -1 4202496 26151 0 1 0 179831 145 0 0 20 0 22 0 341442052 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140737148418736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21476/statm: 741546 300178 2288 9 0 732240 0
[pid=21476/tid=21478] ppid=21474 vsize=2966184 CPUtime=19.69 cores=0,2,4,6
/proc/21476/task/21478/stat : 21478 (java) S 21474 21476 19811 0 -1 4202560 2922 0 1 0 1966 3 0 0 20 0 22 0 341442054 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462347580584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21479] ppid=21474 vsize=2966184 CPUtime=5.99 cores=0,2,4,6
/proc/21476/task/21479/stat : 21479 (java) S 21474 21476 19811 0 -1 4202560 397 0 0 0 590 9 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462214363688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21480] ppid=21474 vsize=2966184 CPUtime=6.17 cores=0,2,4,6
/proc/21476/task/21480/stat : 21480 (java) S 21474 21476 19811 0 -1 4202560 392 0 0 0 607 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462213310888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21481] ppid=21474 vsize=2966184 CPUtime=6.23 cores=0,2,4,6
/proc/21476/task/21481/stat : 21481 (java) S 21474 21476 19811 0 -1 4202560 406 0 0 0 612 11 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462212258088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21482] ppid=21474 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/21476/task/21482/stat : 21482 (java) S 21474 21476 19811 0 -1 4202560 403 0 0 0 610 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462211205288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21483] ppid=21474 vsize=2966184 CPUtime=6.12 cores=0,2,4,6
/proc/21476/task/21483/stat : 21483 (java) S 21474 21476 19811 0 -1 4202560 409 0 0 0 601 11 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462210153512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21484] ppid=21474 vsize=2966184 CPUtime=6.14 cores=0,2,4,6
/proc/21476/task/21484/stat : 21484 (java) S 21474 21476 19811 0 -1 4202560 371 0 0 0 607 7 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140462209100712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21485] ppid=21474 vsize=2966184 CPUtime=6.42 cores=0,2,4,6
/proc/21476/task/21485/stat : 21485 (java) S 21474 21476 19811 0 -1 4202560 367 0 0 0 634 8 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461872245544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21486] ppid=21474 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/21476/task/21486/stat : 21486 (java) S 21474 21476 19811 0 -1 4202560 387 0 0 0 611 10 0 0 20 0 22 0 341442055 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461871192744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21487] ppid=21474 vsize=2966184 CPUtime=29.34 cores=0,2,4,6
/proc/21476/task/21487/stat : 21487 (java) S 21474 21476 19811 0 -1 4202560 156 0 0 0 2908 26 0 0 20 0 22 0 341442056 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461858994664 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21488] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21488/stat : 21488 (java) S 21474 21476 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461857940728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21489] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21489/stat : 21489 (java) S 21474 21476 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341442057 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461856887816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21490] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21490/stat : 21490 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461855836304 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21491] ppid=21474 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/21476/task/21491/stat : 21491 (java) S 21474 21476 19811 0 -1 4202560 7907 0 0 0 179 2 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461854784440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21492] ppid=21474 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/21476/task/21492/stat : 21492 (java) S 21474 21476 19811 0 -1 4202560 10138 0 0 0 126 2 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461853731640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21493] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21493/stat : 21493 (java) S 21474 21476 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461852679032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21476/tid=21494] ppid=21474 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/21476/task/21494/stat : 21494 (java) S 21474 21476 19811 0 -1 4202560 52 0 0 0 19 18 0 0 20 0 22 0 341442059 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461851626440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21476/tid=21499] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21499/stat : 21499 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444028 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461848466344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21500] ppid=21474 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21476/task/21500/stat : 21500 (java) S 21474 21476 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341444029 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461847413544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21476/tid=21517] ppid=21474 vsize=2966184 CPUtime=723.48 cores=0,2,4,6
/proc/21476/task/21517/stat : 21517 (java) R 21474 21476 19811 0 -1 4202560 144 0 0 0 72337 11 0 0 20 0 22 0 341458030 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461849517360 140462220245043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21476/tid=21518] ppid=21474 vsize=2966184 CPUtime=723.43 cores=0,2,4,6
/proc/21476/task/21518/stat : 21518 (java) R 21474 21476 19811 0 -1 4202560 168 0 0 0 72332 11 0 0 20 0 22 0 341458030 3037372416 300178 33554432000 1073741824 1073778376 140737148427600 140461850570704 140462220069888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.76
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21476 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=549187
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=860717
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1799.76
#
# 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.310051
#  lost CPU user time (s): 0.34005
#  lost CPU system time (s): -0.03

Real time (s): 919.952
CPU time (s): 1800.07
CPU user time (s): 1798.65
CPU system time (s): 1.42
CPU usage (%): 195.67
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.86072
maximum resident set size= 1200824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26181
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32618
involuntary context switches= 88911

runsolver used 3.39348 second user time and 8.61169 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 21:52:53
IDJOB=3737160
IDBENCH=48188
IDSOLVER=2324
FILE ID=node135/3737160-1338753173
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70980 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737160-1338753173/watcher-3737160-1338753173 -o /tmp/evaluation-result-3737160-1338753173/solver-3737160-1338753173 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737160-1338753173.opb

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

MD5SUM BENCH= 5c1211f8aed9d33c9f0c9019d9cd9874
RANDOM SEED=1097132425

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5238.35
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.820
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:       32873844 kB
MemFree:        28361400 kB
Buffers:          379140 kB
Cached:          2522216 kB
SwapCached:         1672 kB
Active:          1931012 kB
Inactive:        1729304 kB
Active(anon):     749128 kB
Inactive(anon):    12036 kB
Active(file):    1181884 kB
Inactive(file):  1717268 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        881644 kB
Mapped:            18736 kB
Shmem:               132 kB
Slab:             709024 kB
SReclaimable:     150672 kB
SUnreclaim:       558352 kB
KernelStack:        1824 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1574324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 70980 MiB
End job on node135 at 2012-06-03 22:08:15