Trace number 4487352

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 2025-06-06OPT60 229.126 227.73

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.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4487352-1751319061.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.32/0.22	c ... done. Wall clock time 0.09s.
0.32/0.22	c declared #vars     696
0.32/0.22	c #constraints  2096
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.32/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.32/0.22	c 2096 constraints processed.
0.32/0.24	c objective function length is 696 literals
0.51/0.31	c SATISFIABLE
0.51/0.31	c OPTIMIZING...
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.19
0.51/0.31	o 70
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.34	o 68
0.89/0.59	c cleaning 3028 clauses out of 6057 with flag 17426/6058
1.26/0.78	c Got one! Elapsed wall clock time (in seconds):0.662
1.26/0.78	o 66
1.47/0.86	c cleaning 4095 clauses out of 8203 with flag 3452/11232
2.07/1.15	c cleaning 5048 clauses out of 10103 with flag 26747/17230
2.45/1.38	c cleaning 6019 clauses out of 12055 with flag 63062/24230
3.03/1.69	c cleaning 7012 clauses out of 14036 with flag 121913/32230
3.48/2.02	c cleaning 8004 clauses out of 16023 with flag 187193/41230
3.88/2.38	c cleaning 8993 clauses out of 18019 with flag 235418/51230
4.38/2.85	c cleaning 10009 clauses out of 20026 with flag 280633/62231
4.97/3.42	c cleaning 11006 clauses out of 22016 with flag 345745/74230
5.47/3.98	c Got one! Elapsed wall clock time (in seconds):3.86
5.47/3.98	o 64
5.89/4.30	c cleaning 14285 clauses out of 28584 with flag 22291/91805
6.09/4.55	c cleaning 10143 clauses out of 20301 with flag 71186/97807
6.39/4.81	c cleaning 8572 clauses out of 17155 with flag 131145/104804
6.64/5.09	c cleaning 8285 clauses out of 16585 with flag 186401/112806
7.11/5.49	c cleaning 8646 clauses out of 17301 with flag 225483/121807
7.64/5.96	c cleaning 9318 clauses out of 18654 with flag 286279/131806
8.23/6.51	c cleaning 10152 clauses out of 20337 with flag 353351/142807
8.74/7.06	c cleaning 11076 clauses out of 22182 with flag 419427/154804
9.33/7.65	c cleaning 12041 clauses out of 24107 with flag 491349/167805
9.83/8.15	c cleaning 13028 clauses out of 26067 with flag 564865/181806
10.42/8.73	c cleaning 14013 clauses out of 28037 with flag 638052/196804
11.12/9.41	c cleaning 14997 clauses out of 30025 with flag 716327/212805
11.83/10.17	c cleaning 15999 clauses out of 32026 with flag 803195/229804
12.73/11.01	c cleaning 16994 clauses out of 34027 with flag 891986/247804
12.83/11.17	c Got one! Elapsed wall clock time (in seconds):11.049
12.83/11.17	o 62
13.03/11.30	c cleaning 11091 clauses out of 22190 with flag 8192/252961
13.23/11.55	c cleaning 8539 clauses out of 17101 with flag 31208/258963
13.53/11.86	c cleaning 7757 clauses out of 15562 with flag 60166/265963
13.93/12.24	c cleaning 7896 clauses out of 15803 with flag 87868/273961
14.34/12.64	c cleaning 8443 clauses out of 16908 with flag 128077/282962
14.74/13.09	c cleaning 9220 clauses out of 18464 with flag 172112/292961
15.53/13.83	c cleaning 10122 clauses out of 20245 with flag 218371/303962
16.23/14.52	c cleaning 11057 clauses out of 22124 with flag 268832/315963
17.03/15.32	c cleaning 12031 clauses out of 24066 with flag 329054/328962
17.24/15.50	c Got one! Elapsed wall clock time (in seconds):15.379
17.24/15.50	o 60
17.24/15.60	c cleaning 8531 clauses out of 17068 with flag 6587/333995
17.54/15.86	c cleaning 7257 clauses out of 14532 with flag 34253/339990
17.84/16.19	c cleaning 7125 clauses out of 14275 with flag 56358/346990
18.24/16.56	c cleaning 7574 clauses out of 15153 with flag 100659/354993
18.74/17.05	c cleaning 8282 clauses out of 16577 with flag 133582/363991
19.34/17.65	c cleaning 9138 clauses out of 18294 with flag 182712/373990
19.93/18.23	c cleaning 10064 clauses out of 20157 with flag 228244/384991
20.63/18.98	c cleaning 11045 clauses out of 22094 with flag 283904/396992
21.43/19.78	c cleaning 12017 clauses out of 24047 with flag 344339/409990
22.33/20.60	c cleaning 13010 clauses out of 26030 with flag 393217/423990
23.23/21.51	c cleaning 14004 clauses out of 28019 with flag 452701/438990
24.12/22.49	c cleaning 15004 clauses out of 30016 with flag 519342/454992
25.22/23.56	c cleaning 16003 clauses out of 32011 with flag 593511/471991
26.42/24.79	c cleaning 17004 clauses out of 34011 with flag 687823/489994
27.72/26.09	c cleaning 17993 clauses out of 36003 with flag 779077/508990
29.01/27.38	c cleaning 19005 clauses out of 38010 with flag 867482/528990
30.41/28.79	c cleaning 20000 clauses out of 40007 with flag 948741/549992
32.00/30.30	c cleaning 20997 clauses out of 42006 with flag 1045632/571991
33.40/31.77	c cleaning 22002 clauses out of 44009 with flag 1132076/594991
35.09/33.48	c cleaning 22994 clauses out of 46006 with flag 1240050/618990
36.89/35.21	c cleaning 23999 clauses out of 48014 with flag 1346189/643992
38.80/37.12	c cleaning 25000 clauses out of 50013 with flag 1454622/669990
40.59/38.97	c cleaning 25999 clauses out of 52014 with flag 1569814/696991
42.48/40.88	c cleaning 26999 clauses out of 54014 with flag 1682742/724990
44.68/43.03	c cleaning 28002 clauses out of 56016 with flag 1810781/753991
46.97/45.31	c cleaning 29005 clauses out of 58015 with flag 1973480/783992
48.87/47.27	c cleaning 29997 clauses out of 60009 with flag 2085477/814991
51.16/49.58	c cleaning 31001 clauses out of 62011 with flag 2227454/846990
53.76/52.14	c cleaning 31999 clauses out of 64010 with flag 2375965/879990
56.35/54.76	c cleaning 33003 clauses out of 66011 with flag 2549017/913990
58.93/57.37	c cleaning 33999 clauses out of 68009 with flag 2695199/948991
62.04/60.42	c cleaning 35000 clauses out of 70011 with flag 2877962/984992
64.94/63.37	c cleaning 35998 clauses out of 72009 with flag 3045331/1021990
67.93/66.35	c cleaning 36999 clauses out of 74011 with flag 3195653/1059990
71.32/69.73	c cleaning 37998 clauses out of 76013 with flag 3370667/1098991
74.81/73.23	c cleaning 39003 clauses out of 78014 with flag 3543799/1138990
78.81/77.23	c cleaning 39996 clauses out of 80012 with flag 3754943/1179991
82.70/81.15	c cleaning 41001 clauses out of 82015 with flag 3987489/1221990
86.29/84.77	c cleaning 42001 clauses out of 84015 with flag 4190926/1264991
89.77/88.29	c cleaning 43001 clauses out of 86013 with flag 4350305/1308990
93.16/91.69	c cleaning 44000 clauses out of 88012 with flag 4520508/1353990
96.95/95.48	c cleaning 45005 clauses out of 90015 with flag 4705793/1399993
100.94/99.44	c cleaning 45997 clauses out of 92007 with flag 4897957/1446990
104.83/103.37	c cleaning 47002 clauses out of 94012 with flag 5091356/1494992
109.32/107.81	c cleaning 48001 clauses out of 96009 with flag 5311041/1543991
113.51/112.08	c cleaning 49002 clauses out of 98009 with flag 5514120/1593992
117.93/116.47	c cleaning 50001 clauses out of 100008 with flag 5722777/1644993
124.01/122.57	c cleaning 50998 clauses out of 102004 with flag 6028156/1696990
128.90/127.45	c cleaning 52000 clauses out of 104006 with flag 6231576/1749990
133.59/132.16	c cleaning 53002 clauses out of 106007 with flag 6447215/1803991
138.77/137.36	c cleaning 53994 clauses out of 108006 with flag 6684469/1858992
143.81/142.31	c cleaning 54996 clauses out of 110012 with flag 6894678/1914992
148.79/147.35	c cleaning 56005 clauses out of 112015 with flag 7117573/1971991
153.88/152.46	c cleaning 56995 clauses out of 114010 with flag 7353681/2029991
158.57/157.14	c cleaning 58001 clauses out of 116015 with flag 7569995/2088991
164.05/162.70	c cleaning 59004 clauses out of 118014 with flag 7815957/2148991
169.64/168.26	c cleaning 59996 clauses out of 120009 with flag 8053381/2209990
175.65/174.29	c cleaning 60997 clauses out of 122013 with flag 8313066/2271990
182.13/180.73	c cleaning 62006 clauses out of 124018 with flag 8585851/2334992
188.92/187.52	c cleaning 63001 clauses out of 126010 with flag 8885385/2398990
196.21/194.81	c cleaning 63992 clauses out of 128009 with flag 9203505/2463990
203.29/201.96	c cleaning 65001 clauses out of 130018 with flag 9520736/2529991
210.11/208.70	c cleaning 66000 clauses out of 132015 with flag 9807069/2596990
215.89/214.55	c cleaning 67001 clauses out of 134015 with flag 10066730/2664990
223.78/222.42	c cleaning 68003 clauses out of 136013 with flag 10392934/2733990
228.97/227.69	c starts		: 7898
228.97/227.69	c conflicts		: 2783132
228.97/227.69	c decisions		: 3153969
228.97/227.69	c propagations		: 172702074
228.97/227.69	c inspects		: 2560667279
228.97/227.69	c shortcuts		: 0
228.97/227.69	c learnt literals	: 21
228.97/227.69	c learnt binary clauses	: 287
228.97/227.69	c learnt ternary clauses	: 1424
228.97/227.69	c learnt constraints	: 2783110
228.97/227.69	c ignored constraints	: 0
228.97/227.69	c root simplifications	: 0
228.97/227.69	c removed literals (reason simplification)	: 84345313
228.97/227.69	c reason swapping (by a shorter reason)	: 0
228.97/227.69	c Calls to reduceDB	: 97
228.97/227.69	c Number of update (reduction) of LBD	: 331335
228.97/227.69	c Imported unit clauses	: 0
229.09/227.70	c No decision after first conflict	: false
229.09/227.70	c number of reductions to clauses (during analyze)	: 0
229.09/227.70	c number of learned constraints concerned by reduction	: 0
229.09/227.70	c number of learning phase by resolution	: 0
229.09/227.70	c number of learning phase by cutting planes	: 0
229.09/227.70	c number of rounding to 1 operations	: 0
229.09/227.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
229.09/227.70	c number of reductions of the coefficients by power 2 	: 0
229.09/227.70	c number of right shift for reduction by power 2 	: 0
229.09/227.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
229.09/227.70	c number of ending skipping 	: 0
229.09/227.70	c number of internal skipping 	: 0
229.09/227.70	c number of derivation steps 	: 0
229.09/227.70	c number of skipped derivation steps 	: 0
229.09/227.70	c number of remaining unassigned 	: 0
229.09/227.70	c number of remaining assigned 	: 0
229.09/227.70	c number of falsified literals weakened from reason	: 0
229.09/227.70	c number of falsified literals weakened from conflict	: 0
229.09/227.70	c time for arithmetic operations	: 0
229.09/227.70	c minimum degree of deleted constraints	: null
229.09/227.70	c maximum degree of deleted constraints	: null
229.09/227.70	c number of deleted constraints	: 0
229.09/227.70	c speed (assignments/second)	: 759270.168558591
229.09/227.70	c non guided choices	: 264
229.09/227.70	s OPTIMUM FOUND
229.09/227.70	c Found 6 solution(s)
229.09/227.71	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 
229.09/227.71	c objective function=60
229.09/227.71	c Total wall clock time (in seconds): 227.587

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487352-1751319061/watcher-4487352-1751319061 -o /tmp/evaluation-result-4487352-1751319061/solver-4487352-1751319061 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42173 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4487352-1751319061.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=43004, runsolver pid=43001

[startup+0.10006 s]*
/proc/loadavg: 4.35 4.15 4.05 5/335 43022
/proc/meminfo: memFree=127825700/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18930384 memory=57904 CPUtime=0.13 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 6602 0 0 0 11 2 0 0 20 0 18 0 47583637 19384713216 14476 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4732596 14476 5360 1 0 547642 0
[pid=43004/tid=43006] ppid=43001 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 5101 0 0 0 7 1 0 0 20 0 18 0 47583639 19384713216 14476 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47583641 19384713216 14476 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47583641 19384713216 14476 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205674 s]*
/proc/loadavg: 4.35 4.15 4.05 6/335 43022
/proc/meminfo: memFree=127824692/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18930384 memory=66500 CPUtime=0.32 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 7151 0 0 0 30 2 0 0 20 0 18 0 47583637 19384713216 16625 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4732596 16625 5424 1 0 548031 0
[pid=43004/tid=43006] ppid=43001 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 5292 0 0 0 14 1 0 0 20 0 18 0 47583639 19384713216 16625 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47583641 19384713216 16625 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47583641 19384713216 16625 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66500 KiB

[startup+0.30566 s]*
/proc/loadavg: 4.35 4.15 4.05 6/336 43023
/proc/meminfo: memFree=127819400/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=72516 CPUtime=0.51 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 9190 0 0 0 48 3 0 0 20 0 19 0 47583637 19452874752 18129 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 18129 5456 1 0 549658 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=-6000919502855498091 CPUtime=0.21 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 5390 0 0 0 20 1 0 0 20 0 19 0 47583639 19452874752 18129 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 18129 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 18129 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 18129 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72516 KiB

[startup+0.700247 s]
/proc/loadavg: 4.35 4.15 4.05 6/336 43023
/proc/meminfo: memFree=127815368/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=88144 CPUtime=1.26 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 12399 0 0 0 123 3 0 0 20 0 19 0 47583637 19452874752 22036 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 22036 5488 1 0 552139 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=18176 CPUtime=0.57 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 5479 0 0 0 56 1 0 0 20 0 19 0 47583639 19452874752 22036 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 22036 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 22036 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 22036 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88144 KiB

[startup+1.50021 s]
/proc/loadavg: 4.35 4.15 4.05 7/336 43023
/proc/meminfo: memFree=127792496/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=101236 CPUtime=2.84 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 20773 0 0 0 279 5 0 0 20 0 19 0 47583637 19452874752 25309 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 25309 5488 1 0 553726 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=10752 CPUtime=1.37 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 5885 0 0 0 135 2 0 0 20 0 19 0 47583639 19452874752 25309 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 25309 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 25309 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 25309 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101236 KiB

[startup+3.1055 s]
/proc/loadavg: 4.35 4.15 4.05 6/335 43089
/proc/meminfo: memFree=129116744/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=110708 CPUtime=4.68 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 21809 0 0 0 463 5 0 0 20 0 19 0 47583637 19452874752 27677 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 27677 5488 1 0 554029 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=10752 CPUtime=2.97 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 6169 0 0 0 295 2 0 0 20 0 19 0 47583639 19452874752 27677 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=-6000919502855498091 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 27677 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 27677 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 27677 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110708 KiB

[startup+6.30015 s]
/proc/loadavg: 4.32 4.14 4.05 5/315 43120
/proc/meminfo: memFree=129162648/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=131444 CPUtime=8.04 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 22502 0 0 0 798 6 0 0 20 0 19 0 47583637 19452874752 32861 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 32861 5488 1 0 554033 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=0 CPUtime=6.15 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 6541 0 0 0 613 2 0 0 20 0 19 0 47583639 19452874752 32861 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 32861 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 32861 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=102516 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 32861 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.14 4.05 5/336 43155
/proc/meminfo: memFree=128956456/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=18996948 memory=166388 CPUtime=14.44 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 25065 0 0 0 1437 7 0 0 20 0 19 0 47583637 19452874752 41597 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4749237 41597 5520 1 0 554033 0
[pid=43004/tid=43006] ppid=43001 vsize=18996948 memory=102516 CPUtime=12.53 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 8031 0 0 0 1250 3 0 0 20 0 19 0 47583639 19452874752 41597 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 41597 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47583641 19452874752 41597 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=18996948 memory=-6000919502855498091 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47583663 19452874752 41597 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 166388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.14 4.05 5/339 43158
/proc/meminfo: memFree=128862264/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=183312 CPUtime=27.21 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 26849 0 0 0 2713 8 0 0 20 0 20 0 47583637 19521036288 45828 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 45828 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=0 CPUtime=25.29 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 8451 0 0 0 2526 3 0 0 20 0 20 0 47583639 19521036288 45828 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=183312 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 45828 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 45828 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=183312 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 45828 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 27.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183312 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.14 4.05 5/340 43160
/proc/meminfo: memFree=128821312/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=191536 CPUtime=52.76 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 28073 0 0 0 5267 9 0 0 20 0 20 0 47583637 19521036288 47884 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 47884 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=18176 CPUtime=50.81 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 8541 0 0 0 5078 3 0 0 20 0 20 0 47583639 19521036288 47884 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0

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

/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 83 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 56133 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=224532 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 56133 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 103.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224532 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.14 4.06 5/341 43362
/proc/meminfo: memFree=127712712/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=306572 CPUtime=163.76 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30234 0 0 0 16363 13 0 0 20 0 20 0 47583637 19521036288 76643 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 76643 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=306572 CPUtime=161.55 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9292 0 0 0 16151 4 0 0 20 0 20 0 47583639 19521036288 76643 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=193 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 76643 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=253268 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 76643 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 76643 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 163.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 306572 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.14 4.06 5/340 43363
/proc/meminfo: memFree=127039788/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=223.68 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30824 0 0 0 22353 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=325048 CPUtime=221.34 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9752 0 0 0 22130 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=363996 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=363996 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 223.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

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

# cumulated CPU time of all completed processes:  user=228.966 s, system=0.160257 s

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

[startup+224 s]*
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=127040040/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=225.39 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30828 0 0 0 22524 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=2220 CPUtime=223.04 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9756 0 0 0 22300 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=4570475898918825625 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 225.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

[startup+225.6 s]
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=126937640/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=226.98 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30834 0 0 0 22683 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=-6000919502855498091 CPUtime=224.63 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9762 0 0 0 22459 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=363996 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 226.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

[startup+226.4 s]
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=126937640/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=227.78 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30836 0 0 0 22763 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=-6000919502855498091 CPUtime=225.43 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9764 0 0 0 22539 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=7092 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=23476 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=17912 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 227.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

[startup+227.2 s]
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=126937640/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=228.57 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 30923 0 0 0 22842 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=-6000919502855498091 CPUtime=226.23 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9778 0 0 0 22619 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 228.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

[startup+227.6 s]
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=126937640/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19063512 memory=363996 CPUtime=228.97 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 31045 0 0 0 22882 15 0 0 20 0 20 0 47583637 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4765878 90999 5552 1 0 554322 0
[pid=43004/tid=43006] ppid=43001 vsize=19063512 memory=363996 CPUtime=226.63 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) R 43001 43004 42162 0 -1 4194368 9860 0 0 0 22659 4 0 0 20 0 20 0 47583639 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43023] ppid=43001 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/43004/task/43023/stat : 43023 (Timer-0) S 43001 43004 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47583663 19521036288 90999 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 228.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363996 KiB

[startup+227.7 s]
/proc/loadavg: 4.17 4.14 4.06 5/340 43364
/proc/meminfo: memFree=126937640/131249988 swapFree=33010684/33010684
[pid=43004] ppid=43001 vsize=19196640 memory=364380 CPUtime=229.09 cores=4,6
/proc/43004/stat : 43004 (java) S 43001 43004 42162 0 -1 4194304 33058 0 0 0 22894 15 0 0 20 0 20 0 47583637 19657359360 91095 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
/proc/43004/statm: 4799160 91095 5584 1 0 554956 0
[pid=43004/tid=43006] ppid=43001 vsize=19196640 memory=325048 CPUtime=226.72 cores=4,6
/proc/43004/task/43006/stat : 43006 (java) S 43001 43004 42162 0 -1 4194368 11161 0 0 0 22668 4 0 0 20 0 20 0 47583639 19657359360 91095 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43015] ppid=43001 vsize=19196640 memory=363996 CPUtime=0 cores=4,6
/proc/43004/task/43015/stat : 43015 (Finalizer) S 43001 43004 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47583641 19657359360 91095 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
[pid=43004/tid=43022] ppid=43001 vsize=19196640 memory=363996 CPUtime=0 cores=4,6
/proc/43004/task/43022/stat : 43022 (Common-Cleaner) S 43001 43004 42162 0 -1 4194368 118 0 0 0 0 0 0 0 20 0 20 0 47583641 19657359360 91095 18446744073709551615 94166048919552 94166048923248 140735839852368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94166048931064 94166048931856 94166070185984 140735839857025 140735839857126 140735839857126 140735839862728 0
Current children cumulated CPU time: 229.09 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 364380 KiB

Child status: 30

Real time (s): 227.73
CPU time (s): 229.126
CPU user time (s): 228.966
CPU system time (s): 0.160257
CPU usage (%): 100.613
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 364380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.966
system time used= 0.160257
maximum resident set size= 364636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8568
involuntary context switches= 2493


# summary of solver processes directly reported to runsolver:
#   pid: 43004
#   total CPU time (s): 229.126
#   total CPU user time (s): 228.966
#   total CPU system time (s): 0.160257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.463474 second user time and 1.08428 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 23:31:01
IDJOB=4487352
IDBENCH=147190
IDSOLVER=3363
FILE ID=nodeC020/4487352-1751319061
RUNJOBID= nodeC020-1751315455-42173
SLURM_JOB_ID= 9594332
Free space on /tmp= 432948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487352-1751319061/watcher-4487352-1751319061 -o /tmp/evaluation-result-4487352-1751319061/solver-4487352-1751319061 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42173 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4487352-1751319061.opb

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

MD5SUM BENCH= db5a079c06785cc331355761e45c2b83
RANDOM SEED=1880668202

nodeC020 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		: 3599.895
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	: 6999.79
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		: 3599.899
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	: 6999.79
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.594
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	: 6999.79
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.285
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	: 6999.79
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		: 3600.317
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	: 6999.79
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		: 3700.000
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	: 6999.79
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		: 3599.893
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	: 6999.79
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		: 3599.918
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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127849516 kB
MemAvailable:   128126348 kB
Buffers:            3280 kB
Cached:          1081784 kB
SwapCached:            0 kB
Active:          2015700 kB
Inactive:         773844 kB
Active(anon):    1722536 kB
Inactive(anon):        0 kB
Active(file):     293164 kB
Inactive(file):   773844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2992 kB
Writeback:            12 kB
AnonPages:       1707000 kB
Mapped:           123524 kB
Shmem:             18056 kB
KReclaimable:      98124 kB
Slab:             185776 kB
SReclaimable:      98124 kB
SUnreclaim:        87652 kB
KernelStack:        5120 kB
PageTables:         6936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7066380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC020 at 2025-06-30 23:34:49