Trace number 2661863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)74 1800.6 948.372

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_4.opb
MD5SUM7603a459a5769ea7e43f52c522eb87aa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 68
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 constraint11
Maximum length of a constraint22
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)6326
Sum of products size (including duplicates)12652
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661863-1276653020.opb
0.22/0.22	c reading problem ... 
10.52/8.88	c ... done. Wall clock time 8.66s.
10.52/8.88	c #vars     6826
10.52/8.88	c #constraints  13152
10.52/8.88	c constraints type 
10.52/8.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
10.52/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
10.52/8.88	c constraints type 
10.52/8.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6826
10.52/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
11.01/9.20	c And the winner is CuttingPlanes
11.33/9.90	c SATISFIABLE
11.33/9.90	c OPTIMIZING...
11.33/9.90	c Got one! Elapsed wall clock time (in seconds):9.681
11.33/9.90	o 83
11.72/10.16	c And the winner is CuttingPlanes
11.86/10.93	c Got one! Elapsed wall clock time (in seconds):10.705
11.86/10.93	o 82
12.03/11.08	c And the winner is Resolution
12.18/12.00	c Got one! Elapsed wall clock time (in seconds):11.765
12.18/12.00	o 81
12.46/12.20	c And the winner is Resolution
13.33/13.04	c Got one! Elapsed wall clock time (in seconds):12.823
13.33/13.04	o 80
13.45/13.20	c And the winner is Resolution
13.64/14.05	c Got one! Elapsed wall clock time (in seconds):13.834
13.64/14.05	o 79
13.93/14.22	c And the winner is Resolution
13.97/15.08	c Got one! Elapsed wall clock time (in seconds):14.863
13.97/15.08	o 77
16.58/16.45	c And the winner is Resolution
16.81/17.14	c Got one! Elapsed wall clock time (in seconds):16.914
16.81/17.14	o 76
20.89/19.28	c cleaning 2490 clauses out of 5001 with flag 5001/5001
28.72/23.20	c cleaning 4247 clauses out of 8511 with flag 11001/11001
37.72/27.82	c cleaning 5626 clauses out of 11264 with flag 18001/18001
48.50/33.31	c cleaning 6815 clauses out of 13637 with flag 26000/26000
55.45/36.98	c And the winner is CuttingPlanes
55.61/37.18	c Got one! Elapsed wall clock time (in seconds):36.962
55.61/37.18	o 75
59.60/39.22	c cleaning 7909 clauses out of 15822 with flag 35000/35000
72.73/45.97	c cleaning 8945 clauses out of 17914 with flag 45001/45001
87.02/53.27	c cleaning 9979 clauses out of 19968 with flag 56000/56000
104.65/62.24	c cleaning 10989 clauses out of 21989 with flag 68000/68000
122.40/71.33	c cleaning 11994 clauses out of 24000 with flag 81000/81000
141.18/80.98	c cleaning 12996 clauses out of 26006 with flag 95000/95000
161.15/91.12	c cleaning 13496 clauses out of 27010 with flag 109000/109000
180.49/101.07	c cleaning 13750 clauses out of 27515 with flag 123001/123001
199.72/110.97	c cleaning 13875 clauses out of 27764 with flag 137000/137000
219.25/120.98	c cleaning 13934 clauses out of 27890 with flag 151001/151001
240.12/131.68	c cleaning 13967 clauses out of 27955 with flag 165000/165000
261.19/142.41	c cleaning 13982 clauses out of 27988 with flag 179000/179000
280.14/152.26	c cleaning 13992 clauses out of 28007 with flag 193001/193001
300.19/162.53	c cleaning 13997 clauses out of 28016 with flag 207002/207002
321.22/173.32	c cleaning 14002 clauses out of 28017 with flag 221000/221000
343.18/184.69	c cleaning 14002 clauses out of 28015 with flag 235000/235000
367.99/197.44	c cleaning 13993 clauses out of 28014 with flag 249001/249001
390.56/209.08	c cleaning 14005 clauses out of 28020 with flag 263000/263000
410.50/219.35	c cleaning 14002 clauses out of 28015 with flag 277000/277000
431.45/230.19	c cleaning 14000 clauses out of 28014 with flag 291001/291001
454.98/242.39	c cleaning 13999 clauses out of 28013 with flag 305000/305000
479.86/255.13	c cleaning 13998 clauses out of 28015 with flag 319001/319001
503.52/267.32	c cleaning 13998 clauses out of 28016 with flag 333000/333000
528.76/280.34	c cleaning 14004 clauses out of 28018 with flag 347000/347000
551.00/291.92	c cleaning 13998 clauses out of 28015 with flag 361001/361001
575.63/304.68	c cleaning 13996 clauses out of 28017 with flag 375001/375001
599.44/316.91	c cleaning 14001 clauses out of 28020 with flag 389000/389000
622.81/329.03	c cleaning 14007 clauses out of 28019 with flag 403000/403000
647.20/341.73	c cleaning 13997 clauses out of 28012 with flag 417000/417000
670.18/353.61	c cleaning 14003 clauses out of 28015 with flag 431000/431000
691.61/364.74	c cleaning 13994 clauses out of 28013 with flag 445001/445001
714.58/376.69	c cleaning 14002 clauses out of 28019 with flag 459001/459001
738.73/389.24	c cleaning 13996 clauses out of 28017 with flag 473001/473001
760.13/400.35	c cleaning 13997 clauses out of 28021 with flag 487001/487001
780.72/411.06	c cleaning 13999 clauses out of 28023 with flag 501000/501000
800.90/421.59	c cleaning 13996 clauses out of 28025 with flag 515001/515001
821.27/432.25	c cleaning 14005 clauses out of 28028 with flag 529000/529000
843.03/443.53	c cleaning 14002 clauses out of 28023 with flag 543000/543000
864.99/454.99	c cleaning 14007 clauses out of 28022 with flag 557001/557001
886.53/466.11	c cleaning 13992 clauses out of 28014 with flag 571000/571000
909.02/477.92	c cleaning 13999 clauses out of 28022 with flag 585000/585000
928.58/488.19	c cleaning 14004 clauses out of 28023 with flag 599000/599000
952.06/500.40	c cleaning 14007 clauses out of 28020 with flag 613001/613001
975.29/512.45	c cleaning 13999 clauses out of 28013 with flag 627001/627001
998.90/524.86	c cleaning 14000 clauses out of 28014 with flag 641001/641001
1019.20/535.47	c cleaning 13996 clauses out of 28013 with flag 655000/655000
1040.26/546.49	c cleaning 14000 clauses out of 28017 with flag 669000/669000
1060.71/557.16	c cleaning 14001 clauses out of 28017 with flag 683000/683000
1083.10/568.99	c cleaning 13997 clauses out of 28016 with flag 697000/697000
1106.32/581.07	c cleaning 14002 clauses out of 28019 with flag 711000/711000
1125.97/591.30	c cleaning 14000 clauses out of 28017 with flag 725000/725000
1133.94/595.73	c And the winner is CuttingPlanes
1133.99/596.12	c Got one! Elapsed wall clock time (in seconds):595.899
1133.99/596.12	o 74
1143.26/600.80	c cleaning 13995 clauses out of 28017 with flag 739000/739000
1161.62/610.65	c cleaning 14000 clauses out of 28022 with flag 753000/753000
1181.64/621.16	c cleaning 14003 clauses out of 28022 with flag 767000/767000
1202.82/632.27	c cleaning 13993 clauses out of 28019 with flag 781000/781000
1222.37/642.56	c cleaning 14002 clauses out of 28028 with flag 795002/795002
1235.53/649.71	c cleaning 0 clauses out of 5000 with flag 0/5000
1242.63/653.72	c cleaning 14006 clauses out of 28025 with flag 809001/809001
1261.03/663.47	c cleaning 13999 clauses out of 28019 with flag 823001/823001
1279.44/673.20	c cleaning 13998 clauses out of 28020 with flag 837001/837001
1301.49/684.83	c cleaning 14002 clauses out of 28022 with flag 851001/851001
1324.83/697.03	c cleaning 14002 clauses out of 28020 with flag 865001/865001
1344.54/708.05	c cleaning 14000 clauses out of 28018 with flag 879001/879001
1365.57/719.72	c cleaning 13999 clauses out of 28018 with flag 893001/893001
1389.72/732.52	c cleaning 14001 clauses out of 28019 with flag 907001/907001
1412.39/744.43	c cleaning 14003 clauses out of 28018 with flag 921001/921001
1436.27/756.98	c cleaning 14000 clauses out of 28015 with flag 935001/935001
1460.97/769.89	c cleaning 14000 clauses out of 28015 with flag 949001/949001
1484.96/782.56	c cleaning 14000 clauses out of 28014 with flag 963000/963000
1507.66/794.49	c cleaning 14002 clauses out of 28014 with flag 977000/977000
1530.75/806.54	c cleaning 13998 clauses out of 28013 with flag 991001/991001
1553.48/818.43	c cleaning 13997 clauses out of 28015 with flag 1005001/1005001
1576.31/830.57	c cleaning 14000 clauses out of 28017 with flag 1019000/1019000
1597.61/841.78	c cleaning 14000 clauses out of 28018 with flag 1033001/1033001
1621.93/854.41	c cleaning 13999 clauses out of 28017 with flag 1047000/1047000
1645.64/866.87	c cleaning 14003 clauses out of 28019 with flag 1061001/1061001
1669.66/879.51	c cleaning 13998 clauses out of 28015 with flag 1075000/1075000
1694.35/892.43	c cleaning 14000 clauses out of 28018 with flag 1089001/1089001
1718.66/905.18	c cleaning 14002 clauses out of 28018 with flag 1103001/1103001
1743.74/918.25	c cleaning 13999 clauses out of 28015 with flag 1117000/1117000
1768.16/931.19	c cleaning 14002 clauses out of 28018 with flag 1131002/1131002
1795.43/945.32	c cleaning 14002 clauses out of 28016 with flag 1145002/1145002
1800.13/948.17	c starts		: 29
1800.13/948.17	c conflicts		: 5406
1800.13/948.17	c decisions		: 47665
1800.13/948.17	c propagations		: 1501723
1800.13/948.17	c inspects		: 141552077
1800.13/948.17	c learnt literals	: 0
1800.13/948.17	c learnt binary clauses	: 0
1800.13/948.17	c learnt ternary clauses	: 0
1800.13/948.17	c learnt clauses	: 5405
1800.13/948.17	c ignored clauses	: 0
1800.13/948.17	c root simplifications	: 0
1800.13/948.17	c removed literals (reason simplification)	: 0
1800.13/948.17	c reason swapping (by a shorter reason)	: 0
1800.13/948.17	c Calls to reduceDB	: 1
1800.13/948.17	c number of reductions to clauses (during analyze)	: 0
1800.13/948.17	c number of learned constraints concerned by reduction	: 0
1800.13/948.17	c number of learning phase by resolution	: 0
1800.13/948.17	c number of learning phase by cutting planes	: 0
1800.13/948.17	c speed (assignments/second)	: 4265.882834182217
1800.13/948.17	c non guided choices	0
1800.13/948.18	c learnt constraints type 
1800.13/948.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 154
1800.13/948.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5251
1800.13/948.18	c constraints type 
1800.13/948.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
1800.13/948.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/948.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.13/948.18	c constraints type 
1800.13/948.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6826
1800.13/948.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/948.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.13/948.18	s SATISFIABLE
1800.34/948.28	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 
1800.34/948.28	c objective function=74
1800.34/948.28	c Total wall clock time (in seconds): 948.061

Verifier Data

OK	74

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661863-1276653020/watcher-2661863-1276653020 -o /tmp/evaluation-result-2661863-1276653020/solver-2661863-1276653020 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661863-1276653020.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 15424
/proc/meminfo: memFree=1799208/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=392 CPUtime=0
/proc/15424/stat : 15424 (java6) S 15422 15424 14619 0 -1 4194304 121 0 0 0 0 0 0 0 19 0 1 0 6596507 401408 41 1992294400 134512640 134550932 4294553376 18446744073709551615 4817492 0 2147483391 4096 0 18446744071699547326 0 0 17 1 0 0 0
/proc/15424/statm: 98 41 32 10 0 25 0

[startup+0.01444 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 15424
/proc/meminfo: memFree=1799208/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1832 CPUtime=0
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4194304 418 0 0 0 0 0 0 0 15 0 1 0 6596507 1875968 148 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699547326 0 0 17 0 0 0 0
/proc/15424/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.102378 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 15424
/proc/meminfo: memFree=1799208/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1524180 CPUtime=0.08
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 6596507 1560760320 3393 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301395 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 15424
/proc/meminfo: memFree=1799208/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1526416 CPUtime=0.35
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 5393 0 1 0 32 3 0 0 15 0 12 0 6596507 1563049984 4830 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 381604 4830 1358 10 0 378907 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526416

[startup+0.701436 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 15424
/proc/meminfo: memFree=1799208/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1528816 CPUtime=1.11
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 7040 0 1 0 107 4 0 0 15 0 12 0 6596507 1565507584 6388 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 382204 6388 1397 10 0 379507 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528816

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.10 3/118 15436
/proc/meminfo: memFree=1775368/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1528816 CPUtime=2.23
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 9037 0 1 0 218 5 0 0 15 0 12 0 6596507 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 382204 7594 1409 10 0 379507 0
[pid=15424/tid=15426] ppid=15422 vsize=1528816 CPUtime=1.46
/proc/15424/task/15426/stat : 15426 (java) R 15422 15424 14619 0 -1 4202560 5756 0 1 0 143 3 0 0 25 0 12 0 6596509 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4108982414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 6596510 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 6596510 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6596512 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 6596513 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 6596513 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6596517 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1528816 CPUtime=0.49
/proc/15424/task/15433/stat : 15433 (java) R 15422 15424 14619 0 -1 4202560 1337 0 0 0 49 0 0 0 18 0 12 0 6596517 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 105875971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1528816 CPUtime=0.24
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 881 0 0 0 24 0 0 0 19 0 12 0 6596517 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6596517 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1528816 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6596517 1565507584 7594 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1528816

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.10 6/118 15436
/proc/meminfo: memFree=1760240/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1542640 CPUtime=4.75
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 17496 0 1 0 467 8 0 0 15 0 12 0 6596507 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385660 11646 1410 10 0 382963 0
[pid=15424/tid=15426] ppid=15422 vsize=1542640 CPUtime=3
/proc/15424/task/15426/stat : 15426 (java) R 15422 15424 14619 0 -1 4202560 6578 0 1 0 296 4 0 0 25 0 12 0 6596509 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4108982414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 6596510 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 6596510 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6596512 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 6596513 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 6596513 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6596517 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1542640 CPUtime=1.43
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 8422 0 0 0 140 3 0 0 16 0 12 0 6596517 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1542640 CPUtime=0.3
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 1433 0 0 0 30 0 0 0 16 0 12 0 6596517 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6596517 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1542640 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6596517 1579663360 11646 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1542640

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.09 2/118 15436
/proc/meminfo: memFree=1756396/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1539024 CPUtime=8.01
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 18469 0 1 0 791 10 0 0 15 0 12 0 6596507 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 384756 11892 1410 10 0 382059 0
[pid=15424/tid=15426] ppid=15422 vsize=1539024 CPUtime=6.18
/proc/15424/task/15426/stat : 15426 (java) R 15422 15424 14619 0 -1 4202560 7538 0 1 0 613 5 0 0 25 0 12 0 6596509 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4108981825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 6596510 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 6596510 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6596512 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 6596513 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 6596513 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6596517 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1539024 CPUtime=1.47
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 8428 0 0 0 144 3 0 0 15 0 12 0 6596517 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1539024 CPUtime=0.32
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 1440 0 0 0 32 0 0 0 15 0 12 0 6596517 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6596517 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1539024 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6596517 1575960576 11892 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1539024

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.09 4/120 15444
/proc/meminfo: memFree=1738524/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1542672 CPUtime=13.2
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 26932 0 1 0 1304 16 0 0 15 0 14 0 6596507 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385668 19844 1427 10 0 382971 0
[pid=15424/tid=15426] ppid=15422 vsize=1542672 CPUtime=8.81
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8458 0 1 0 875 6 0 0 19 0 14 0 6596509 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 6596510 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 6596510 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1542672 CPUtime=0.03
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 2 0 0 0 2 1 0 0 15 0 14 0 6596512 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6596513 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6596513 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6596517 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1542672 CPUtime=2.63
/proc/15424/task/15433/stat : 15433 (java) R 15422 15424 14619 0 -1 4202560 9405 0 0 0 260 3 0 0 16 0 14 0 6596517 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 106251600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1542672 CPUtime=1.04
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 1696 0 0 0 104 0 0 0 16 0 14 0 6596517 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6596517 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6596517 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15439] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15439/stat : 15439 (java) S 15422 15424 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6597406 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15440] ppid=15422 vsize=1542672 CPUtime=0
/proc/15424/task/15440/stat : 15440 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6597407 1579696128 19844 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 1542672

[startup+25.5027 s]
/proc/loadavg: 1.09 1.02 1.10 3/122 15454
/proc/meminfo: memFree=1596156/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1542636 CPUtime=33.18
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 62004 0 1 0 3287 31 0 0 15 0 16 0 6596507 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385659 52460 1453 10 0 382962 0
[pid=15424/tid=15426] ppid=15422 vsize=1542636 CPUtime=8.83
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8654 0 1 0 877 6 0 0 18 0 16 0 6596509 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1542636 CPUtime=0.47
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 7620 0 0 0 45 2 0 0 15 0 16 0 6596510 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1542636 CPUtime=0.47
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 8068 0 0 0 44 3 0 0 16 0 16 0 6596510 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1542636 CPUtime=0.25
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 437 0 0 0 23 2 0 0 15 0 16 0 6596512 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6596513 1579659264 52460 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1542636 CPUtime=0

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

/proc/15424/task/15473/stat : 15473 (java) R 15422 15424 14619 0 -1 4202560 202 0 0 0 24925 7 0 0 19 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109527296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15474] ppid=15422 vsize=1542636 CPUtime=248.37
/proc/15424/task/15474/stat : 15474 (java) R 15422 15424 14619 0 -1 4202560 156 0 0 0 24830 7 0 0 20 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109086013 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1674.34
Current children cumulated vsize (KiB) 1542636

[startup+942.301 s]
/proc/loadavg: 2.11 1.98 1.65 3/122 15993
/proc/meminfo: memFree=1327776/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1542636 CPUtime=1789.49
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 131137 0 1 0 178757 192 0 0 15 0 16 0 6596507 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385659 115957 1453 10 0 382962 0
[pid=15424/tid=15426] ppid=15422 vsize=1542636 CPUtime=8.84
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8684 0 1 0 878 6 0 0 15 0 16 0 6596509 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1542636 CPUtime=26.2
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 41172 0 0 0 2576 44 0 0 16 0 16 0 6596510 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1542636 CPUtime=26.19
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 41432 0 0 0 2557 62 0 0 16 0 16 0 6596510 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1542636 CPUtime=58.13
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 918 0 0 0 5795 18 0 0 15 0 16 0 6596512 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6596513 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6596513 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1542636 CPUtime=3.3
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 10285 0 0 0 326 4 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1542636 CPUtime=2.32
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 2357 0 0 0 232 0 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15439] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15439/stat : 15439 (java) S 15422 15424 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6597406 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15440] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15440/stat : 15440 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6597407 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15473] ppid=15422 vsize=1542636 CPUtime=302.74
/proc/15424/task/15473/stat : 15473 (java) R 15422 15424 14619 0 -1 4202560 243 0 0 0 30266 8 0 0 25 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109367907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15474] ppid=15422 vsize=1542636 CPUtime=302.72
/proc/15424/task/15474/stat : 15474 (java) R 15422 15424 14619 0 -1 4202560 182 0 0 0 30264 8 0 0 25 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109483662 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (KiB) 1542636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.102 s]
/proc/loadavg: 2.10 1.98 1.65 5/122 15993
/proc/meminfo: memFree=1327776/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1542636 CPUtime=1800.13
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 131144 0 1 0 179821 192 0 0 15 0 16 0 6596507 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385659 115957 1453 10 0 382962 0
[pid=15424/tid=15426] ppid=15422 vsize=1542636 CPUtime=8.84
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8685 0 1 0 878 6 0 0 15 0 16 0 6596509 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1542636 CPUtime=26.35
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 41172 0 0 0 2591 44 0 0 16 0 16 0 6596510 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1542636 CPUtime=26.35
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 41432 0 0 0 2573 62 0 0 15 0 16 0 6596510 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1542636 CPUtime=59.01
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 918 0 0 0 5883 18 0 0 15 0 16 0 6596512 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6596513 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6596513 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1542636 CPUtime=3.3
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 10285 0 0 0 326 4 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1542636 CPUtime=2.32
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 2357 0 0 0 232 0 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 6596517 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15439] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15439/stat : 15439 (java) S 15422 15424 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6597406 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15440] ppid=15422 vsize=1542636 CPUtime=0
/proc/15424/task/15440/stat : 15440 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6597407 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15473] ppid=15422 vsize=1542636 CPUtime=307.42
/proc/15424/task/15473/stat : 15473 (java) R 15422 15424 14619 0 -1 4202560 246 0 0 0 30734 8 0 0 20 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109374512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15474] ppid=15422 vsize=1542636 CPUtime=307.49
/proc/15424/task/15474/stat : 15474 (java) R 15422 15424 14619 0 -1 4202560 185 0 0 0 30741 8 0 0 20 0 16 0 6656120 1579659264 115957 1992294400 134512640 134550932 4294457648 18446744073709551615 4109484020 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1542636

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

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

[startup+948.225 s]
/proc/loadavg: 2.10 1.98 1.65 5/122 15993
/proc/meminfo: memFree=1327776/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1543284 CPUtime=1800.34
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 131159 0 1 0 179842 192 0 0 15 0 18 0 6596507 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385821 115972 1453 10 0 383124 0
[pid=15424/tid=15426] ppid=15422 vsize=1543284 CPUtime=8.84
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8685 0 1 0 878 6 0 0 15 0 18 0 6596509 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1543284 CPUtime=26.35
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 41172 0 0 0 2591 44 0 0 16 0 18 0 6596510 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1543284 CPUtime=26.35
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 41432 0 0 0 2573 62 0 0 15 0 18 0 6596510 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1543284 CPUtime=59.01
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 918 0 0 0 5883 18 0 0 15 0 18 0 6596512 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 6596513 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 6596513 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 6596517 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1543284 CPUtime=3.3
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 10285 0 0 0 326 4 0 0 15 0 18 0 6596517 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1543284 CPUtime=2.32
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 2357 0 0 0 232 0 0 0 15 0 18 0 6596517 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 6596517 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 6596517 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15439] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15439/stat : 15439 (java) S 15422 15424 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 6597406 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15440] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15440/stat : 15440 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 6597407 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15473] ppid=15422 vsize=1543284 CPUtime=307.52
/proc/15424/task/15473/stat : 15473 (java) R 15422 15424 14619 0 -1 4202560 246 0 0 0 30744 8 0 0 20 0 18 0 6656120 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4109483662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15474] ppid=15422 vsize=1543284 CPUtime=307.59
/proc/15424/task/15474/stat : 15474 (java) R 15422 15424 14619 0 -1 4202560 185 0 0 0 30751 8 0 0 20 0 18 0 6656120 1580322816 115972 1992294400 134512640 134550932 4294457648 18446744073709551615 4109484020 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 1543284

[startup+948.302 s]
/proc/loadavg: 2.10 1.98 1.65 5/122 15993
/proc/meminfo: memFree=1327776/2059040 swapFree=4170748/4192956
[pid=15424] ppid=15422 vsize=1543284 CPUtime=1800.49
/proc/15424/stat : 15424 (java) S 15422 15424 14619 0 -1 4202496 131162 0 1 0 179857 192 0 0 15 0 17 0 6596507 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15424/statm: 385821 115975 1453 10 0 383124 0
[pid=15424/tid=15426] ppid=15422 vsize=1543284 CPUtime=8.84
/proc/15424/task/15426/stat : 15426 (java) S 15422 15424 14619 0 -1 4202560 8685 0 1 0 878 6 0 0 15 0 17 0 6596509 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15427] ppid=15422 vsize=1543284 CPUtime=26.35
/proc/15424/task/15427/stat : 15427 (java) S 15422 15424 14619 0 -1 4202560 41172 0 0 0 2591 44 0 0 16 0 17 0 6596510 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15428] ppid=15422 vsize=1543284 CPUtime=26.35
/proc/15424/task/15428/stat : 15428 (java) S 15422 15424 14619 0 -1 4202560 41432 0 0 0 2573 62 0 0 15 0 17 0 6596510 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15429] ppid=15422 vsize=1543284 CPUtime=59.01
/proc/15424/task/15429/stat : 15429 (java) S 15422 15424 14619 0 -1 4202560 918 0 0 0 5883 18 0 0 15 0 17 0 6596512 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 0 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15430] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15430/stat : 15430 (java) S 15422 15424 14619 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 6596513 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15431] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15431/stat : 15431 (java) S 15422 15424 14619 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 6596513 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15432] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15432/stat : 15432 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 6596517 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15433] ppid=15422 vsize=1543284 CPUtime=3.3
/proc/15424/task/15433/stat : 15433 (java) S 15422 15424 14619 0 -1 4202560 10285 0 0 0 326 4 0 0 15 0 17 0 6596517 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15434] ppid=15422 vsize=1543284 CPUtime=2.32
/proc/15424/task/15434/stat : 15434 (java) S 15422 15424 14619 0 -1 4202560 2357 0 0 0 232 0 0 0 15 0 17 0 6596517 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15435] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15435/stat : 15435 (java) S 15422 15424 14619 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 6596517 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15436] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15436/stat : 15436 (java) S 15422 15424 14619 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 6596517 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 1 0 0 0
[pid=15424/tid=15439] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15439/stat : 15439 (java) S 15422 15424 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 6597406 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15440] ppid=15422 vsize=1543284 CPUtime=0
/proc/15424/task/15440/stat : 15440 (java) S 15422 15424 14619 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 6597407 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4294960144 0 4 0 16800975 18446604437822351488 0 0 -1 0 0 0 0
[pid=15424/tid=15473] ppid=15422 vsize=1543284 CPUtime=307.6
/proc/15424/task/15473/stat : 15473 (java) R 15422 15424 14619 0 -1 4202560 246 0 0 0 30752 8 0 0 20 0 17 0 6656120 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4109367907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15424/tid=15474] ppid=15422 vsize=1543284 CPUtime=307.66
/proc/15424/task/15474/stat : 15474 (java) R 15422 15424 14619 0 -1 4202560 185 0 0 0 30758 8 0 0 21 0 17 0 6656120 1580322816 115975 1992294400 134512640 134550932 4294457648 18446744073709551615 4109483735 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 1543284

Child status: 143
Real time (s): 948.372
CPU time (s): 1800.6
CPU user time (s): 1798.62
CPU system time (s): 1.9747
CPU usage (%): 189.862
Max. virtual memory (cumulated for all children) (KiB): 1544136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.9747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131163
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35232
involuntary context switches= 56284

runsolver used 4.68829 second user time and 10.9503 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 03:50:20
IDJOB=2661863
IDBENCH=48118
IDSOLVER=1166
FILE ID=node031/2661863-1276653020
PBS_JOBID= 11172432
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661863-1276653020/watcher-2661863-1276653020 -o /tmp/evaluation-result-2661863-1276653020/solver-2661863-1276653020 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661863-1276653020.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7603a459a5769ea7e43f52c522eb87aa
RANDOM SEED=2073374284

node031.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1799604 kB
Buffers:         34288 kB
Cached:         109200 kB
SwapCached:       1484 kB
Active:          84720 kB
Inactive:        97924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799604 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:             612 kB
Writeback:           0 kB
AnonPages:       37564 kB
Mapped:          15448 kB
Slab:            54732 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 04:06:11