Trace number 4440353

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 Resolution 2024 2024-07-07SAT (TO)-24 3600.22 3571.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM6f27158fc75cdb45f11467b416377039
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark2.23031
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables450
Total number of constraints17794
Number of constraints which are clauses17794
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.09/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.21	c See www.sat4j.org for details.
0.09/0.22	c version CUSTOM.v20240707
0.09/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.23	c java.vm.version	22.0.1+8-16
0.09/0.23	c java.vm.vendor	Oracle Corporation
0.09/0.23	c sun.arch.data.model	64
0.09/0.23	c java.version		22.0.1
0.09/0.23	c os.name		Linux
0.09/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.23	c os.arch		amd64
0.09/0.23	c Free memory 		2104792832
0.09/0.23	c Max memory 		16282288128
0.09/0.23	c Total memory 		2113929216
0.09/0.23	c Number of processors 	2
0.09/0.27	--- Begin Solver configuration ---
0.09/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.27	Learn all clauses as in MiniSAT
0.09/0.27	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.27	Expensive reason simplification
0.09/0.27	Glucose 2.1 dynamic restart strategy
0.09/0.27	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.27	timeout=2147483s
0.09/0.27	DB Simplification allowed=false
0.09/0.27	Listener: none
0.09/0.27	--- End Solver configuration ---
0.09/0.27	c Pseudo Boolean Optimization by upper bound
0.09/0.27	c --- Begin Solver configuration ---
0.09/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.27	c Learn all clauses as in MiniSAT
0.09/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.27	c Expensive reason simplification
0.09/0.27	c Glucose 2.1 dynamic restart strategy
0.09/0.27	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.27	c timeout=2147483s
0.09/0.27	c DB Simplification allowed=false
0.09/0.27	c Listener: none
0.09/0.27	c --- End Solver configuration ---
0.09/0.28	c solving HOME/instance-4440353-1721765643.opb
0.09/0.28	c reading problem ... 
0.09/0.28	c using VERIPB proof format
0.09/0.28	c  objective function found
0.45/0.41	c ... done. Wall clock time 0.137s.
0.45/0.42	c declared #vars     450
0.45/0.42	c #constraints  17794
0.45/0.42	c constraints type 
0.45/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17794
0.45/0.42	c 17794 constraints processed.
0.45/0.43	c objective function length is 450 literals
0.45/0.44	c SATISFIABLE
0.45/0.44	c OPTIMIZING...
0.45/0.44	c Got one! Elapsed wall clock time (in seconds):0.162
0.45/0.44	o -19
0.64/0.57	c Got one! Elapsed wall clock time (in seconds):0.287
0.64/0.57	o -20
1.21/0.81	c Got one! Elapsed wall clock time (in seconds):0.534
1.21/0.81	o -21
1.60/1.01	c Got one! Elapsed wall clock time (in seconds):0.735
1.60/1.01	o -22
1.99/1.23	c Got one! Elapsed wall clock time (in seconds):0.953
1.99/1.23	o -23
4.73/2.62	c Got one! Elapsed wall clock time (in seconds):2.341
4.73/2.62	o -24
5.43/3.16	c cleaning 3758 clauses out of 7516 with flag 2187/7516
7.76/5.11	c cleaning 4879 clauses out of 9758 with flag 15006/13516
10.27/7.66	c cleaning 5935 clauses out of 11879 with flag 31828/20516
13.24/10.42	c cleaning 6966 clauses out of 13944 with flag 51052/28516
15.99/13.03	c cleaning 7989 clauses out of 15977 with flag 71142/37515
18.03/15.03	c cleaning 8992 clauses out of 17988 with flag 92013/47515
20.47/17.44	c cleaning 10001 clauses out of 20001 with flag 114953/58520
23.66/20.49	c cleaning 10998 clauses out of 21995 with flag 139761/70515
27.05/23.73	c cleaning 11996 clauses out of 23997 with flag 166790/83515
30.61/27.21	c cleaning 12994 clauses out of 26001 with flag 195852/97515
35.13/31.63	c cleaning 14004 clauses out of 28007 with flag 227151/112515
39.95/36.26	c cleaning 14999 clauses out of 30005 with flag 260386/128517
45.98/41.90	c cleaning 16001 clauses out of 32004 with flag 295274/145515
51.96/47.84	c cleaning 17001 clauses out of 34004 with flag 332664/163516
59.62/55.32	c cleaning 17993 clauses out of 36002 with flag 372065/182515
66.76/62.38	c cleaning 19001 clauses out of 38010 with flag 413846/202516
74.85/71.69	c cleaning 19996 clauses out of 40008 with flag 457666/223515
83.71/80.11	c cleaning 21007 clauses out of 42013 with flag 503227/245516
92.72/88.81	c cleaning 21998 clauses out of 44006 with flag 551154/268516
101.93/98.68	c cleaning 22999 clauses out of 46007 with flag 601126/292515
112.00/108.48	c cleaning 24002 clauses out of 48008 with flag 653206/317515
123.17/119.66	c cleaning 24991 clauses out of 50006 with flag 707307/343515
136.59/133.35	c cleaning 26001 clauses out of 52016 with flag 763713/370516
150.57/147.29	c cleaning 27008 clauses out of 54015 with flag 822142/398516
166.53/163.05	c cleaning 28004 clauses out of 56011 with flag 882554/427520
185.06/181.12	c cleaning 29001 clauses out of 58003 with flag 945022/457516
203.95/200.20	c cleaning 30000 clauses out of 60001 with flag 1008846/488515
220.95/217.14	c cleaning 31001 clauses out of 62002 with flag 1074876/520516
237.87/236.28	c cleaning 31993 clauses out of 64003 with flag 1143389/553518
257.31/255.36	c cleaning 33002 clauses out of 66010 with flag 1214380/587518
278.31/278.52	c cleaning 34004 clauses out of 68009 with flag 1287311/622519
298.64/302.32	c cleaning 34994 clauses out of 70002 with flag 1362188/658516
322.01/325.46	c cleaning 35999 clauses out of 72007 with flag 1439362/695515
345.58/348.52	c cleaning 37002 clauses out of 74010 with flag 1518641/733517
373.27/376.35	c cleaning 38004 clauses out of 76007 with flag 1599656/772516
400.17/403.43	c cleaning 38996 clauses out of 78002 with flag 1682511/812515
428.08/431.21	c cleaning 39995 clauses out of 80007 with flag 1767890/853516
458.79/461.73	c cleaning 41005 clauses out of 82012 with flag 1855493/895516
493.07/495.80	c cleaning 42001 clauses out of 84006 with flag 1945290/938515
521.08/523.83	c cleaning 42995 clauses out of 86005 with flag 2037313/982515
556.19/558.79	c cleaning 43998 clauses out of 88010 with flag 2131289/1027515
589.91/594.56	c cleaning 44996 clauses out of 90012 with flag 2226794/1073515
629.41/634.14	c cleaning 46008 clauses out of 92016 with flag 2324157/1120515
672.21/676.84	c cleaning 47002 clauses out of 94009 with flag 2424002/1168516
718.79/723.02	c cleaning 48004 clauses out of 96008 with flag 2525748/1217517
765.52/769.02	c cleaning 49000 clauses out of 98003 with flag 2630283/1267516
818.71/822.45	c cleaning 49993 clauses out of 100004 with flag 2736440/1318517
863.23/869.37	c cleaning 51002 clauses out of 102009 with flag 2844445/1370515
900.09/907.03	c cleaning 52003 clauses out of 104009 with flag 2954916/1423517
937.81/944.63	c cleaning 52996 clauses out of 106004 with flag 3067449/1477515
977.68/984.58	c cleaning 54002 clauses out of 108011 with flag 3182065/1532518
1022.69/1029.89	c cleaning 55001 clauses out of 110007 with flag 3298255/1588516
1073.37/1080.34	c cleaning 55999 clauses out of 112006 with flag 3417248/1645516
1125.77/1133.54	c cleaning 57003 clauses out of 114008 with flag 3538224/1703517
1176.07/1183.99	c cleaning 57992 clauses out of 116004 with flag 3661731/1762516
1228.50/1236.81	c cleaning 59006 clauses out of 118011 with flag 3786790/1822515
1285.86/1294.08	c cleaning 59998 clauses out of 120007 with flag 3913836/1883517
1357.94/1365.57	c cleaning 61001 clauses out of 122009 with flag 4042595/1945517
1427.65/1433.93	c cleaning 62003 clauses out of 124010 with flag 4173270/2008519
1497.75/1502.78	c cleaning 62997 clauses out of 126005 with flag 4306500/2072517
1563.23/1568.26	c cleaning 64000 clauses out of 128007 with flag 4441783/2137516
1623.86/1628.04	c cleaning 64996 clauses out of 130006 with flag 4578866/2203515
1690.05/1693.57	c cleaning 66006 clauses out of 132012 with flag 4718404/2270517
1756.57/1757.93	c cleaning 67002 clauses out of 134004 with flag 4859843/2338515
1829.21/1829.79	c cleaning 68004 clauses out of 136007 with flag 5002526/2407520
1915.30/1914.89	c cleaning 69001 clauses out of 138001 with flag 5147867/2477518
1991.80/1990.20	c cleaning 69995 clauses out of 139997 with flag 5295999/2548515
2058.56/2056.05	c cleaning 70997 clauses out of 142004 with flag 5446465/2620517
2135.79/2132.46	c cleaning 71996 clauses out of 144006 with flag 5598512/2693516
2226.18/2221.92	c cleaning 73001 clauses out of 146009 with flag 5752211/2767515
2314.22/2307.58	c cleaning 73998 clauses out of 148009 with flag 5908120/2842516
2406.65/2399.61	c cleaning 75002 clauses out of 150010 with flag 6065997/2918515
2508.04/2498.79	c cleaning 76005 clauses out of 152009 with flag 6225716/2995516
2604.59/2594.17	c cleaning 77003 clauses out of 154009 with flag 6388098/3073521
2708.04/2696.47	c cleaning 78001 clauses out of 156003 with flag 6552779/3152518
2797.64/2785.23	c cleaning 78997 clauses out of 157999 with flag 6719428/3232515
2891.55/2876.51	c cleaning 79996 clauses out of 160002 with flag 6887656/3313515
2994.47/2976.48	c cleaning 81000 clauses out of 162008 with flag 7058771/3395517
3099.42/3079.32	c cleaning 81996 clauses out of 164006 with flag 7231150/3478515
3202.24/3179.29	c cleaning 83002 clauses out of 166014 with flag 7405489/3562519
3327.39/3302.88	c cleaning 83994 clauses out of 168008 with flag 7582432/3647515
3449.84/3424.00	c cleaning 85007 clauses out of 170016 with flag 7761915/3733517
3570.87/3541.82	c cleaning 86004 clauses out of 172009 with flag 7943565/3820517
3600.03/3571.12	c starts		: 381
3600.03/3571.12	c conflicts		: 3849689
3600.03/3571.12	c decisions		: 4055557
3600.03/3571.12	c propagations		: 21755514
3600.03/3571.12	c inspects		: 10997111089
3600.03/3571.12	c shortcuts		: 0
3600.03/3571.12	c learnt literals	: 0
3600.03/3571.12	c learnt binary clauses	: 0
3600.03/3571.12	c learnt ternary clauses	: 0
3600.03/3571.12	c learnt constraints	: 3849689
3600.03/3571.12	c ignored constraints	: 0
3600.03/3571.12	c root simplifications	: 0
3600.03/3571.12	c removed literals (reason simplification)	: 113167993
3600.03/3571.12	c reason swapping (by a shorter reason)	: 0
3600.03/3571.12	c Calls to reduceDB	: 83
3600.03/3571.12	c Number of update (reduction) of LBD	: 111938
3600.03/3571.12	c Imported unit clauses	: 0
3600.03/3571.12	c No decision after first conflict	: false
3600.03/3571.12	c number of reductions to clauses (during analyze)	: 0
3600.03/3571.12	c number of learned constraints concerned by reduction	: 0
3600.03/3571.12	c number of learning phase by resolution	: 0
3600.03/3571.12	c number of learning phase by cutting planes	: 0
3600.03/3571.12	c number of rounding to 1 operations	: 0
3600.03/3571.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3571.12	c number of reductions of the coefficients by power 2 	: 0
3600.03/3571.12	c number of right shift for reduction by power 2 	: 0
3600.03/3571.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3571.12	c number of ending skipping 	: 0
3600.03/3571.12	c number of internal skipping 	: 0
3600.03/3571.12	c number of derivation steps 	: 0
3600.03/3571.12	c number of skipped derivation steps 	: 0
3600.03/3571.12	c number of remaining unassigned 	: 0
3600.03/3571.12	c number of remaining assigned 	: 0
3600.03/3571.12	c number of falsified literals weakened from reason	: 0
3600.03/3571.12	c number of falsified literals weakened from conflict	: 0
3600.03/3571.12	c time for arithmetic operations	: 0
3600.03/3571.12	c minimum degree of deleted constraints	: null
3600.03/3571.12	c maximum degree of deleted constraints	: null
3600.03/3571.12	c number of deleted constraints	: 0
3600.03/3571.13	c speed (assignments/second)	: 6092.8022055114825
3600.03/3571.13	c non guided choices	: 0
3600.03/3571.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115177
3600.03/3571.18	s SATISFIABLE
3600.03/3571.18	c Found 6 solution(s)
3600.03/3571.18	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 
3600.03/3571.18	c objective function=-24
3600.03/3571.18	c Total wall clock time (in seconds): 3570.909

Verifier Data

OK	-24

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (53482 MiB free)
  memory of node 1: 64473 MiB (51517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440353-1721765643/watcher-4440353-1721765643 -o /tmp/evaluation-result-4440353-1721765643/solver-4440353-1721765643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132621 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440353-1721765643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440353-1721765643.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=132680, runsolver pid=132664
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.20 2.16 2.14 3/293 132711
/proc/meminfo: memFree=107436168/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=18175400 memory=31280 CPUtime=0.02 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 3113 0 47 0 0 2 0 0 20 0 7 0 13093321 18611609600 7820 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16784588 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4543850 7820 3627 1 0 542675 0
[pid=132680/tid=132689] ppid=132664 vsize=18175400 memory=4026561586 CPUtime=0.01 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) D 132664 132680 132609 0 -1 4194368 2523 0 31 0 0 1 0 0 20 0 7 0 13093324 18611609600 7820 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 4 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 31280 KiB

[startup+0.207305 s]*
/proc/loadavg: 2.20 2.16 2.14 10/337 132755
/proc/meminfo: memFree=107342556/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=18975048 memory=56424 CPUtime=0.09 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 6787 0 74 0 6 3 0 0 20 0 18 0 13093321 19430449152 14106 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4743762 14106 5600 1 0 548837 0
[pid=132680/tid=132689] ppid=132664 vsize=18975048 memory=3461362060219711619 CPUtime=0.06 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 1077936192 5618 0 49 0 4 2 0 0 20 0 18 0 13093324 19430449152 14106 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=18975048 memory=5742 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13093337 19430449152 14106 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13093338 19430449152 14106 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56424 KiB

[startup+0.307957 s]*
/proc/loadavg: 2.20 2.16 2.14 16/337 132755
/proc/meminfo: memFree=107296076/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=18975048 memory=68860 CPUtime=0.25 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 7715 0 74 0 22 3 0 0 20 0 18 0 13093321 19430449152 17215 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4743762 17215 5721 1 0 549536 0
[pid=132680/tid=132689] ppid=132664 vsize=18975048 memory=-8887682797869507260 CPUtime=0.14 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 6017 0 49 0 12 2 0 0 20 0 18 0 13093324 19430449152 17215 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=18975048 memory=1469082162985468249 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13093337 19430449152 17215 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13093338 19430449152 17215 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68860 KiB

[startup+0.700379 s]
/proc/loadavg: 2.20 2.16 2.14 18/341 132759
/proc/meminfo: memFree=107082620/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19041612 memory=158932 CPUtime=1 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 15829 0 75 0 94 6 0 0 20 0 19 0 13093321 19498610688 39733 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4760403 39733 5766 1 0 555263 0
[pid=132680/tid=132689] ppid=132664 vsize=19041612 memory=52044 CPUtime=0.48 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 6232 0 50 0 44 4 0 0 20 0 19 0 13093324 19498610688 39733 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19041612 memory=12404 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13093337 19498610688 39733 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19041612 memory=5616 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 13093338 19498610688 39733 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19041612 memory=16076 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13093365 19498610688 39733 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158932 KiB

[startup+1.51096 s]
/proc/loadavg: 2.20 2.16 2.14 14/345 132763
/proc/meminfo: memFree=106805140/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=203188 CPUtime=2.61 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 16154 0 75 0 253 8 0 0 20 0 20 0 13093321 19566772224 50797 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 50797 5784 1 0 555565 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=0 CPUtime=1.19 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 6249 0 50 0 114 5 0 0 20 0 20 0 13093324 19566772224 50797 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 50797 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 50797 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 50797 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203188 KiB

[startup+3.10797 s]
/proc/loadavg: 2.67 2.25 2.17 9/345 132763
/proc/meminfo: memFree=105675744/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=454760 CPUtime=5.43 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 16751 0 75 0 528 15 0 0 20 0 20 0 13093321 19566772224 113690 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 113690 5790 1 0 950372 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=0 CPUtime=2.66 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 6337 0 50 0 256 10 0 0 20 0 20 0 13093324 19566772224 113690 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 113690 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=-8887682797869507260 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 113690 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=30436 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 113690 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 454760 KiB

[startup+6.30027 s]
/proc/loadavg: 2.67 2.25 2.17 8/346 132764
/proc/meminfo: memFree=102390368/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=1056164 CPUtime=8.88 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 20921 0 75 0 860 28 0 0 20 0 20 0 13093321 19566772224 264041 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 264041 5811 1 0 1259573 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=0 CPUtime=5.55 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 7264 0 50 0 534 21 0 0 20 0 20 0 13093324 19566772224 264041 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=6944656592452807316 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 264041 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=916640 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 264041 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 264041 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1056164 KiB

[startup+12.701 s]
/proc/loadavg: 2.77 2.28 2.18 8/346 132766
/proc/meminfo: memFree=97729720/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=2136828 CPUtime=15.69 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 24883 0 75 0 1513 56 0 0 20 0 20 0 13093321 19566772224 534207 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 534207 5811 1 0 1374466 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=0 CPUtime=11.61 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 8008 0 50 0 1119 42 0 0 20 0 20 0 13093324 19566772224 534207 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=1866232 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 534207 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=-8887682797869507260 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 534207 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 534207 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2136828 KiB

[startup+25.501 s]
/proc/loadavg: 3.05 2.37 2.21 9/346 132767
/proc/meminfo: memFree=93037176/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=2479584 CPUtime=28.93 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 29231 0 75 0 2817 76 0 0 20 0 20 0 13093321 19566772224 619896 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 619896 5811 1 0 1374470 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=11360 CPUtime=23.68 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 9519 0 50 0 2312 56 0 0 20 0 20 0 13093324 19566772224 619896 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=2343988 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 619896 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=281174597917792 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 619896 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 619896 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2479584 KiB

[startup+51.1072 s]
/proc/loadavg: 3.57 2.55 2.27 8/343 132772
/proc/meminfo: memFree=85629804/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3831196 CPUtime=55.26 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 38961 0 75 0 5403 123 0 0 20 0 20 0 13093321 19566772224 957799 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 957799 5811 1 0 1483099 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=12404 CPUtime=48.36 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 12653 0 50 0 4745 91 0 0 20 0 20 0 13093324 19566772224 957799 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 957799 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=3830764 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 957799 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=2136828 CPUtime=0 cores=1,3

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

/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=3692912 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 3700 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=3692912 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3185.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692916 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.25 4.19 8/339 134553
/proc/meminfo: memFree=41043224/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692916 CPUtime=3247.03 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 875964 0 75 0 323194 1509 0 0 20 0 20 0 13093321 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923229 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692912 CPUtime=3126.97 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 271292 0 50 0 311425 1272 0 0 20 0 20 0 13093324 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3982 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 3757 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923229 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3247.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.23 4.18 8/338 134563
/proc/meminfo: memFree=41321252/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692920 CPUtime=3306.83 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 880060 0 75 0 329161 1522 0 0 20 0 20 0 13093321 19566772224 923230 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923230 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692916 CPUtime=3185.96 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 273143 0 50 0 317311 1285 0 0 20 0 20 0 13093324 19566772224 923230 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4025 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923230 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 3851 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923230 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=3692920 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923230 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3306.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692920 KiB

[startup+3342.31 s]
/proc/loadavg: 4.24 4.23 4.18 10/336 134573
/proc/meminfo: memFree=40777792/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692948 CPUtime=3368.09 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 892405 0 75 0 335266 1543 0 0 20 0 20 0 13093321 19566772224 923237 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923237 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692916 CPUtime=3244.89 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 279519 0 50 0 323187 1302 0 0 20 0 20 0 13093324 19566772224 923237 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4052 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692920 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923237 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 3918 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923237 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923237 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3368.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692948 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.22 4.18 9/337 134589
/proc/meminfo: memFree=39937480/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692952 CPUtime=3428.26 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 905647 0 75 0 341268 1558 0 0 20 0 20 0 13093321 19566772224 923238 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923238 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692920 CPUtime=3303.93 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 281386 0 50 0 329079 1314 0 0 20 0 20 0 13093324 19566772224 923238 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 4080 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923238 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 4010 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923238 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=3692952 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923238 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3428.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.18 8/337 134600
/proc/meminfo: memFree=39389268/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692960 CPUtime=3489.55 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 926993 0 75 0 347374 1581 0 0 20 0 20 0 13093321 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923240 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692920 CPUtime=3362.74 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 287737 0 50 0 334941 1333 0 0 20 0 20 0 13093324 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4110 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692916 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=3692956 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 4132 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=52044 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3489.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.22 4.18 8/336 134611
/proc/meminfo: memFree=38959528/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692960 CPUtime=3551.52 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 948189 0 75 0 353552 1600 0 0 20 0 20 0 13093321 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923240 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=3692960 CPUtime=3421.74 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 294683 0 50 0 340826 1348 0 0 20 0 20 0 13093324 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4137 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692960 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 4212 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3551.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.11 s]
/proc/loadavg: 4.22 4.21 4.18 8/335 134688
/proc/meminfo: memFree=55371760/131524600 swapFree=131071996/131071996
[pid=132680] ppid=132664 vsize=19108176 memory=3692960 CPUtime=3600.03 cores=1,3
/proc/132680/stat : 132680 (java) S 132664 132680 132609 0 -1 1077936128 952146 0 75 0 358389 1614 0 0 20 0 20 0 13093321 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
/proc/132680/statm: 4777044 923240 5840 1 0 934277 0
[pid=132680/tid=132689] ppid=132664 vsize=19108176 memory=11360 CPUtime=3469.95 cores=1,3
/proc/132680/task/132689/stat : 132689 (java) R 132664 132680 132609 0 -1 4194368 296963 0 50 0 345634 1361 0 0 20 0 20 0 13093324 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4166 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132727] ppid=132664 vsize=19108176 memory=3692960 CPUtime=0 cores=1,3
/proc/132680/task/132727/stat : 132727 (Finalizer) S 132664 132680 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132754] ppid=132664 vsize=19108176 memory=39072 CPUtime=0 cores=1,3
/proc/132680/task/132754/stat : 132754 (Common-Cleaner) S 132664 132680 132609 0 -1 1077936192 4250 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
[pid=132680/tid=132757] ppid=132664 vsize=19108176 memory=3692960 CPUtime=0 cores=1,3
/proc/132680/task/132757/stat : 132757 (Timer-0) S 132664 132680 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093365 19566772224 923240 134679101440 94090267631616 94090267635312 140726212276112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94090267643128 94090267643920 94090275840000 140726212285355 140726212285537 140726212285537 140726212292552 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3692960 KiB

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

[startup+3571.22 s]
# the end of solver process 132680 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3584.05 s, system=16.164 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3571.21 s]*
/proc/loadavg: 4.22 4.21 4.18 5/317 134691
/proc/meminfo: memFree=58983892/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3571.22
CPU time (s): 3600.22
CPU user time (s): 3584.05
CPU system time (s): 16.164
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8950692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.05
system time used= 16.164
maximum resident set size= 8950740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955300
page faults= 75
swaps= 0
block input operations= 6456
block output operations= 20099984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119389
involuntary context switches= 20507


# summary of solver processes directly reported to runsolver:
#   pid: 132680
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3584.05
#   total CPU system time (s): 16.164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.16402 second user time and 21.7551 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-23 22:14:03
IDJOB=4440353
IDBENCH=146688
IDSOLVER=3079
FILE ID=nodeC025/4440353-1721765643
RUNJOBID= nodeC025-1721765643-132621
SLURM_JOB_ID= 7770670
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440353-1721765643/watcher-4440353-1721765643 -o /tmp/evaluation-result-4440353-1721765643/solver-4440353-1721765643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132621 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440353-1721765643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440353-1721765643.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 6f27158fc75cdb45f11467b416377039
RANDOM SEED=2138154298

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3497.468
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3437.475
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.083
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3637.197
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3503.559
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3524.486
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3587.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3578.206
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107522652 kB
MemAvailable:   129623824 kB
Buffers:          185248 kB
Cached:         22646240 kB
SwapCached:            0 kB
Active:          1267400 kB
Inactive:       21954844 kB
Active(anon):       1424 kB
Inactive(anon):   435560 kB
Active(file):    1265976 kB
Inactive(file): 21519284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4828 kB
Writeback:             0 kB
AnonPages:        390804 kB
Mapped:           108148 kB
Shmem:             45912 kB
KReclaimable:     311468 kB
Slab:             425752 kB
SReclaimable:     311468 kB
SUnreclaim:       114284 kB
KernelStack:        4016 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     733332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      312020 kB
DirectMap2M:    26724352 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 890004 MiB
End job on nodeC025 at 2024-07-23 23:13:34