Trace number 3688074

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)74 1800.59 902.958

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM5946eb43fefc6e626d35d99afd3eec42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1287
Total number of constraints2430
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 constraints2430
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
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 c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688074-1337875743.opb
0.08/0.12	c reading problem ... 
1.12/0.59	c ... done. Wall clock time 0.463s.
1.12/0.59	c declared #vars     1287
1.12/0.59	c #constraints  2430
1.12/0.59	c constraints type 
1.12/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2430
1.12/0.59	c 2430 constraints processed.
1.12/0.59	c constraints type 
1.12/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2430
1.12/0.59	c 2430 constraints processed.
1.12/0.59	c objective function length is 7 literals
2.35/0.97	c  And the winner is solver0
2.59/1.09	c SATISFIABLE
2.59/1.09	c OPTIMIZING...
2.59/1.09	c Got one! Elapsed wall clock time (in seconds):0.966
2.59/1.09	o 111
3.39/1.40	c  And the winner is solver0
3.42/1.59	c Got one! Elapsed wall clock time (in seconds):1.467
3.42/1.59	o 110
6.67/3.08	c  And the winner is solver0
6.67/3.09	c Got one! Elapsed wall clock time (in seconds):2.969
6.67/3.09	o 109
7.51/3.45	c cleaning 3403 clauses out of 6806 with flag 1001/6806
9.14/4.03	c  And the winner is solver0
9.14/4.09	c Got one! Elapsed wall clock time (in seconds):3.97
9.14/4.09	o 106
10.46/4.70	c  And the winner is solver0
10.48/5.09	c Got one! Elapsed wall clock time (in seconds):4.971
10.48/5.09	o 104
12.48/6.19	c cleaning 4829 clauses out of 9658 with flag 3000/13061
13.09/6.42	c  And the winner is solver0
13.16/6.60	c Got one! Elapsed wall clock time (in seconds):6.473
13.16/6.60	o 100
13.77/6.96	c  And the winner is solver0
13.92/7.10	c Got one! Elapsed wall clock time (in seconds):6.974
13.92/7.10	o 96
16.43/8.37	c  And the winner is solver0
16.60/8.60	c Got one! Elapsed wall clock time (in seconds):8.475
16.60/8.60	o 93
17.69/9.12	c cleaning 5571 clauses out of 11142 with flag 1001/19374
20.12/10.29	c  And the winner is solver0
20.36/10.60	c Got one! Elapsed wall clock time (in seconds):10.476
20.36/10.60	o 90
21.74/11.35	c cleaning 5460 clauses out of 10935 with flag 2000/24738
26.12/13.32	c  And the winner is solver0
26.20/13.60	c Got one! Elapsed wall clock time (in seconds):13.477
26.20/13.60	o 89
29.82/15.44	c cleaning 7846 clauses out of 15709 with flag 5001/34972
33.37/17.21	c  And the winner is solver0
33.43/17.60	c Got one! Elapsed wall clock time (in seconds):17.478
33.43/17.60	o 88
34.23/18.00	c cleaning 6648 clauses out of 13318 with flag 1000/40427
38.78/20.32	c cleaning 6326 clauses out of 12670 with flag 7000/46427
41.95/21.95	c  And the winner is solver1
42.06/22.10	c Got one! Elapsed wall clock time (in seconds):21.98
42.06/22.10	o 87
42.85/22.52	c cleaning 5753 clauses out of 11513 with flag 1000/51596
44.58/23.46	c  And the winner is solver0
44.75/23.60	c Got one! Elapsed wall clock time (in seconds):23.481
44.75/23.60	o 84
46.73/24.66	c cleaning 5622 clauses out of 11263 with flag 3001/57099
51.28/26.94	c cleaning 5812 clauses out of 11641 with flag 9001/63099
56.66/29.69	c cleaning 6409 clauses out of 12828 with flag 16000/70098
62.41/32.58	c cleaning 7201 clauses out of 14419 with flag 24000/78098
69.95/36.37	c cleaning 8104 clauses out of 16218 with flag 33000/87098
77.88/40.32	c cleaning 9047 clauses out of 18115 with flag 43001/97099
84.03/43.50	c  And the winner is solver0
84.26/43.67	c Got one! Elapsed wall clock time (in seconds):43.549
84.26/43.67	o 83
87.92/45.57	c cleaning 10755 clauses out of 21525 with flag 5001/109556
92.88/48.05	c cleaning 8378 clauses out of 16769 with flag 11000/115555
98.19/50.71	c cleaning 7689 clauses out of 15391 with flag 18000/122555
101.14/52.23	c  And the winner is solver0
101.26/52.67	c Got one! Elapsed wall clock time (in seconds):52.551
101.26/52.67	o 80
102.70/53.47	c cleaning 6823 clauses out of 13666 with flag 2001/128519
107.66/55.97	c cleaning 6413 clauses out of 12842 with flag 8000/134518
112.80/58.58	c  And the winner is solver0
112.99/58.68	c Got one! Elapsed wall clock time (in seconds):58.553
112.99/58.68	o 79
116.77/60.52	c cleaning 8801 clauses out of 17606 with flag 5000/145695
120.89/62.65	c cleaning 7395 clauses out of 14805 with flag 11000/151695
126.62/65.59	c cleaning 7192 clauses out of 14410 with flag 18000/158695
133.56/69.09	c cleaning 7603 clauses out of 15218 with flag 26000/166695
135.10/69.86	c cleaning 0 clauses out of 11970 with flag 0/11979
141.17/72.85	c cleaning 8291 clauses out of 16615 with flag 35000/175695
149.90/77.29	c cleaning 9154 clauses out of 18325 with flag 45001/185696
152.44/78.56	c  And the winner is solver0
152.60/78.73	c Got one! Elapsed wall clock time (in seconds):78.609
152.60/78.73	o 77
153.92/79.45	c cleaning 7190 clauses out of 14383 with flag 2001/190908
158.48/81.72	c cleaning 6587 clauses out of 13192 with flag 8000/196907
163.58/84.37	c cleaning 6795 clauses out of 13606 with flag 15001/203908
170.72/87.95	c cleaning 7398 clauses out of 14811 with flag 23001/211908
178.24/91.75	c cleaning 8199 clauses out of 16413 with flag 32001/220908
186.83/96.01	c cleaning 9100 clauses out of 18213 with flag 42000/230907
195.92/100.70	c cleaning 10053 clauses out of 20115 with flag 53002/241909
205.45/105.45	c cleaning 11023 clauses out of 22060 with flag 65000/253907
215.77/110.66	c cleaning 12013 clauses out of 24037 with flag 78000/266907
227.51/116.58	c cleaning 13005 clauses out of 26025 with flag 92001/280908
240.80/123.28	c cleaning 14008 clauses out of 28021 with flag 107002/295909
254.91/130.39	c cleaning 15005 clauses out of 30013 with flag 123002/311909
267.09/136.42	c  And the winner is solver0
267.20/136.88	c Got one! Elapsed wall clock time (in seconds):136.76
267.20/136.88	o 74
271.83/139.26	c cleaning 17090 clauses out of 34192 with flag 5000/331093
276.75/141.71	c cleaning 11544 clauses out of 23102 with flag 11000/337093
282.62/144.74	c cleaning 9268 clauses out of 18561 with flag 18003/344096
289.14/148.09	c cleaning 8635 clauses out of 17291 with flag 26001/352094
297.85/152.48	c cleaning 8822 clauses out of 17655 with flag 35000/361093
301.37/154.27	c cleaning 0 clauses out of 18477 with flag 0/18487
307.04/157.14	c cleaning 9409 clauses out of 18833 with flag 45000/371093
317.96/162.62	c cleaning 10200 clauses out of 20424 with flag 56000/382093
329.29/168.35	c cleaning 11104 clauses out of 22224 with flag 68000/394093
340.80/174.20	c cleaning 12053 clauses out of 24120 with flag 81000/407093
353.66/180.67	c cleaning 13025 clauses out of 26068 with flag 95001/421094
367.81/187.71	c cleaning 14006 clauses out of 28042 with flag 110000/436093
381.34/194.60	c cleaning 15013 clauses out of 30036 with flag 126000/452093
396.90/202.35	c cleaning 16001 clauses out of 32024 with flag 143001/469094
414.56/211.29	c cleaning 17001 clauses out of 34022 with flag 161000/487093
433.10/220.58	c cleaning 17997 clauses out of 36022 with flag 180001/506094
452.41/230.23	c cleaning 18996 clauses out of 38025 with flag 200001/526094
472.34/240.29	c cleaning 20002 clauses out of 40028 with flag 221000/547093
493.83/251.05	c cleaning 21008 clauses out of 42027 with flag 243001/569094
517.96/263.11	c cleaning 22003 clauses out of 44018 with flag 266000/592093
537.70/273.02	c cleaning 0 clauses out of 24476 with flag 0/24486
540.79/274.61	c cleaning 22999 clauses out of 46015 with flag 290000/616093
565.09/286.80	c cleaning 24006 clauses out of 48016 with flag 315000/641093
587.23/297.99	c cleaning 24998 clauses out of 50010 with flag 341000/667093
614.04/311.36	c cleaning 25992 clauses out of 52013 with flag 368001/694094
641.87/325.25	c cleaning 27003 clauses out of 54021 with flag 396001/722094
671.08/339.83	c cleaning 28002 clauses out of 56018 with flag 425001/751094
698.54/353.59	c cleaning 28993 clauses out of 58015 with flag 455000/781093
728.39/368.42	c cleaning 30005 clauses out of 60022 with flag 486000/812093
758.06/383.21	c cleaning 31006 clauses out of 62019 with flag 518002/844095
791.45/399.99	c cleaning 31996 clauses out of 64011 with flag 551000/877093
826.13/417.20	c cleaning 32999 clauses out of 66015 with flag 585000/911093
862.45/435.35	c cleaning 33999 clauses out of 68016 with flag 620000/946093
901.81/454.92	c cleaning 35003 clauses out of 70017 with flag 656000/982093
944.40/476.21	c cleaning 35995 clauses out of 72014 with flag 693000/1019093
946.26/477.22	c cleaning 0 clauses out of 31476 with flag 0/31486
985.62/496.88	c cleaning 37000 clauses out of 74021 with flag 731002/1057095
1030.72/519.31	c cleaning 38003 clauses out of 76020 with flag 770001/1096094
1076.40/542.14	c cleaning 39005 clauses out of 78018 with flag 810002/1136095
1121.45/564.67	c cleaning 39991 clauses out of 80012 with flag 851001/1177094
1169.53/588.67	c cleaning 41002 clauses out of 82021 with flag 893001/1219094
1220.71/614.18	c cleaning 41999 clauses out of 84019 with flag 936001/1262094
1270.40/638.97	c cleaning 43001 clauses out of 86020 with flag 980001/1306094
1326.66/666.99	c cleaning 43997 clauses out of 88018 with flag 1025000/1351093
1377.23/692.18	c cleaning 45002 clauses out of 90021 with flag 1071000/1397093
1424.40/715.63	c cleaning 46004 clauses out of 92021 with flag 1118002/1444095
1449.53/728.26	c cleaning 0 clauses out of 39477 with flag 0/39487
1474.49/740.73	c cleaning 47005 clauses out of 94015 with flag 1166000/1492093
1530.91/768.90	c cleaning 47990 clauses out of 96010 with flag 1215000/1541093
1594.40/800.45	c cleaning 49002 clauses out of 98021 with flag 1265001/1591094
1662.94/834.60	c cleaning 50000 clauses out of 100018 with flag 1316000/1642093
1724.08/865.08	c cleaning 50995 clauses out of 102020 with flag 1368002/1694095
1790.14/897.96	c cleaning 51998 clauses out of 104023 with flag 1421000/1747093
1800.03/902.91	c starts		: 298
1800.03/902.91	c conflicts		: 1756588
1800.03/902.91	c decisions		: 1979205
1800.03/902.91	c propagations		: 148029044
1800.03/902.91	c inspects		: 5423617686
1800.03/902.91	c shortcuts		: 0
1800.03/902.91	c learnt literals	: 0
1800.03/902.91	c learnt binary clauses	: 8
1800.03/902.91	c learnt ternary clauses	: 6
1800.03/902.91	c learnt constraints	: 1756587
1800.03/902.91	c ignored constraints	: 0
1800.03/902.91	c root simplifications	: 0
1800.03/902.91	c removed literals (reason simplification)	: 4196133
1800.03/902.91	c reason swapping (by a shorter reason)	: 0
1800.03/902.91	c Calls to reduceDB	: 86
1800.03/902.91	c number of reductions to clauses (during analyze)	: 0
1800.03/902.91	c number of learned constraints concerned by reduction	: 0
1800.03/902.91	c number of learning phase by resolution	: 0
1800.03/902.91	c number of learning phase by cutting planes	: 0
1800.03/902.91	c speed (assignments/second)	: 168060.8953617482
1800.03/902.91	c non guided choices	6890
1800.03/902.94	c learnt constraints type 
1800.03/902.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.03/902.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61541
1800.03/902.94	c constraints type 
1800.03/902.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2431
1800.03/902.94	c 2431 constraints processed.
1800.03/902.94	c constraints type 
1800.03/902.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2431
1800.03/902.94	c 2431 constraints processed.
1800.03/902.94	s SATISFIABLE
1800.03/902.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 x501 x502 x503 x504 x505 x506 -x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 -x524 x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 -x537 x538 x539 x540 x541 -x542 x543 x544 x545 x546 x547 x548 x549 x550 -x551 -x552 x553 x554 x555 x556 x557 x558 -x559 x560 x561 x562 x563 x564 x565 -x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 -x579 -x580 x581 x582 x583 -x584 x585 x586 x587 -x588 x589 x590 -x591 -x592 -x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 -x618 -x619 x620 x621 x622 -x623 x624 x625 x626 -x627 x628 x629 -x630 -x631 -x632 x633 x634 x635 x636 x637 -x638 x639 x640 x641 x642 -x643 -x644 x645 x646 x647 -x648 -x649 x650 x651 x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 x668 x669 x670 x671 -x672 x673 x674 x675 -x676 x677 x678 x679 -x680 x681 x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 x699 x700 x701 x702 x703 -x704 x705 x706 -x707 x708 x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 x723 x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 x749 x750 x751 x752 x753 x754 x755 -x756 x757 x758 x759 x760 x761 x762 x763 x764 x765 x766 x767 x768 x769 x770 x771 x772 x773 x774 x775 x776 x777 x778 x779 x780 x781 x782 -x783 -x784 x785 x786 x787 x788 x789 x790 -x791 x792 x793 x794 x795 x796 x797 x798 x799 x800 x801 x802 x803 -x804 -x805 x806 x807 x808 -x809 x810 x811 x812 x813 x814 x815 -x816 -x817 -x818 x819 x820 x821 x822 x823 x824 x825 x826 x827 x828 x829 x830 x831 x832 x833 x834 x835 x836 -x837 -x838 x839 x840 x841 -x842 x843 x844 x845 -x846 x847 x848 -x849 -x850 -x851 x852 x853 x854 x855 x856 -x857 -x858 x859 x860 x861 -x862 -x863 x864 x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 x882 x883 x884 x885 -x886 x887 x888 x889 -x890 x891 x892 x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 x908 x909 x910 x911 x912 x913 -x914 x915 x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 x929 x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 x954 x955 x956 x957 x958 x959 x960 x961 x962 x963 x964 -x965 x966 x967 x968 x969 -x970 x971 x972 x973 x974 x975 x976 -x977 -x978 -x979 x980 x981 x982 x983 x984 x985 x986 x987 x988 x989 x990 x991 -x992 -x993 x994 x995 x996 -x997 x998 x999 x1000 x1001 x1002 x1003 -x1004 -x1005 -x1006 -x1007 x1008 x1009 x1010 x1011 -x1012 -x1013 x1014 x1015 x1016 -x1017 -x1018 -x1019 x1020 x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 x1033 x1034 x1035 -x1036 x1037 x1038 x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 x1054 x1055 x1056 x1057 x1058 x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 x1092 x1093 x1094 x1095 x1096 x1097 x1098 x1099 x1100 x1101 x1102 x1103 x1104 x1105 x1106 x1107 x1108 x1109 x1110 x1111 -x1112 x1113 x1114 x1115 x1116 x1117 -x1118 -x1119 x1120 x1121 x1122 -x1123 -x1124 x1125 x1126 -x1127 x1128 x1129 -x1130 -x1131 -x1132 x1133 x1134 x1135 x1136 -x1137 -x1138 x1139 x1140 -x1141 -x1142 x1143 x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 x1151 x1152 x1153 -x1154 x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 x1166 x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 x1185 x1186 x1187 -x1188 x1189 x1190 x1191 -x1192 x1193 x1194 -x1195 -x1196 -x1197 -x1198 x1199 x1200 x1201 -x1202 -x1203 x1204 x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 x1213 x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 x1239 x1240 x1241 x1242 x1243 x1244 x1245 x1246 -x1247 x1248 x1249 x1250 x1251 x1252 x1253 -x1254 -x1255 -x1256 x1257 x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 x1268 x1269 x1270 x1271 x1272 -x1273 x1274 x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 
1800.03/902.94	c objective function=74
1800.03/902.94	c Total wall clock time (in seconds): 902.818

Verifier Data

OK	74

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.59 3.69 3.55 2/194 27062
/proc/meminfo: memFree=27153904/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/27062/stat : 27062 (java) R 27060 27062 24583 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 253699705 278528 33 33554432000 1073741824 1073778376 140734877615936 140734877613112 270698376487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27062/statm: 68 33 25 9 0 25 0

[startup+0.053373 s]
/proc/loadavg: 3.59 3.69 3.55 2/194 27062
/proc/meminfo: memFree=27153904/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 3039 0 1 0 2 0 0 0 20 0 13 0 253699705 9446973440 3737 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2306390 3737 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100191 s]
/proc/loadavg: 3.59 3.69 3.55 2/194 27062
/proc/meminfo: memFree=27153904/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 4204 0 1 0 7 1 0 0 20 0 18 0 253699705 9787813888 5389 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2389603 5396 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300173 s]
/proc/loadavg: 3.59 3.69 3.55 2/194 27062
/proc/meminfo: memFree=27153904/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 11829 0 1 0 50 2 0 0 20 0 18 0 253699705 9787813888 12563 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2389603 12563 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700174 s]
/proc/loadavg: 3.59 3.69 3.55 2/194 27062
/proc/meminfo: memFree=27153904/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 17008 0 1 0 163 4 0 0 20 0 22 0 253699705 10060460032 27728 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 27728 2243 9 0 2446860 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 3.70 3.71 3.56 1/213 27087
/proc/meminfo: memFree=26988832/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 17486 0 1 0 333 9 0 0 20 0 19 0 253699705 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 45729 2266 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2495 0 1 0 53 2 0 0 20 0 19 0 253699707 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253699708 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 19 0 253699709 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253699710 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253699710 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699712 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) S 27060 27062 24583 0 -1 4202560 5214 0 0 0 73 0 0 0 20 0 19 0 253699712 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546448120504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) S 27060 27062 24583 0 -1 4202560 8321 0 0 0 67 2 0 0 20 0 19 0 253699712 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546447067704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699712 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253699712 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27087] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27087/stat : 27087 (java) S 27060 27062 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253699765 10060460032 45729 33554432000 1073741824 1073778376 140736965905696 140546440750120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.70 3.71 3.56 3/216 27096
/proc/meminfo: memFree=26883144/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=6.89 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 20110 0 1 0 671 18 0 0 20 0 22 0 253699705 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 84289 2269 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2495 0 1 0 53 2 0 0 20 0 22 0 253699707 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253699708 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 253699709 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) R 27060 27062 24583 0 -1 4202560 7438 0 0 0 98 2 0 0 20 0 22 0 253699712 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546448120504 140546631105952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) R 27060 27062 24583 0 -1 4202560 8459 0 0 0 82 2 0 0 20 0 22 0 253699712 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546447067704 140546632189354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27087] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27087/stat : 27087 (java) S 27060 27062 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253699765 10060460032 84289 33554432000 1073741824 1073778376 140736965905696 140546440750120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 3.72 3.71 3.56 5/219 27117
/proc/meminfo: memFree=26531028/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=12.87 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 29481 0 1 0 1256 31 0 0 20 0 22 0 253699705 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 153050 2281 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2496 0 1 0 53 2 0 0 20 0 22 0 253699707 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253699708 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 478 0 0 0 7 1 0 0 20 0 22 0 253699709 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) S 27060 27062 24583 0 -1 4202560 12105 0 0 0 126 2 0 0 20 0 22 0 253699712 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546448120504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) S 27060 27062 24583 0 -1 4202560 12696 0 0 0 105 2 0 0 20 0 22 0 253699712 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546447067704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27087] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27087/stat : 27087 (java) S 27060 27062 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253699765 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546440750120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27112] ppid=27060 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/27062/task/27112/stat : 27112 (java) R 27060 27062 24583 0 -1 4202560 9 0 0 0 113 0 0 0 20 0 22 0 253700215 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546442854584 140546568598496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27113] ppid=27060 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/27062/task/27113/stat : 27113 (java) R 27060 27062 24583 0 -1 4202560 4 0 0 0 113 0 0 0 20 0 22 0 253700215 10060460032 153050 33554432000 1073741824 1073778376 140736965905696 140546443905392 140546568498108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=27062/tid=27260] ppid=27060 vsize=9824668 CPUtime=672.16 cores=1,3,5,7
/proc/27062/task/27260/stat : 27260 (java) R 27060 27062 24583 0 -1 4202560 208 0 0 0 67204 12 0 0 20 0 22 0 253713394 10060460032 440727 33554432000 1073741824 1073778376 140736965905696 140546443907056 140546568625018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27261] ppid=27060 vsize=9824668 CPUtime=672.15 cores=1,3,5,7
/proc/27062/task/27261/stat : 27261 (java) R 27060 27062 24583 0 -1 4202560 102 0 0 0 67203 12 0 0 20 0 22 0 253713394 10060460032 440727 33554432000 1073741824 1073778376 140736965905696 140546441800064 140546568542360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27262] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27262/stat : 27262 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253713395 10060460032 440727 33554432000 1073741824 1073778376 140736965905696 140546442855208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1638.2
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.93 3.76 5/219 27494
/proc/meminfo: memFree=27076324/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=1758.76 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 43360 0 1 0 175727 149 0 0 20 0 22 0 253699705 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 429518 2282 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2512 0 1 0 56 5 0 0 20 0 22 0 253699707 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 286 0 0 0 275 2 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 312 0 0 0 296 3 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 292 0 0 0 258 4 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 293 0 0 0 268 3 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 302 0 0 0 266 3 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 286 0 0 0 274 5 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 301 0 0 0 274 4 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 297 0 0 0 277 3 0 0 20 0 22 0 253699708 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=11 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 1094 0 0 0 1079 21 0 0 20 0 22 0 253699709 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) S 27060 27062 24583 0 -1 4202560 17423 0 0 0 166 4 0 0 20 0 22 0 253699712 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546448120504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) S 27060 27062 24583 0 -1 4202560 17117 0 0 0 202 3 0 0 20 0 22 0 253699712 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546447067704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 49 0 0 0 14 22 0 0 20 0 22 0 253699712 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27171] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27171/stat : 27171 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253701916 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546440750632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27260] ppid=27060 vsize=9824668 CPUtime=731.16 cores=1,3,5,7
/proc/27062/task/27260/stat : 27260 (java) R 27060 27062 24583 0 -1 4202560 229 0 0 0 73103 13 0 0 20 0 22 0 253713394 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546443907056 140546568625074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27261] ppid=27060 vsize=9824668 CPUtime=731.15 cores=1,3,5,7
/proc/27062/task/27261/stat : 27261 (java) R 27060 27062 24583 0 -1 4202560 109 0 0 0 73102 13 0 0 20 0 22 0 253713394 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546441800088 140546568492187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27262] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27262/stat : 27262 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253713395 10060460032 429518 33554432000 1073741824 1073778376 140736965905696 140546442855208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.76
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.901 s]
/proc/loadavg: 3.99 3.93 3.76 6/219 27494
/proc/meminfo: memFree=27114100/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 43373 0 1 0 179852 151 0 0 20 0 22 0 253699705 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 427417 2282 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2512 0 1 0 56 5 0 0 20 0 22 0 253699707 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 287 0 0 0 285 2 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 312 0 0 0 302 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 292 0 0 0 267 4 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 293 0 0 0 275 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 302 0 0 0 271 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 286 0 0 0 282 5 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 301 0 0 0 281 4 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 297 0 0 0 285 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=11.21 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 1096 0 0 0 1099 22 0 0 20 0 22 0 253699709 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) S 27060 27062 24583 0 -1 4202560 17423 0 0 0 166 4 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546448120504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) S 27060 27062 24583 0 -1 4202560 17117 0 0 0 202 3 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546447067704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27171] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27171/stat : 27171 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253701916 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546440750632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27260] ppid=27060 vsize=9824668 CPUtime=751.39 cores=1,3,5,7
/proc/27062/task/27260/stat : 27260 (java) R 27060 27062 24583 0 -1 4202560 235 0 0 0 75126 13 0 0 20 0 22 0 253713394 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546443907056 140546568625146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27261] ppid=27060 vsize=9824668 CPUtime=751.38 cores=1,3,5,7
/proc/27062/task/27261/stat : 27261 (java) R 27060 27062 24583 0 -1 4202560 111 0 0 0 75125 13 0 0 20 0 22 0 253713394 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546441799968 140546568497278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27262] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27262/stat : 27262 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253713395 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546442855208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

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

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

[startup+902.901 s]
/proc/loadavg: 3.99 3.93 3.76 6/219 27494
/proc/meminfo: memFree=27114100/32873648 swapFree=6856/6856
[pid=27062] ppid=27060 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/27062/stat : 27062 (java) S 27060 27062 24583 0 -1 4202496 43373 0 1 0 179852 151 0 0 20 0 22 0 253699705 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140736965896832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27062/statm: 2456167 427417 2282 9 0 2446860 0
[pid=27062/tid=27064] ppid=27060 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/27062/task/27064/stat : 27064 (java) S 27060 27062 24583 0 -1 4202560 2512 0 1 0 56 5 0 0 20 0 22 0 253699707 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546628072440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27065] ppid=27060 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27062/task/27065/stat : 27065 (java) S 27060 27062 24583 0 -1 4202560 287 0 0 0 285 2 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546566801704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27066] ppid=27060 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/27062/task/27066/stat : 27066 (java) S 27060 27062 24583 0 -1 4202560 312 0 0 0 302 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546565748904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27067] ppid=27060 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/27062/task/27067/stat : 27067 (java) S 27060 27062 24583 0 -1 4202560 292 0 0 0 267 4 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546564696616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27068] ppid=27060 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/27062/task/27068/stat : 27068 (java) S 27060 27062 24583 0 -1 4202560 293 0 0 0 275 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546468952488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27069] ppid=27060 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/27062/task/27069/stat : 27069 (java) S 27060 27062 24583 0 -1 4202560 302 0 0 0 271 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546467900200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27070] ppid=27060 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27062/task/27070/stat : 27070 (java) S 27060 27062 24583 0 -1 4202560 286 0 0 0 282 5 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546466847400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27071] ppid=27060 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/27062/task/27071/stat : 27071 (java) S 27060 27062 24583 0 -1 4202560 301 0 0 0 281 4 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546465795112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27072] ppid=27060 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/27062/task/27072/stat : 27072 (java) S 27060 27062 24583 0 -1 4202560 297 0 0 0 285 3 0 0 20 0 22 0 253699708 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546464742312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27073] ppid=27060 vsize=9824668 CPUtime=11.21 cores=1,3,5,7
/proc/27062/task/27073/stat : 27073 (java) S 27060 27062 24583 0 -1 4202560 1096 0 0 0 1099 22 0 0 20 0 22 0 253699709 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546452330728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27074] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27074/stat : 27074 (java) S 27060 27062 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546451276792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27075] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27075/stat : 27075 (java) S 27060 27062 24583 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253699710 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546450224392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27076] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27076/stat : 27076 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546449172880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27062/tid=27077] ppid=27060 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27062/task/27077/stat : 27077 (java) S 27060 27062 24583 0 -1 4202560 17423 0 0 0 166 4 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546448120504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27078] ppid=27060 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/27062/task/27078/stat : 27078 (java) S 27060 27062 24583 0 -1 4202560 17117 0 0 0 202 3 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546447067704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27079] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27079/stat : 27079 (java) S 27060 27062 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546446015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27080] ppid=27060 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/27062/task/27080/stat : 27080 (java) S 27060 27062 24583 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 253699712 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546444963016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27171] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27171/stat : 27171 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253701916 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546440750632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27062/tid=27260] ppid=27060 vsize=9824668 CPUtime=751.39 cores=1,3,5,7
/proc/27062/task/27260/stat : 27260 (java) R 27060 27062 24583 0 -1 4202560 235 0 0 0 75126 13 0 0 20 0 22 0 253713394 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546443907056 140546568625146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27062/tid=27261] ppid=27060 vsize=9824668 CPUtime=751.38 cores=1,3,5,7
/proc/27062/task/27261/stat : 27261 (java) R 27060 27062 24583 0 -1 4202560 111 0 0 0 75125 13 0 0 20 0 22 0 253713394 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546441799968 140546568497278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27062/tid=27262] ppid=27060 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27062/task/27262/stat : 27262 (java) S 27060 27062 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253713395 10060460032 427417 33554432000 1073741824 1073778376 140736965905696 140546442855208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 902.958
CPU time (s): 1800.59
CPU user time (s): 1798.64
CPU system time (s): 1.9517
CPU usage (%): 199.41
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.9517
maximum resident set size= 2195624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43407
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= 33728
involuntary context switches= 44175

runsolver used 4.36034 second user time and 7.37488 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 18:09:03
IDJOB=3688074
IDBENCH=2643
IDSOLVER=2268
FILE ID=node125/3688074-1337875743
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_11.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688074-1337875743/watcher-3688074-1337875743 -o /tmp/evaluation-result-3688074-1337875743/solver-3688074-1337875743 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688074-1337875743.opb

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

MD5SUM BENCH= 5946eb43fefc6e626d35d99afd3eec42
RANDOM SEED=1553996948

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27154060 kB
Buffers:          202296 kB
Cached:          2195972 kB
SwapCached:            0 kB
Active:          3155892 kB
Inactive:        1796196 kB
Active(anon):    2556248 kB
Inactive(anon):        0 kB
Active(file):     599644 kB
Inactive(file):  1796196 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       2559956 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             627288 kB
SReclaimable:      71204 kB
SUnreclaim:       556084 kB
KernelStack:        1624 kB
PageTables:         9192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3206960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2498560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node125 at 2012-05-24 18:24:08