Trace number 4487353

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 VeriPB 2025-06-06OPT cert.60 247.377 246.871

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUMdb5a079c06785cc331355761e45c2b83
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 benchmark60
Best CPU time to get the best result obtained on this benchmark0.053649
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
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 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4487353-1751337421.opb
0.12/0.13	c reading problem ... 
0.12/0.18	c using VERIPB proof format
0.12/0.18	c  objective function found
0.22/0.26	c ... done. Wall clock time 0.127s.
0.22/0.26	c declared #vars     696
0.22/0.26	c #constraints  2096
0.22/0.26	c constraints type 
0.22/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.22/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.22/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.22/0.26	c 2096 constraints processed.
0.22/0.27	c objective function length is 696 literals
0.41/0.36	c SATISFIABLE
0.41/0.36	c OPTIMIZING...
0.41/0.36	c Got one! Elapsed wall clock time (in seconds):0.235
0.41/0.36	o 70
0.60/0.41	c Got one! Elapsed wall clock time (in seconds):0.278
0.60/0.41	o 68
1.17/0.73	c cleaning 3028 clauses out of 6057 with flag 17426/6058
1.57/0.98	c Got one! Elapsed wall clock time (in seconds):0.855
1.57/0.98	o 66
1.77/1.09	c cleaning 4095 clauses out of 8203 with flag 3452/11232
2.55/1.47	c cleaning 5048 clauses out of 10103 with flag 26747/17230
3.35/1.80	c cleaning 6019 clauses out of 12055 with flag 63062/24230
3.92/2.18	c cleaning 7012 clauses out of 14036 with flag 121913/32230
4.64/2.58	c cleaning 8004 clauses out of 16023 with flag 187193/41230
5.39/2.99	c cleaning 8993 clauses out of 18019 with flag 235418/51230
6.21/3.55	c cleaning 10009 clauses out of 20026 with flag 280633/62231
7.04/4.20	c cleaning 11006 clauses out of 22016 with flag 345745/74230
7.75/4.84	c Got one! Elapsed wall clock time (in seconds):4.717
7.75/4.84	o 64
8.17/5.20	c cleaning 14285 clauses out of 28584 with flag 22291/91805
8.37/5.48	c cleaning 10143 clauses out of 20301 with flag 71186/97807
8.66/5.77	c cleaning 8572 clauses out of 17155 with flag 131145/104804
8.97/6.10	c cleaning 8285 clauses out of 16585 with flag 186401/112806
9.54/6.57	c cleaning 8646 clauses out of 17301 with flag 225483/121807
10.17/7.11	c cleaning 9318 clauses out of 18654 with flag 286279/131806
10.77/7.76	c cleaning 10152 clauses out of 20337 with flag 353351/142807
11.47/8.42	c cleaning 11076 clauses out of 22182 with flag 419427/154804
12.29/9.11	c cleaning 12041 clauses out of 24107 with flag 491349/167805
12.78/9.68	c cleaning 13028 clauses out of 26067 with flag 564865/181806
13.47/10.33	c cleaning 14013 clauses out of 28037 with flag 638052/196804
14.28/11.11	c cleaning 14997 clauses out of 30025 with flag 716327/212805
15.07/11.95	c cleaning 15999 clauses out of 32026 with flag 803195/229804
16.09/12.90	c cleaning 16994 clauses out of 34027 with flag 891986/247804
16.20/13.08	c Got one! Elapsed wall clock time (in seconds):12.956
16.20/13.08	o 62
16.40/13.23	c cleaning 11091 clauses out of 22190 with flag 8192/252961
16.70/13.53	c cleaning 8539 clauses out of 17101 with flag 31208/258963
17.00/13.89	c cleaning 7757 clauses out of 15562 with flag 60166/265963
17.50/14.34	c cleaning 7896 clauses out of 15803 with flag 87868/273961
18.01/14.80	c cleaning 8443 clauses out of 16908 with flag 128077/282962
18.51/15.34	c cleaning 9220 clauses out of 18464 with flag 172112/292961
19.31/16.16	c cleaning 10122 clauses out of 20245 with flag 218371/303962
20.10/16.91	c cleaning 11057 clauses out of 22124 with flag 268832/315963
20.90/17.79	c cleaning 12031 clauses out of 24066 with flag 329054/328962
21.11/18.00	c Got one! Elapsed wall clock time (in seconds):17.869
21.11/18.00	o 60
21.31/18.10	c cleaning 8531 clauses out of 17068 with flag 6587/333995
21.61/18.40	c cleaning 7257 clauses out of 14532 with flag 34253/339990
21.91/18.79	c cleaning 7125 clauses out of 14275 with flag 56358/346990
22.41/19.20	c cleaning 7574 clauses out of 15153 with flag 100659/354993
22.91/19.76	c cleaning 8282 clauses out of 16577 with flag 133582/363991
23.61/20.44	c cleaning 9138 clauses out of 18294 with flag 182712/373990
24.21/21.09	c cleaning 10064 clauses out of 20157 with flag 228244/384991
25.10/21.94	c cleaning 11045 clauses out of 22094 with flag 283904/396992
26.00/22.83	c cleaning 12017 clauses out of 24047 with flag 344339/409990
26.90/23.76	c cleaning 13010 clauses out of 26030 with flag 393217/423990
27.91/24.79	c cleaning 14004 clauses out of 28019 with flag 452701/438990
29.09/25.90	c cleaning 15004 clauses out of 30016 with flag 519342/454992
30.30/27.11	c cleaning 16003 clauses out of 32011 with flag 593511/471991
31.69/28.51	c cleaning 17004 clauses out of 34011 with flag 687823/489994
33.09/29.94	c cleaning 17993 clauses out of 36003 with flag 779077/508990
34.48/31.37	c cleaning 19005 clauses out of 38010 with flag 867482/528990
36.07/32.92	c cleaning 20000 clauses out of 40007 with flag 948741/549992
37.78/34.61	c cleaning 20997 clauses out of 42006 with flag 1045632/571991
39.33/36.39	c cleaning 22002 clauses out of 44009 with flag 1132076/594991
41.22/38.29	c cleaning 22994 clauses out of 46006 with flag 1240050/618990
43.23/40.20	c cleaning 23999 clauses out of 48014 with flag 1346189/643992
45.23/42.28	c cleaning 25000 clauses out of 50013 with flag 1454622/669990
47.33/44.33	c cleaning 25999 clauses out of 52014 with flag 1569814/696991
49.42/46.43	c cleaning 26999 clauses out of 54014 with flag 1682742/724990
51.71/48.76	c cleaning 28002 clauses out of 56016 with flag 1810781/753991
54.21/51.23	c cleaning 29005 clauses out of 58015 with flag 1973480/783992
56.40/53.41	c cleaning 29997 clauses out of 60009 with flag 2085477/814991
58.89/55.99	c cleaning 31001 clauses out of 62011 with flag 2227454/846990
61.69/58.79	c cleaning 31999 clauses out of 64010 with flag 2375965/879990
64.58/61.68	c cleaning 33003 clauses out of 66011 with flag 2549017/913990
67.47/64.53	c cleaning 33999 clauses out of 68009 with flag 2695199/948991
70.77/67.93	c cleaning 35000 clauses out of 70011 with flag 2877962/984992
73.97/71.11	c cleaning 35998 clauses out of 72009 with flag 3045331/1021990
77.05/74.28	c cleaning 36999 clauses out of 74011 with flag 3195653/1059990
80.65/77.89	c cleaning 37998 clauses out of 76013 with flag 3370667/1098991
84.34/81.56	c cleaning 39003 clauses out of 78014 with flag 3543799/1138990
88.53/85.78	c cleaning 39996 clauses out of 80012 with flag 3754943/1179991
92.64/89.86	c cleaning 41001 clauses out of 82015 with flag 3987489/1221990
96.53/93.79	c cleaning 42001 clauses out of 84015 with flag 4190926/1264991
100.31/97.60	c cleaning 43001 clauses out of 86013 with flag 4350305/1308990
103.89/101.25	c cleaning 44000 clauses out of 88012 with flag 4520508/1353990
107.90/105.25	c cleaning 45005 clauses out of 90015 with flag 4705793/1399993
111.98/109.38	c cleaning 45997 clauses out of 92007 with flag 4897957/1446990
116.07/113.49	c cleaning 47002 clauses out of 94012 with flag 5091356/1494992
120.77/118.12	c cleaning 48001 clauses out of 96009 with flag 5311041/1543991
125.26/122.63	c cleaning 49002 clauses out of 98009 with flag 5514120/1593992
129.93/127.40	c cleaning 50001 clauses out of 100008 with flag 5722777/1644993
136.22/133.79	c cleaning 50998 clauses out of 102004 with flag 6028156/1696990
141.42/138.92	c cleaning 52000 clauses out of 104006 with flag 6231576/1749990
146.31/143.89	c cleaning 53002 clauses out of 106007 with flag 6447215/1803991
151.70/149.27	c cleaning 53994 clauses out of 108006 with flag 6684469/1858992
157.01/154.51	c cleaning 54996 clauses out of 110012 with flag 6894678/1914992
162.28/160.01	c cleaning 56005 clauses out of 112015 with flag 7117573/1971991
167.56/165.38	c cleaning 56995 clauses out of 114010 with flag 7353681/2029991
172.65/170.42	c cleaning 58001 clauses out of 116015 with flag 7569995/2088991
178.43/176.24	c cleaning 59004 clauses out of 118014 with flag 7815957/2148991
184.23/182.08	c cleaning 59996 clauses out of 120009 with flag 8053381/2209990
190.63/188.41	c cleaning 60997 clauses out of 122013 with flag 8313066/2271990
197.42/196.54	c cleaning 62006 clauses out of 124018 with flag 8585851/2334992
204.60/203.74	c cleaning 63001 clauses out of 126010 with flag 8885385/2398990
212.29/211.43	c cleaning 63992 clauses out of 128009 with flag 9203505/2463990
219.88/219.00	c cleaning 65001 clauses out of 130018 with flag 9520736/2529991
227.05/226.50	c cleaning 66000 clauses out of 132015 with flag 9807069/2596990
233.24/232.78	c cleaning 67001 clauses out of 134015 with flag 10066730/2664990
241.62/241.14	c cleaning 68003 clauses out of 136013 with flag 10392934/2733990
247.33/246.85	c starts		: 7898
247.33/246.85	c conflicts		: 2783132
247.33/246.85	c decisions		: 3153969
247.33/246.85	c propagations		: 172702074
247.33/246.85	c inspects		: 2560667279
247.33/246.85	c shortcuts		: 0
247.33/246.85	c learnt literals	: 21
247.33/246.85	c learnt binary clauses	: 287
247.33/246.85	c learnt ternary clauses	: 1424
247.33/246.85	c learnt constraints	: 2783110
247.33/246.85	c ignored constraints	: 0
247.33/246.85	c root simplifications	: 0
247.33/246.85	c removed literals (reason simplification)	: 84345313
247.33/246.85	c reason swapping (by a shorter reason)	: 0
247.33/246.85	c Calls to reduceDB	: 97
247.33/246.85	c Number of update (reduction) of LBD	: 331335
247.33/246.85	c Imported unit clauses	: 0
247.33/246.85	c No decision after first conflict	: false
247.33/246.85	c number of reductions to clauses (during analyze)	: 0
247.33/246.85	c number of learned constraints concerned by reduction	: 0
247.33/246.85	c number of learning phase by resolution	: 0
247.33/246.85	c number of learning phase by cutting planes	: 0
247.33/246.85	c number of rounding to 1 operations	: 0
247.33/246.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
247.33/246.85	c number of reductions of the coefficients by power 2 	: 0
247.33/246.85	c number of right shift for reduction by power 2 	: 0
247.33/246.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
247.33/246.85	c number of ending skipping 	: 0
247.33/246.85	c number of internal skipping 	: 0
247.33/246.85	c number of derivation steps 	: 0
247.33/246.85	c number of skipped derivation steps 	: 0
247.33/246.85	c number of remaining unassigned 	: 0
247.33/246.85	c number of remaining assigned 	: 0
247.33/246.85	c number of falsified literals weakened from reason	: 0
247.33/246.85	c number of falsified literals weakened from conflict	: 0
247.33/246.85	c time for arithmetic operations	: 0
247.33/246.85	c minimum degree of deleted constraints	: null
247.33/246.85	c maximum degree of deleted constraints	: null
247.33/246.85	c number of deleted constraints	: 0
247.33/246.85	c speed (assignments/second)	: 700420.8720479866
247.33/246.85	c non guided choices	: 264
247.33/246.85	s OPTIMUM FOUND
247.33/246.85	c Found 6 solution(s)
247.33/246.85	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 
247.33/246.86	c objective function=60
247.33/246.86	c Total wall clock time (in seconds): 246.728

Verifier Data

OK	60

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 16:19:44 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 60 <= obj <= 60
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 60 <= obj <= 60
--summary--
ALL OK

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: 63708 MiB (62704 MiB free)
  memory of node 1: 64465 MiB (63440 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487353-1751337421/watcher-4487353-1751337421 -o /tmp/evaluation-result-4487353-1751337421/solver-4487353-1751337421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48345 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487353-1751337421 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487353-1751337421.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=48857, runsolver pid=48854

[startup+0.10006 s]*
/proc/loadavg: 1.71 3.02 3.67 5/340 48875
/proc/meminfo: memFree=129128596/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=18930384 memory=57724 CPUtime=0.12 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 6573 0 0 0 10 2 0 0 20 0 18 0 49419563 19384713216 14431 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4732596 14431 5351 1 0 547619 0
[pid=48857/tid=48859] ppid=48854 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 5075 0 0 0 6 1 0 0 20 0 18 0 49419565 19384713216 14431 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49419567 19384713216 14431 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=18930384 memory=58485492697507 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49419567 19384713216 14431 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57724 KiB

[startup+0.205785 s]*
/proc/loadavg: 1.71 3.02 3.67 7/340 48875
/proc/meminfo: memFree=129105420/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=18930384 memory=61344 CPUtime=0.22 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 6905 0 0 0 20 2 0 0 20 0 18 0 49419563 19384713216 15336 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4732596 15336 5415 1 0 547836 0
[pid=48857/tid=48859] ppid=48854 vsize=18930384 memory=4026663196 CPUtime=0.13 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 5276 0 0 0 12 1 0 0 20 0 18 0 49419565 19384713216 15336 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49419567 19384713216 15336 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49419567 19384713216 15336 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61344 KiB

[startup+0.305731 s]*
/proc/loadavg: 1.71 3.02 3.67 8/341 48876
/proc/meminfo: memFree=129083640/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=18996948 memory=68968 CPUtime=0.41 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 7336 0 0 0 39 2 0 0 20 0 19 0 49419563 19452874752 17242 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4749237 17242 5447 1 0 548375 0
[pid=48857/tid=48859] ppid=48854 vsize=18996948 memory=-6000919489886184555 CPUtime=0.21 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 5424 0 0 0 20 1 0 0 20 0 19 0 49419565 19452874752 17242 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49419567 19452874752 17242 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49419567 19452874752 17242 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49419592 19452874752 17242 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68968 KiB

[startup+0.700235 s]
/proc/loadavg: 1.71 3.02 3.67 6/341 48876
/proc/meminfo: memFree=129038900/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=18996948 memory=124372 CPUtime=1.17 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 14676 0 0 0 113 4 0 0 20 0 19 0 49419563 19452874752 31093 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4749237 31093 5479 1 0 552333 0
[pid=48857/tid=48859] ppid=48854 vsize=18996948 memory=17664 CPUtime=0.6 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 5469 0 0 0 58 2 0 0 20 0 19 0 49419565 19452874752 31093 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49419567 19452874752 31093 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49419567 19452874752 31093 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49419592 19452874752 31093 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124372 KiB

[startup+1.50021 s]
/proc/loadavg: 1.71 3.02 3.67 6/341 48876
/proc/meminfo: memFree=128818288/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=174988 CPUtime=2.75 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 24179 0 0 0 269 6 0 0 20 0 20 0 49419563 19521036288 43747 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 43747 5511 1 0 553594 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=0 CPUtime=1.36 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 5887 0 0 0 133 3 0 0 20 0 20 0 49419565 19521036288 43747 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 43747 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 43747 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 43747 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174988 KiB

[startup+3.10566 s]
/proc/loadavg: 1.71 3.02 3.67 6/342 48877
/proc/meminfo: memFree=128274100/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=180476 CPUtime=5.68 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 32963 0 0 0 559 9 0 0 20 0 20 0 49419563 19521036288 45119 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 45119 5511 1 0 554276 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=10752 CPUtime=2.93 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 6428 0 0 0 289 4 0 0 20 0 20 0 49419565 19521036288 45119 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=-6000919489886184555 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 45119 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 45119 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 45119 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180476 KiB

[startup+6.30023 s]
/proc/loadavg: 1.89 3.04 3.67 5/319 48906
/proc/meminfo: memFree=128234216/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=354776 CPUtime=9.34 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 37479 0 0 0 921 13 0 0 20 0 20 0 49419563 19521036288 88694 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 88694 5511 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=0 CPUtime=6.1 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 7601 0 0 0 603 7 0 0 20 0 20 0 49419565 19521036288 88694 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 88694 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 88694 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=171564 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 88694 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 354776 KiB

[startup+12.7002 s]
/proc/loadavg: 2.14 3.07 3.68 5/342 48944
/proc/meminfo: memFree=126724904/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=617052 CPUtime=15.89 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 42900 0 0 0 1568 21 0 0 20 0 20 0 49419563 19521036288 154263 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 154263 5511 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=171564 CPUtime=12.48 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 8910 0 0 0 1233 15 0 0 20 0 20 0 49419565 19521036288 154263 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 154263 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 154263 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=-6000919489886184555 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 154263 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 617052 KiB

[startup+25.5002 s]
/proc/loadavg: 2.55 3.12 3.69 5/342 48944
/proc/meminfo: memFree=125052152/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1071836 CPUtime=28.69 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 46082 0 0 0 2837 32 0 0 20 0 20 0 49419563 19521036288 267959 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 267959 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=-3351068996231046688 CPUtime=25.23 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 10623 0 0 0 2498 25 0 0 20 0 20 0 49419565 19521036288 267959 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=-6000919489886184555 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 267959 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 267959 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=171564 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 267959 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1071836 KiB

[startup+51.1057 s]
/proc/loadavg: 3.12 3.21 3.70 5/342 48946
/proc/meminfo: memFree=124257032/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1311576 CPUtime=54.11 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 48079 0 0 0 5369 42 0 0 20 0 20 0 49419563 19521036288 327894 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 327894 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=171564 CPUtime=50.6 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 10902 0 0 0 5026 34 0 0 20 0 20 0 49419565 19521036288 327894 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0

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

/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 331486 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 164.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325944 KiB

[startup+222.3 s]
/proc/loadavg: 4.41 3.74 3.83 5/348 49161
/proc/meminfo: memFree=122447056/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=223.17 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 55963 0 0 0 22241 76 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=1334152 CPUtime=219.29 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14422 0 0 0 21864 65 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1334152 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=1334152 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 223.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+246.871 s]
# the end of solver process 48857 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=246.555 s, system=0.821444 s

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

[startup+230.4 s]
/proc/loadavg: 4.50 3.78 3.84 5/348 49161
/proc/meminfo: memFree=122327736/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=230.94 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 55984 0 0 0 23017 77 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=1336200 CPUtime=227.04 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14434 0 0 0 22638 66 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 230.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+236.8 s]
/proc/loadavg: 4.54 3.80 3.84 5/348 49161
/proc/meminfo: memFree=122234940/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=237.33 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 55993 0 0 0 23655 78 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=1336200 CPUtime=233.42 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14441 0 0 0 23275 67 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 237.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+243.2 s]
/proc/loadavg: 4.58 3.82 3.85 5/348 49161
/proc/meminfo: memFree=122116976/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=243.72 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 55997 0 0 0 24292 80 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=9088 CPUtime=239.8 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14441 0 0 0 23912 68 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 243.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+244.8 s]
/proc/loadavg: 4.53 3.82 3.85 5/348 49161
/proc/meminfo: memFree=122080556/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=245.31 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 55997 0 0 0 24451 80 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=1336200 CPUtime=241.39 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14441 0 0 0 24071 68 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=5692 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 245.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+245.6 s]
/proc/loadavg: 4.53 3.82 3.85 4/348 49161
/proc/meminfo: memFree=122089852/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=246.11 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 56063 0 0 0 24531 80 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=14848 CPUtime=242.19 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14442 0 0 0 24151 68 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 246.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+246.4 s]
/proc/loadavg: 4.53 3.82 3.85 5/347 49161
/proc/meminfo: memFree=122084348/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=246.91 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 56706 0 0 0 24611 80 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=14848 CPUtime=242.99 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 14900 0 0 0 24231 68 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 246.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

[startup+246.801 s]
/proc/loadavg: 4.53 3.82 3.85 5/347 49161
/proc/meminfo: memFree=122084348/131249996 swapFree=33010416/33010684
[pid=48857] ppid=48854 vsize=19063512 memory=1336200 CPUtime=247.33 cores=0,2
/proc/48857/stat : 48857 (java) S 48854 48857 48335 0 -1 4194304 57694 0 0 0 24652 81 0 0 20 0 20 0 49419563 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
/proc/48857/statm: 4765878 334050 5543 1 0 554294 0
[pid=48857/tid=48859] ppid=48854 vsize=19063512 memory=6772 CPUtime=243.39 cores=0,2
/proc/48857/task/48859/stat : 48859 (java) R 48854 48857 48335 0 -1 4194368 15322 0 0 0 24271 68 0 0 20 0 20 0 49419565 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48868] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48868/stat : 48868 (Finalizer) S 48854 48857 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48875] ppid=48854 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/48857/task/48875/stat : 48875 (Common-Cleaner) S 48854 48857 48335 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 20 0 49419567 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
[pid=48857/tid=48876] ppid=48854 vsize=19063512 memory=1336200 CPUtime=0 cores=0,2
/proc/48857/task/48876/stat : 48876 (Timer-0) S 48854 48857 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419592 19521036288 334050 18446744073709551615 94803636584448 94803636588144 140720349774512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94803636595960 94803636596752 94803638448128 140720349776176 140720349776358 140720349776358 140720349781960 0
Current children cumulated CPU time: 247.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336200 KiB

Child status: 30

Real time (s): 246.871
CPU time (s): 247.377
CPU user time (s): 246.555
CPU system time (s): 0.821444
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1336200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.555
system time used= 0.821444
maximum resident set size= 1336968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1015320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9033
involuntary context switches= 1544


# summary of solver processes directly reported to runsolver:
#   pid: 48857
#   total CPU time (s): 247.377
#   total CPU user time (s): 246.555
#   total CPU system time (s): 0.821444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.564197 second user time and 1.13087 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-01 04:37:01
IDJOB=4487353
IDBENCH=147190
IDSOLVER=3364
FILE ID=nodeC015/4487353-1751337421
RUNJOBID= nodeC015-1751337414-48345
SLURM_JOB_ID= 9594390
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487353-1751337421/watcher-4487353-1751337421 -o /tmp/evaluation-result-4487353-1751337421/solver-4487353-1751337421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48345 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487353-1751337421 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487353-1751337421.opb

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

MD5SUM BENCH= db5a079c06785cc331355761e45c2b83
RANDOM SEED=775875248

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.188
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.078
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.105
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3601.339
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3604.970
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.100
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.076
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129180264 kB
MemAvailable:   128898400 kB
Buffers:            2128 kB
Cached:           506280 kB
SwapCached:           24 kB
Active:          1227672 kB
Inactive:         202412 kB
Active(anon):     919076 kB
Inactive(anon):    20084 kB
Active(file):     308596 kB
Inactive(file):   182328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50468 kB
Writeback:             0 kB
AnonPages:        924208 kB
Mapped:           123356 kB
Shmem:             18052 kB
KReclaimable:     132904 kB
Slab:             223804 kB
SReclaimable:     132904 kB
SUnreclaim:        90900 kB
KernelStack:        5248 kB
PageTables:         5224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7073484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-07-01 04:41:08