Trace number 4432194

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 Default 2024-07-07OPT60 191.684 190.036

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.024817
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.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2113181440
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.29/0.25	--- Begin Solver configuration ---
0.29/0.25	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.25	Learn all clauses as in MiniSAT
0.29/0.25	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.25	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.25	No reason simplification
0.29/0.25	Glucose 2.1 dynamic restart strategy
0.29/0.25	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.29/0.25	timeout=2147483s
0.29/0.25	DB Simplification allowed=false
0.29/0.25	Listener: none
0.29/0.25	--- End Solver configuration ---
0.29/0.25	c Pseudo Boolean Optimization by upper bound
0.29/0.25	c --- Begin Solver configuration ---
0.29/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.25	c Learn all clauses as in MiniSAT
0.29/0.25	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.25	c No reason simplification
0.29/0.25	c Glucose 2.1 dynamic restart strategy
0.29/0.25	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.29/0.25	c timeout=2147483s
0.29/0.25	c DB Simplification allowed=false
0.29/0.25	c Listener: none
0.29/0.25	c --- End Solver configuration ---
0.29/0.25	c solving HOME/instance-4432194-1721077091.opb
0.29/0.25	c reading problem ... 
0.29/0.25	c  objective function found
0.48/0.37	c ... done. Wall clock time 0.119s.
0.48/0.38	c declared #vars     696
0.48/0.38	c #constraints  2096
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.48/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.48/0.38	c 2096 constraints processed.
0.48/0.40	c objective function length is 696 literals
1.42/0.85	c cleaning 2493 clauses out of 5000 with flag 18293/5000
1.62/0.93	c SATISFIABLE
1.62/0.93	c OPTIMIZING...
1.62/0.93	c Got one! Elapsed wall clock time (in seconds):0.675
1.62/0.94	o 72
1.62/0.96	c Got one! Elapsed wall clock time (in seconds):0.712
1.62/0.96	o 68
2.01/1.19	c cleaning 4132 clauses out of 8274 with flag 16381/10767
2.39/1.39	c cleaning 5067 clauses out of 10141 with flag 39509/16766
2.68/1.59	c cleaning 6036 clauses out of 12074 with flag 67815/23766
3.15/1.85	c cleaning 7010 clauses out of 14038 with flag 102101/31766
3.66/2.16	c cleaning 8012 clauses out of 16028 with flag 154233/40766
4.20/2.47	c cleaning 9003 clauses out of 18016 with flag 205624/50766
4.78/2.86	c cleaning 9998 clauses out of 20013 with flag 267694/61766
4.89/2.92	c Got one! Elapsed wall clock time (in seconds):2.67
4.89/2.92	o 66
5.10/3.08	c cleaning 7922 clauses out of 15859 with flag 20371/67612
5.27/3.16	c Got one! Elapsed wall clock time (in seconds):2.914
5.27/3.17	o 64
5.45/3.22	c cleaning 6844 clauses out of 13698 with flag 4913/73373
5.63/3.36	c Got one! Elapsed wall clock time (in seconds):3.098
5.63/3.36	o 62
5.63/3.39	c cleaning 5957 clauses out of 11921 with flag 4848/78441
5.93/3.56	c cleaning 5965 clauses out of 11963 with flag 29126/84440
6.29/3.75	c cleaning 6481 clauses out of 12999 with flag 56418/91441
6.60/4.02	c cleaning 7251 clauses out of 14517 with flag 98075/99440
6.79/4.30	c cleaning 8131 clauses out of 16266 with flag 140870/108440
7.09/4.59	c cleaning 9058 clauses out of 18137 with flag 179633/118442
7.56/4.94	c cleaning 10033 clauses out of 20078 with flag 219766/129441
8.12/5.42	c cleaning 11008 clauses out of 22044 with flag 294024/141440
8.64/5.84	c cleaning 12012 clauses out of 24036 with flag 350977/154442
9.14/6.39	c cleaning 13004 clauses out of 26024 with flag 421596/168442
9.85/7.08	c cleaning 14000 clauses out of 28021 with flag 511764/183444
10.54/7.72	c cleaning 15005 clauses out of 30018 with flag 584129/199442
11.24/8.40	c cleaning 15999 clauses out of 32012 with flag 658178/216441
11.95/9.15	c cleaning 16999 clauses out of 34012 with flag 733092/234440
12.73/9.93	c cleaning 17997 clauses out of 36013 with flag 809356/253440
13.54/10.72	c cleaning 18999 clauses out of 38015 with flag 887170/273440
14.45/11.64	c cleaning 20001 clauses out of 40017 with flag 967731/294441
15.35/12.57	c cleaning 21006 clauses out of 42017 with flag 1049981/316442
16.44/13.66	c cleaning 21999 clauses out of 44010 with flag 1138944/339441
17.64/14.81	c cleaning 22999 clauses out of 46010 with flag 1240090/363440
19.04/16.24	c cleaning 24003 clauses out of 48011 with flag 1349936/388440
20.24/17.43	c Got one! Elapsed wall clock time (in seconds):17.172
20.24/17.43	o 60
20.45/17.67	c cleaning 27039 clauses out of 54085 with flag 15432/418517
20.75/17.92	c cleaning 16514 clauses out of 33047 with flag 35171/424518
21.05/18.24	c cleaning 11751 clauses out of 23532 with flag 60771/431517
21.34/18.53	c cleaning 9880 clauses out of 19782 with flag 86017/439518
21.64/18.80	c cleaning 9444 clauses out of 18904 with flag 110260/448520
21.96/19.15	c cleaning 9715 clauses out of 19457 with flag 147691/458517
22.34/19.50	c cleaning 10367 clauses out of 20742 with flag 178763/469517
22.74/19.99	c cleaning 11184 clauses out of 22376 with flag 221815/481518
23.34/20.50	c cleaning 12093 clauses out of 24191 with flag 262133/494517
23.85/21.08	c cleaning 13046 clauses out of 26100 with flag 305053/508519
24.44/21.65	c cleaning 14021 clauses out of 28053 with flag 350857/523518
25.62/22.87	c cleaning 15012 clauses out of 30031 with flag 405958/539517
26.51/23.80	c cleaning 16003 clauses out of 32019 with flag 472063/556517
27.30/24.58	c cleaning 17001 clauses out of 34016 with flag 532281/574517
28.19/25.48	c cleaning 18005 clauses out of 36015 with flag 611962/593519
29.08/26.31	c cleaning 18999 clauses out of 38009 with flag 679472/613518
29.88/27.18	c cleaning 20003 clauses out of 40009 with flag 756474/634517
30.67/27.97	c cleaning 20998 clauses out of 42006 with flag 825759/656517
31.86/29.18	c cleaning 22000 clauses out of 44008 with flag 908696/679517
33.08/30.32	c cleaning 23001 clauses out of 46008 with flag 992374/703518
34.17/31.46	c cleaning 24000 clauses out of 48007 with flag 1071302/728518
35.66/32.91	c cleaning 24995 clauses out of 50006 with flag 1172928/754517
37.05/34.34	c cleaning 26003 clauses out of 52011 with flag 1276884/781517
38.64/35.97	c cleaning 27001 clauses out of 54010 with flag 1383460/809519
40.55/37.85	c cleaning 27996 clauses out of 56005 with flag 1499331/838517
42.13/39.42	c cleaning 29003 clauses out of 58011 with flag 1617201/868519
43.72/41.08	c cleaning 29998 clauses out of 60006 with flag 1734007/899517
45.20/42.54	c cleaning 30999 clauses out of 62009 with flag 1834840/931518
46.89/44.23	c cleaning 31998 clauses out of 64010 with flag 1933498/964518
48.58/45.96	c cleaning 32998 clauses out of 66012 with flag 2031576/998518
50.48/47.87	c cleaning 34003 clauses out of 68013 with flag 2135571/1033518
52.66/50.03	c cleaning 34998 clauses out of 70010 with flag 2264146/1069518
54.64/52.06	c cleaning 36003 clauses out of 72011 with flag 2382531/1106517
56.72/54.14	c cleaning 37005 clauses out of 74009 with flag 2492522/1144518
58.90/56.36	c cleaning 37996 clauses out of 76002 with flag 2622862/1183517
61.58/59.10	c cleaning 38997 clauses out of 78010 with flag 2790907/1223521
64.45/61.93	c cleaning 39993 clauses out of 80009 with flag 2952048/1264517
67.63/65.13	c cleaning 41003 clauses out of 82016 with flag 3129526/1306517
70.70/68.24	c cleaning 41998 clauses out of 84014 with flag 3308196/1349518
73.28/70.88	c cleaning 43003 clauses out of 86016 with flag 3465666/1393518
76.75/74.33	c cleaning 43998 clauses out of 88013 with flag 3629973/1438518
80.22/77.81	c cleaning 45005 clauses out of 90014 with flag 3797813/1484517
83.49/81.17	c cleaning 45999 clauses out of 92010 with flag 3968749/1531518
87.06/84.71	c cleaning 47005 clauses out of 94011 with flag 4149010/1579518
90.53/88.27	c cleaning 47997 clauses out of 96005 with flag 4327488/1628517
94.11/91.87	c cleaning 48993 clauses out of 98007 with flag 4524398/1678517
98.37/96.10	c cleaning 50003 clauses out of 100013 with flag 4739258/1729517
102.34/100.15	c cleaning 51003 clauses out of 102010 with flag 4950587/1781517
106.44/104.23	c cleaning 52002 clauses out of 104008 with flag 5158740/1834518
110.40/108.27	c cleaning 52997 clauses out of 106005 with flag 5370396/1888517
113.97/111.81	c cleaning 53999 clauses out of 108010 with flag 5567316/1943519
118.18/116.02	c cleaning 54998 clauses out of 110009 with flag 5776458/1999517
122.05/119.92	c cleaning 56001 clauses out of 112011 with flag 5978210/2056517
126.71/124.66	c cleaning 57001 clauses out of 114012 with flag 6206728/2114519
131.87/129.87	c cleaning 58000 clauses out of 116009 with flag 6439921/2173517
136.43/134.41	c cleaning 58998 clauses out of 118009 with flag 6654901/2233517
141.78/139.82	c cleaning 59999 clauses out of 120012 with flag 6895990/2294518
146.14/144.23	c cleaning 60999 clauses out of 122012 with flag 7116810/2356517
150.65/148.77	c cleaning 62003 clauses out of 124013 with flag 7330409/2419517
155.60/153.75	c cleaning 63000 clauses out of 126010 with flag 7570057/2483517
161.17/159.34	c cleaning 64002 clauses out of 128009 with flag 7827929/2548517
166.43/164.62	c cleaning 64999 clauses out of 130007 with flag 8069786/2614517
171.98/170.21	c cleaning 65998 clauses out of 132008 with flag 8330767/2681517
177.93/176.23	c cleaning 67002 clauses out of 134010 with flag 8568641/2749517
183.58/181.93	c cleaning 68000 clauses out of 136009 with flag 8827200/2818518
190.32/188.70	c cleaning 68996 clauses out of 138008 with flag 9100687/2888517
191.52/190.00	c starts		: 9226
191.52/190.00	c conflicts		: 2903235
191.52/190.00	c decisions		: 3291780
191.52/190.00	c propagations		: 160137603
191.52/190.00	c inspects		: 2147095475
191.52/190.00	c shortcuts		: 0
191.52/190.00	c learnt literals	: 24
191.52/190.00	c learnt binary clauses	: 141
191.52/190.00	c learnt ternary clauses	: 517
191.52/190.00	c learnt constraints	: 2903210
191.52/190.00	c ignored constraints	: 0
191.52/190.00	c root simplifications	: 0
191.52/190.00	c removed literals (reason simplification)	: 0
191.52/190.00	c reason swapping (by a shorter reason)	: 0
191.52/190.00	c Calls to reduceDB	: 97
191.52/190.00	c Number of update (reduction) of LBD	: 206828
191.52/190.00	c Imported unit clauses	: 0
191.52/190.00	c No decision after first conflict	: false
191.52/190.00	c number of reductions to clauses (during analyze)	: 0
191.52/190.00	c number of learned constraints concerned by reduction	: 0
191.52/190.00	c number of learning phase by resolution	: 0
191.52/190.00	c number of learning phase by cutting planes	: 0
191.52/190.00	c number of rounding to 1 operations	: 0
191.52/190.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
191.52/190.00	c number of reductions of the coefficients by power 2 	: 0
191.52/190.00	c number of right shift for reduction by power 2 	: 0
191.52/190.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
191.52/190.00	c number of ending skipping 	: 0
191.52/190.00	c number of internal skipping 	: 0
191.52/190.00	c number of derivation steps 	: 0
191.52/190.00	c number of skipped derivation steps 	: 0
191.52/190.00	c number of remaining unassigned 	: 0
191.63/190.01	c number of remaining assigned 	: 0
191.63/190.01	c number of falsified literals weakened from reason	: 0
191.63/190.01	c number of falsified literals weakened from conflict	: 0
191.63/190.01	c time for arithmetic operations	: 0
191.63/190.01	c minimum degree of deleted constraints	: null
191.63/190.01	c maximum degree of deleted constraints	: null
191.63/190.01	c number of deleted constraints	: 0
191.63/190.01	c speed (assignments/second)	: 844563.0662939717
191.63/190.01	c non guided choices	: 424
191.63/190.01	s OPTIMUM FOUND
191.63/190.01	c Found 6 solution(s)
191.63/190.02	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 
191.63/190.02	c objective function=60
191.63/190.02	c Total wall clock time (in seconds): 189.773

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: 64096 MiB (45563 MiB free)
  memory of node 1: 64473 MiB (44660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432194-1721077091/watcher-4432194-1721077091 -o /tmp/evaluation-result-4432194-1721077091/solver-4432194-1721077091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721073237-812190 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432194-1721077091.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100081 s]*
/proc/loadavg: 4.49 4.48 4.39 8/318 815258
/proc/meminfo: memFree=92354928/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=18975048 memory=56512 CPUtime=0.13 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 6588 0 0 0 11 2 0 0 20 0 18 0 159866265 19430449152 14128 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4743762 14128 5661 1 0 550920 0
[pid=815240/tid=815242] ppid=815237 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 5503 0 0 0 6 2 0 0 20 0 18 0 159866265 19430449152 14128 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866269 19430449152 14128 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=18975048 memory=14698495668050282 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866270 19430449152 14128 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56512 KiB

[startup+0.210292 s]*
/proc/loadavg: 4.49 4.48 4.39 7/318 815258
/proc/meminfo: memFree=92345872/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=18975048 memory=65392 CPUtime=0.29 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 7259 0 0 0 26 3 0 0 20 0 18 0 159866265 19430449152 16348 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4743762 16348 5665 1 0 551433 0
[pid=815240/tid=815242] ppid=815237 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) S 815237 815240 812180 0 -1 1077936192 5769 0 0 0 16 2 0 0 20 0 18 0 159866265 19430449152 16348 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=18975048 memory=4674 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866269 19430449152 16348 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866270 19430449152 16348 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65392 KiB

[startup+0.316679 s]*
/proc/loadavg: 4.49 4.48 4.39 9/318 815258
/proc/meminfo: memFree=92342480/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=18975048 memory=69052 CPUtime=0.48 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 7564 0 0 0 45 3 0 0 20 0 18 0 159866265 19430449152 17263 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4743762 17263 5799 1 0 551648 0
[pid=815240/tid=815242] ppid=815237 vsize=18975048 memory=-8672358825880560316 CPUtime=0.28 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 5908 0 0 0 26 2 0 0 20 0 18 0 159866265 19430449152 17263 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866269 19430449152 17263 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 159866270 19430449152 17263 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69052 KiB

[startup+0.700687 s]
/proc/loadavg: 4.49 4.48 4.39 7/319 815259
/proc/meminfo: memFree=92335668/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19041612 memory=79836 CPUtime=1.21 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 9976 0 0 0 117 4 0 0 20 0 19 0 159866265 19498610688 19959 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4760403 19959 5837 1 0 553359 0
[pid=815240/tid=815242] ppid=815237 vsize=19041612 memory=5540 CPUtime=0.65 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 6032 0 0 0 62 3 0 0 20 0 19 0 159866265 19498610688 19959 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866269 19498610688 19959 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866270 19498610688 19959 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159866305 19498610688 19959 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79836 KiB

[startup+1.50028 s]
/proc/loadavg: 4.49 4.48 4.39 6/319 815259
/proc/meminfo: memFree=92322748/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19041612 memory=95028 CPUtime=2.68 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 16547 0 0 0 263 5 0 0 20 0 19 0 159866265 19498610688 23757 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4760403 23757 5868 1 0 555489 0
[pid=815240/tid=815242] ppid=815237 vsize=19041612 memory=12508 CPUtime=1.43 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 6434 0 0 0 140 3 0 0 20 0 19 0 159866265 19498610688 23757 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866269 19498610688 23757 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866270 19498610688 23757 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19041612 memory=280513843733776 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159866305 19498610688 23757 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95028 KiB

[startup+3.10837 s]
/proc/loadavg: 4.53 4.49 4.39 6/319 815259
/proc/meminfo: memFree=92295292/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19041612 memory=116604 CPUtime=5.27 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 23504 0 0 0 520 7 0 0 20 0 19 0 159866265 19498610688 29151 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4760403 29151 5868 1 0 557680 0
[pid=815240/tid=815242] ppid=815237 vsize=19041612 memory=0 CPUtime=3.03 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 7454 0 0 0 300 3 0 0 20 0 19 0 159866265 19498610688 29151 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866269 19498610688 29151 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866270 19498610688 29151 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19041612 memory=11420 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159866305 19498610688 29151 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 116604 KiB

[startup+6.30047 s]
/proc/loadavg: 4.53 4.49 4.39 5/319 815260
/proc/meminfo: memFree=92260000/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19041612 memory=153256 CPUtime=9.14 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 23796 0 0 0 906 8 0 0 20 0 19 0 159866265 19498610688 38314 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4760403 38314 5868 1 0 557699 0
[pid=815240/tid=815242] ppid=815237 vsize=19041612 memory=12508 CPUtime=6.21 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 7555 0 0 0 617 4 0 0 20 0 19 0 159866265 19498610688 38314 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866269 19498610688 38314 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19041612 memory=95052 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 159866270 19498610688 38314 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159866305 19498610688 38314 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 153256 KiB

[startup+12.7005 s]
/proc/loadavg: 4.65 4.51 4.40 6/320 815261
/proc/meminfo: memFree=92224680/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=186640 CPUtime=15.55 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 26250 0 0 0 1546 9 0 0 20 0 20 0 159866265 19566772224 46660 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 46660 5920 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=0 CPUtime=12.56 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 8121 0 0 0 1251 5 0 0 20 0 20 0 159866265 19566772224 46660 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=-8672358825880560316 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 46660 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=2264 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 46660 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 46660 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186640 KiB

[startup+25.5007 s]
/proc/loadavg: 4.79 4.55 4.41 6/322 815435
/proc/meminfo: memFree=92190368/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=219824 CPUtime=28.29 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 30228 0 0 0 2818 11 0 0 20 0 20 0 159866265 19566772224 54956 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 54956 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=11420 CPUtime=25.13 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 9799 0 0 0 2508 5 0 0 20 0 20 0 159866265 19566772224 54956 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 54956 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=153256 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 54956 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=280513843680560 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 54956 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 28.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219824 KiB

[startup+51.1057 s]
/proc/loadavg: 4.80 4.57 4.42 6/322 815439
/proc/meminfo: memFree=92079600/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=330612 CPUtime=53.75 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 34389 0 0 0 5359 16 0 0 20 0 20 0 159866265 19566772224 82653 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 82653 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=295796 CPUtime=50.24 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 11407 0 0 0 5019 5 0 0 20 0 20 0 159866265 19566772224 82653 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=280513844430208 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 82653 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0

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

/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 126203 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 104.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 504812 KiB

[startup+162.301 s]
/proc/loadavg: 4.57 4.57 4.44 6/322 815473
/proc/meminfo: memFree=91187876/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=785476 CPUtime=164.15 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 42927 0 0 0 16382 33 0 0 20 0 20 0 159866265 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 196369 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=5540 CPUtime=159.08 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 14997 0 0 0 15903 5 0 0 20 0 20 0 159866265 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=611308 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=785476 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=730168 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 164.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 785476 KiB

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

# cumulated CPU time of all completed processes:  user=191.318 s, system=0.36558 s

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

[startup+166.401 s]
/proc/loadavg: 4.61 4.57 4.44 6/322 815475
/proc/meminfo: memFree=91187792/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=785476 CPUtime=168.21 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 42955 0 0 0 16788 33 0 0 20 0 20 0 159866265 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 196369 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=11420 CPUtime=163.14 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15025 0 0 0 16309 5 0 0 20 0 20 0 159866265 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=683048 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=683048 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 196369 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 168.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 785476 KiB

[startup+179.201 s]
/proc/loadavg: 4.47 4.54 4.44 5/322 815477
/proc/meminfo: memFree=91130252/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=814148 CPUtime=180.9 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 43152 0 0 0 18056 34 0 0 20 0 20 0 159866265 19566772224 203537 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 203537 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=12508 CPUtime=175.7 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15203 0 0 0 17565 5 0 0 20 0 20 0 159866265 19566772224 203537 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=785476 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 203537 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=26652 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 203537 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=25876 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 203537 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 180.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 814148 KiB

[startup+185.601 s]
/proc/loadavg: 4.60 4.57 4.45 5/322 815479
/proc/meminfo: memFree=91091208/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=853076 CPUtime=187.25 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 43617 0 0 0 18690 35 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 213269 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=5540 CPUtime=181.92 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15397 0 0 0 18187 5 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=1832 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 187.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853076 KiB

[startup+187.201 s]
/proc/loadavg: 4.60 4.57 4.45 5/322 815479
/proc/meminfo: memFree=91091240/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=853076 CPUtime=188.83 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 43636 0 0 0 18848 35 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 213269 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=42756 CPUtime=183.5 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15407 0 0 0 18345 5 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=-8672358825880560316 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=-4421386483329492582 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 188.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853076 KiB

[startup+188.801 s]
/proc/loadavg: 4.55 4.56 4.44 5/322 815479
/proc/meminfo: memFree=91091264/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=853076 CPUtime=190.42 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 43891 0 0 0 19007 35 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 213269 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=853076 CPUtime=185.09 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15590 0 0 0 18504 5 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 267 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 190.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853076 KiB

[startup+189.601 s]
/proc/loadavg: 4.55 4.56 4.44 5/322 815479
/proc/meminfo: memFree=91091264/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19108176 memory=853076 CPUtime=191.21 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 43894 0 0 0 19086 35 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4777044 213269 5936 1 0 557988 0
[pid=815240/tid=815242] ppid=815237 vsize=19108176 memory=42756 CPUtime=185.88 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) R 815237 815240 812180 0 -1 4194368 15593 0 0 0 18583 5 0 0 20 0 20 0 159866265 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19108176 memory=-8672358825880560316 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 267 0 0 0 0 0 0 0 20 0 20 0 159866270 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815259] ppid=815237 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/815240/task/815259/stat : 815259 (Timer-0) S 815237 815240 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159866305 19566772224 213269 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 191.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853076 KiB

[startup+190.003 s]*
/proc/loadavg: 4.55 4.56 4.44 9/322 815481
/proc/meminfo: memFree=91091292/131655788 swapFree=131071996/131071996
[pid=815240] ppid=815237 vsize=19241304 memory=853452 CPUtime=191.63 cores=0,2
/proc/815240/stat : 815240 (java) S 815237 815240 812180 0 -1 1077936128 46089 0 0 0 19128 35 0 0 20 0 20 0 159866265 19703095296 213363 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
/proc/815240/statm: 4810326 213363 5935 1 0 558590 0
[pid=815240/tid=815242] ppid=815237 vsize=19241304 memory=-8672358825880560316 CPUtime=186.27 cores=0,2
/proc/815240/task/815242/stat : 815242 (java) S 815237 815240 812180 0 -1 1077936192 17095 0 0 0 18622 5 0 0 20 0 20 0 159866265 19703095296 213363 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815251] ppid=815237 vsize=19241304 memory=-4421386483329492582 CPUtime=0 cores=0,2
/proc/815240/task/815251/stat : 815251 (Finalizer) S 815237 815240 812180 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 159866269 19703095296 213363 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815258] ppid=815237 vsize=19241304 memory=16295588 CPUtime=0 cores=0,2
/proc/815240/task/815258/stat : 815258 (Common-Cleaner) S 815237 815240 812180 0 -1 1077936192 267 0 0 0 0 0 0 0 20 0 20 0 159866270 19703095296 213363 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
[pid=815240/tid=815480] ppid=815237 vsize=19241304 memory=2736 CPUtime=0 cores=0,2
/proc/815240/task/815480/stat : 815480 (Thread-0) R 815237 815240 812180 0 -1 4194368 337 0 0 0 0 0 0 0 20 0 20 0 159885264 19703095296 213363 134679101440 93911992864768 93911992868464 140736298253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93911992876280 93911992877072 93911997579264 140736298255367 140736298255457 140736298255457 140736298262472 0
Current children cumulated CPU time: 191.63 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 853452 KiB

Child status: 30

Real time (s): 190.036
CPU time (s): 191.684
CPU user time (s): 191.318
CPU system time (s): 0.36558
CPU usage (%): 100.867
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 853452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.318
system time used= 0.36558
maximum resident set size= 854400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46944
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= 7059
involuntary context switches= 2609


# summary of solver processes directly reported to runsolver:
#   pid: 815240
#   total CPU time (s): 191.684
#   total CPU user time (s): 191.318
#   total CPU system time (s): 0.36558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.464319 second user time and 1.09624 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 22:58:24
IDJOB=4432194
IDBENCH=147190
IDSOLVER=3058
FILE ID=nodeC011/4432194-1721077091
RUNJOBID= nodeC011-1721073237-812190
SLURM_JOB_ID= 7505544
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432194-1721077091/watcher-4432194-1721077091 -o /tmp/evaluation-result-4432194-1721077091/solver-4432194-1721077091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721073237-812190 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432194-1721077091.opb

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

MD5SUM BENCH= db5a079c06785cc331355761e45c2b83
RANDOM SEED=930867582

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1396.652
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.284
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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	: 0xb00001f
cpu MHz		: 1895.445
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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	: 0xb00001f
cpu MHz		: 3518.814
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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	: 0xb00001f
cpu MHz		: 3491.601
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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	: 0xb00001f
cpu MHz		: 3641.725
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.270
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        92390504 kB
MemAvailable:   97457908 kB
Buffers:          404052 kB
Cached:          5441408 kB
SwapCached:            0 kB
Active:           674784 kB
Inactive:       37860136 kB
Active(anon):       1444 kB
Inactive(anon): 32725400 kB
Active(file):     673340 kB
Inactive(file):  5134736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1320 kB
Writeback:            32 kB
AnonPages:      32686848 kB
Mapped:           124244 kB
Shmem:             37704 kB
KReclaimable:     199052 kB
Slab:             309620 kB
SReclaimable:     199052 kB
SUnreclaim:       110568 kB
KernelStack:        4896 kB
PageTables:        73924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   35614936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51424 kB
HardwareCorrupted:     0 kB
AnonHugePages:  32112640 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-15 23:01:34