Trace number 4459815

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-07SAT (TO)81 3600.41 3602.57

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
MD5SUM8deb0b9174477a1f2aeb72dadb0281d2
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark71099.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

Quality of the solution as a function of time


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

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2115194816
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.13	c Number of processors 	2
0.12/0.17	--- Begin Solver configuration ---
0.12/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.17	Learn all clauses as in MiniSAT
0.12/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.17	No reason simplification
0.12/0.17	Glucose 2.1 dynamic restart strategy
0.12/0.17	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.17	timeout=2147483s
0.12/0.17	DB Simplification allowed=false
0.12/0.17	Listener: none
0.12/0.17	--- End Solver configuration ---
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Glucose 2.1 dynamic restart strategy
0.12/0.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.18	c solving HOME/instance-4459815-1721942760.opb
0.12/0.18	c reading problem ... 
0.12/0.18	c  objective function found
0.70/0.41	c ... done. Wall clock time 0.219s.
0.70/0.41	c declared #vars     500
0.70/0.41	c internal #vars     6828
0.70/0.41	c #constraints  13156
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
0.70/0.41	c 13156 constraints processed.
0.70/0.42	c objective function length is 500 literals
0.70/0.45	c SATISFIABLE
0.70/0.45	c OPTIMIZING...
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.272
0.70/0.45	o 83
0.70/0.51	c Got one! Elapsed wall clock time (in seconds):0.332
0.91/0.51	o 82
2.68/1.49	c cleaning 2559 clauses out of 5130 with flag 10670/5130
2.88/1.53	c Got one! Elapsed wall clock time (in seconds):1.345
2.88/1.53	o 81
8.30/5.41	c cleaning 3833 clauses out of 7690 with flag 14086/10249
13.86/10.93	c cleaning 4920 clauses out of 9855 with flag 30582/16247
19.44/16.43	c cleaning 5955 clauses out of 11935 with flag 49670/23247
25.69/22.58	c cleaning 6984 clauses out of 13982 with flag 71427/31249
32.49/29.30	c cleaning 7980 clauses out of 15996 with flag 96786/40247
40.07/37.00	c cleaning 9003 clauses out of 18017 with flag 124431/50248
48.37/45.29	c cleaning 10005 clauses out of 20016 with flag 154276/61250
57.54/54.48	c cleaning 10993 clauses out of 22008 with flag 185946/73247
67.45/64.31	c cleaning 12007 clauses out of 24015 with flag 222799/86247
77.53/74.42	c cleaning 12986 clauses out of 26008 with flag 262838/100247
88.00/84.94	c cleaning 14007 clauses out of 28022 with flag 304714/115247
99.48/96.42	c cleaning 15003 clauses out of 30015 with flag 348162/131247
111.99/108.83	c cleaning 15999 clauses out of 32012 with flag 393301/148247
125.18/121.91	c cleaning 17004 clauses out of 34019 with flag 444905/166253
139.27/136.07	c cleaning 18003 clauses out of 36011 with flag 497688/185249
154.26/151.04	c cleaning 18995 clauses out of 38007 with flag 552242/205248
170.13/166.94	c cleaning 20004 clauses out of 40011 with flag 608995/226247
187.01/183.81	c cleaning 20999 clauses out of 42008 with flag 671184/248248
204.58/201.50	c cleaning 22002 clauses out of 44010 with flag 734841/271249
222.95/219.86	c cleaning 23002 clauses out of 46006 with flag 800967/295247
241.61/238.58	c cleaning 23988 clauses out of 48004 with flag 870670/320247
260.90/257.79	c cleaning 24999 clauses out of 50016 with flag 943272/346247
281.16/278.05	c cleaning 26001 clauses out of 52017 with flag 1018813/373247
302.93/299.86	c cleaning 27006 clauses out of 54020 with flag 1097367/401251
324.89/321.88	c cleaning 27999 clauses out of 56010 with flag 1177417/430247
347.35/344.33	c cleaning 28993 clauses out of 58011 with flag 1259914/460247
371.14/368.17	c cleaning 30001 clauses out of 60018 with flag 1347120/491247
395.00/392.05	c cleaning 30989 clauses out of 62017 with flag 1433987/523247
419.25/416.34	c cleaning 32015 clauses out of 64030 with flag 1523637/556249
445.52/442.62	c cleaning 33002 clauses out of 66015 with flag 1617115/590249
471.99/469.14	c cleaning 33998 clauses out of 68012 with flag 1712103/625248
499.23/496.48	c cleaning 35003 clauses out of 70013 with flag 1811239/661247
527.60/524.95	c cleaning 35993 clauses out of 72011 with flag 1912023/698248
555.56/553.10	c cleaning 36997 clauses out of 74018 with flag 2017654/736248
584.23/582.10	c cleaning 38007 clauses out of 76025 with flag 2123698/775252
613.72/611.79	c cleaning 39000 clauses out of 78013 with flag 2232255/815247
643.85/642.17	c cleaning 39999 clauses out of 80013 with flag 2344492/856247
674.88/673.47	c cleaning 40991 clauses out of 82014 with flag 2457073/898247
706.61/705.41	c cleaning 42007 clauses out of 84023 with flag 2574990/941247
738.76/737.86	c cleaning 42984 clauses out of 86017 with flag 2698723/985248
772.10/771.27	c cleaning 44011 clauses out of 88032 with flag 2825221/1030247
806.22/805.41	c cleaning 44999 clauses out of 90021 with flag 2954869/1076247
841.26/840.52	c cleaning 45997 clauses out of 92022 with flag 3083666/1123247
876.81/876.11	c cleaning 47003 clauses out of 94031 with flag 3216586/1171253
913.74/913.17	c cleaning 47998 clauses out of 96022 with flag 3354616/1220247
951.15/950.66	c cleaning 48994 clauses out of 98027 with flag 3495343/1270250
989.67/989.22	c cleaning 50006 clauses out of 100030 with flag 3639330/1321247
1028.30/1027.95	c cleaning 51006 clauses out of 102025 with flag 3783078/1373248
1068.24/1067.95	c cleaning 51997 clauses out of 104018 with flag 3928503/1426247
1109.55/1109.34	c cleaning 52991 clauses out of 106023 with flag 4076375/1480249
1150.11/1149.95	c cleaning 53993 clauses out of 108030 with flag 4228229/1535247
1192.14/1192.08	c cleaning 55007 clauses out of 110037 with flag 4383109/1591247
1233.86/1233.89	c cleaning 56007 clauses out of 112030 with flag 4539066/1648247
1276.60/1276.67	c cleaning 56998 clauses out of 114029 with flag 4696907/1706253
1320.12/1320.20	c cleaning 58008 clauses out of 116025 with flag 4860102/1765247
1363.75/1363.96	c cleaning 58996 clauses out of 118017 with flag 5021930/1825247
1408.08/1408.39	c cleaning 60000 clauses out of 120021 with flag 5186774/1886247
1452.71/1453.08	c cleaning 61006 clauses out of 122021 with flag 5355460/1948247
1498.44/1498.82	c cleaning 61996 clauses out of 124015 with flag 5524342/2011247
1545.15/1545.61	c cleaning 63010 clauses out of 126020 with flag 5702970/2075248
1593.83/1593.85	c cleaning 64007 clauses out of 128015 with flag 5883235/2140253
1643.55/1643.67	c cleaning 64989 clauses out of 130004 with flag 6066530/2206249
1695.56/1695.71	c cleaning 65997 clauses out of 132013 with flag 6256604/2273247
1746.19/1746.50	c cleaning 67000 clauses out of 134017 with flag 6444769/2341248
1796.31/1796.65	c cleaning 68005 clauses out of 136016 with flag 6637985/2410247
1848.12/1848.53	c cleaning 69005 clauses out of 138016 with flag 6831048/2480252
1900.44/1900.90	c cleaning 69996 clauses out of 140010 with flag 7033336/2551251
1953.16/1953.77	c cleaning 70988 clauses out of 142010 with flag 7234181/2623247
2007.30/2007.90	c cleaning 72007 clauses out of 144022 with flag 7436045/2696247
2062.51/2063.23	c cleaning 73002 clauses out of 146015 with flag 7637656/2770247
2117.33/2118.17	c cleaning 74000 clauses out of 148013 with flag 7839934/2845247
2174.52/2175.44	c cleaning 75002 clauses out of 150013 with flag 8052277/2921247
2230.82/2231.84	c cleaning 75992 clauses out of 152011 with flag 8263046/2998247
2288.33/2289.42	c cleaning 77001 clauses out of 154019 with flag 8477015/3076247
2346.24/2347.43	c cleaning 78007 clauses out of 156021 with flag 8690741/3155250
2403.74/2405.09	c cleaning 79000 clauses out of 158011 with flag 8901773/3235247
2463.31/2464.68	c cleaning 79995 clauses out of 160011 with flag 9122731/3316247
2524.63/2526.09	c cleaning 80989 clauses out of 162016 with flag 9352080/3398247
2588.45/2589.96	c cleaning 82011 clauses out of 164029 with flag 9581768/3481249
2652.55/2654.15	c cleaning 82981 clauses out of 166016 with flag 9814597/3565247
2717.21/2718.81	c cleaning 83995 clauses out of 168039 with flag 10046665/3650251
2781.60/2783.38	c cleaning 84994 clauses out of 170040 with flag 10283800/3736247
2846.31/2848.17	c cleaning 86013 clauses out of 172046 with flag 10517328/3823247
2913.09/2915.01	c cleaning 87007 clauses out of 174033 with flag 10757598/3911247
2980.39/2982.42	c cleaning 87991 clauses out of 176026 with flag 10996672/4000247
3047.27/3049.45	c cleaning 88993 clauses out of 178035 with flag 11240857/4090247
3116.06/3118.38	c cleaning 90013 clauses out of 180044 with flag 11495009/4181249
3185.83/3187.58	c cleaning 91005 clauses out of 182029 with flag 11751685/4273247
3256.81/3258.61	c cleaning 92001 clauses out of 184024 with flag 12009883/4366247
3329.28/3331.24	c cleaning 93013 clauses out of 186026 with flag 12266904/4460250
3400.98/3403.09	c cleaning 93999 clauses out of 188010 with flag 12531622/4555247
3474.96/3477.13	c cleaning 94990 clauses out of 190011 with flag 12796896/4651247
3549.89/3552.18	c cleaning 95994 clauses out of 192021 with flag 13060810/4748247
3600.09/3602.42	c starts		: 6
3600.09/3602.45	c conflicts		: 4814345
3600.09/3602.46	c decisions		: 12876317
3600.09/3602.46	c propagations		: 9325079835
3600.09/3602.46	c inspects		: 39910704886
3600.09/3602.46	c shortcuts		: 0
3600.09/3602.46	c learnt literals	: 0
3600.09/3602.46	c learnt binary clauses	: 0
3600.09/3602.46	c learnt ternary clauses	: 0
3600.09/3602.46	c learnt constraints	: 4814345
3600.09/3602.47	c ignored constraints	: 0
3600.09/3602.47	c root simplifications	: 0
3600.09/3602.47	c removed literals (reason simplification)	: 0
3600.09/3602.47	c reason swapping (by a shorter reason)	: 0
3600.09/3602.47	c Calls to reduceDB	: 94
3600.09/3602.47	c Number of update (reduction) of LBD	: 1379217
3600.09/3602.48	c Imported unit clauses	: 0
3600.09/3602.48	c No decision after first conflict	: false
3600.09/3602.48	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.48	c number of learned constraints concerned by reduction	: 0
3600.09/3602.48	c number of learning phase by resolution	: 0
3600.09/3602.48	c number of learning phase by cutting planes	: 0
3600.09/3602.48	c number of rounding to 1 operations	: 0
3600.09/3602.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.48	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.48	c number of right shift for reduction by power 2 	: 0
3600.09/3602.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.50	c number of ending skipping 	: 0
3600.09/3602.50	c number of internal skipping 	: 0
3600.09/3602.50	c number of derivation steps 	: 0
3600.09/3602.50	c number of skipped derivation steps 	: 0
3600.09/3602.50	c number of remaining unassigned 	: 0
3600.09/3602.50	c number of remaining assigned 	: 0
3600.09/3602.50	c number of falsified literals weakened from reason	: 0
3600.09/3602.50	c number of falsified literals weakened from conflict	: 0
3600.09/3602.50	c time for arithmetic operations	: 0
3600.09/3602.50	c minimum degree of deleted constraints	: null
3600.09/3602.50	c maximum degree of deleted constraints	: null
3600.09/3602.50	c number of deleted constraints	: 0
3600.09/3602.50	c speed (assignments/second)	: 2588812.106320007
3600.09/3602.50	c non guided choices	: 0
3600.29/3602.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 162125
3600.29/3602.55	s SATISFIABLE
3600.29/3602.55	c Found 3 solution(s)
3600.29/3602.55	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 
3600.29/3602.56	c objective function=81
3600.29/3602.56	c Total wall clock time (in seconds): 3602.382

Verifier Data

OK	81

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: 64059 MiB (40904 MiB free)
  memory of node 1: 64510 MiB (48623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459815-1721942760/watcher-4459815-1721942760 -o /tmp/evaluation-result-4459815-1721942760/solver-4459815-1721942760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721939462-298710 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459815-1721942760.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=300986, runsolver pid=300983

[startup+0.100793 s]*
/proc/loadavg: 4.31 4.34 4.25 7/314 301004
/proc/meminfo: memFree=91640728/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=18993908 memory=57300 CPUtime=0.12 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 6616 0 0 0 9 3 0 0 20 0 18 0 30265401 19449761792 14325 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4748477 14325 5850 1 0 550915 0
[pid=300986/tid=300988] ppid=300983 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 1077936192 5573 0 0 0 5 3 0 0 20 0 18 0 30265402 19449761792 14325 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30265408 19449761792 14325 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=18993908 memory=3618136736603318475 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30265409 19449761792 14325 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57300 KiB

[startup+0.206568 s]*
/proc/loadavg: 4.31 4.34 4.25 7/314 301004
/proc/meminfo: memFree=91630720/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=18993908 memory=67264 CPUtime=0.32 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 7462 0 0 0 28 4 0 0 20 0 18 0 30265401 19449761792 16816 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4748477 16816 6031 1 0 551613 0
[pid=300986/tid=300988] ppid=300983 vsize=18993908 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 6037 0 0 0 14 3 0 0 20 0 18 0 30265402 19449761792 16816 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=18993908 memory=1967857 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30265408 19449761792 16816 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30265409 19449761792 16816 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67264 KiB

[startup+0.30821 s]*
/proc/loadavg: 4.31 4.34 4.25 7/314 301004
/proc/meminfo: memFree=91628140/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=18993908 memory=70184 CPUtime=0.52 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 7551 0 0 0 48 4 0 0 20 0 18 0 30265401 19449761792 17546 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4748477 17546 6106 1 0 551636 0
[pid=300986/tid=300988] ppid=300983 vsize=18993908 memory=-8959174152059265724 CPUtime=0.27 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 1077936192 6055 0 0 0 24 3 0 0 20 0 18 0 30265402 19449761792 17546 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30265408 19449761792 17546 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30265409 19449761792 17546 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 70184 KiB

[startup+0.700556 s]
/proc/loadavg: 4.31 4.34 4.25 7/315 301005
/proc/meminfo: memFree=91612020/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=89636 CPUtime=1.27 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 9302 0 0 0 122 5 0 0 20 0 19 0 30265401 19517923328 22409 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 22409 6160 1 0 552993 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=5640 CPUtime=0.64 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 6194 0 0 0 60 4 0 0 20 0 19 0 30265402 19517923328 22409 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=12240 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 22409 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=5009 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 22409 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=2244 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 22409 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 89636 KiB

[startup+1.51058 s]
/proc/loadavg: 4.31 4.34 4.25 8/315 301005
/proc/meminfo: memFree=91602536/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=108600 CPUtime=2.88 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 17269 0 0 0 281 7 0 0 20 0 19 0 30265401 19517923328 27150 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 27150 6176 1 0 555578 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=12240 CPUtime=1.43 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 7148 0 0 0 139 4 0 0 20 0 19 0 30265402 19517923328 27150 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 27150 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=1967624 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 27150 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 27150 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 108600 KiB

[startup+3.10656 s]
/proc/loadavg: 4.44 4.37 4.26 7/315 301007
/proc/meminfo: memFree=91573444/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=125172 CPUtime=5.43 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 24432 0 0 0 535 8 0 0 20 0 19 0 30265401 19517923328 31293 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 31293 6176 1 0 559053 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=0 CPUtime=3 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 7468 0 0 0 296 4 0 0 20 0 19 0 30265402 19517923328 31293 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 31293 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=12240 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 31293 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=12264 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 31293 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 125172 KiB

[startup+6.30056 s]
/proc/loadavg: 4.44 4.37 4.26 5/315 301007
/proc/meminfo: memFree=91574052/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=124480 CPUtime=9.28 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 24661 0 0 0 919 9 0 0 20 0 19 0 30265401 19517923328 31120 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 31120 6176 1 0 559058 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=12240 CPUtime=6.17 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 7583 0 0 0 613 4 0 0 20 0 19 0 30265402 19517923328 31120 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=127220 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 31120 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 31120 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=-8959174152059265724 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 31120 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 124480 KiB

[startup+12.7005 s]
/proc/loadavg: 4.69 4.43 4.28 5/315 301007
/proc/meminfo: memFree=91567720/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=130740 CPUtime=15.71 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 27461 0 0 0 1562 9 0 0 20 0 19 0 30265401 19517923328 32685 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 32685 6176 1 0 559058 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=-8959174152059265724 CPUtime=12.53 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 8609 0 0 0 1249 4 0 0 20 0 19 0 30265402 19517923328 32685 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 32685 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=128692 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 32685 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=-8959174152059265724 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 32685 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 130740 KiB

[startup+25.5005 s]
/proc/loadavg: 4.58 4.41 4.28 6/315 301010
/proc/meminfo: memFree=91419796/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=145280 CPUtime=28.69 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 33013 0 0 0 2858 11 0 0 20 0 19 0 30265401 19517923328 36320 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 36320 6208 1 0 559058 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=139132 CPUtime=25.29 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 10021 0 0 0 2525 4 0 0 20 0 19 0 30265402 19517923328 36320 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=-8959174152059265724 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30265408 19517923328 36320 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19060472 memory=12240 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30265409 19517923328 36320 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19060472 memory=12264 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30265444 19517923328 36320 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 145280 KiB

[startup+51.1135 s]
/proc/loadavg: 4.38 4.38 4.27 5/315 301013
/proc/meminfo: memFree=91390940/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19060472 memory=171908 CPUtime=54.26 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 35129 0 0 0 5413 13 0 0 20 0 19 0 30265401 19517923328 42977 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4765118 42977 6208 1 0 559058 0
[pid=300986/tid=300988] ppid=300983 vsize=19060472 memory=12264 CPUtime=50.85 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 11800 0 0 0 5080 5 0 0 20 0 19 0 30265402 19517923328 42977 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19060472 memory=163712 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.11 4.24 4.26 5/316 303191
/proc/meminfo: memFree=120803784/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598084 CPUtime=3280.47 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 114067 0 0 0 327846 201 0 0 20 0 20 0 30265401 19586084864 399521 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399521 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=1598084 CPUtime=3268.37 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 43816 0 0 0 326817 20 0 0 20 0 20 0 30265402 19586084864 399521 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399521 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=5640 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3225 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399521 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399521 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3280.47 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.22 4.26 5/316 303202
/proc/meminfo: memFree=120737636/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598092 CPUtime=3340.37 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 114933 0 0 0 333834 203 0 0 20 0 20 0 30265401 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399523 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=1598084 CPUtime=3328.06 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 43996 0 0 0 332786 20 0 0 20 0 20 0 30265402 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=5640 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=1598084 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3294 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3340.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.20 4.25 5/316 303214
/proc/meminfo: memFree=120737252/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598092 CPUtime=3400.26 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 115044 0 0 0 339821 205 0 0 20 0 20 0 30265401 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399523 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=1598084 CPUtime=3387.92 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 44099 0 0 0 338772 20 0 0 20 0 20 0 30265402 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=1598092 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=72956 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3294 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=5640 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3400.26 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598092 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.19 4.24 5/316 303224
/proc/meminfo: memFree=120736936/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598092 CPUtime=3460.17 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 115456 0 0 0 345808 209 0 0 20 0 20 0 30265401 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399523 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=1598092 CPUtime=3447.78 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 44345 0 0 0 344758 20 0 0 20 0 20 0 30265402 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=1598084 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=1598092 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3416 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=72956 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399523 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3460.17 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598092 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.25 5/316 303234
/proc/meminfo: memFree=120541500/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598096 CPUtime=3520.12 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 116591 0 0 0 351802 210 0 0 20 0 20 0 30265401 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399524 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=12264 CPUtime=3507.58 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 44788 0 0 0 350738 20 0 0 20 0 20 0 30265402 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=72956 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=18484 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3416 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=1598092 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3520.12 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.49 4.28 4.27 5/316 303628
/proc/meminfo: memFree=120508492/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598096 CPUtime=3580.03 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 116729 0 0 0 357790 213 0 0 20 0 20 0 30265401 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399524 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=2232 CPUtime=3567.44 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 44918 0 0 0 356724 20 0 0 20 0 20 0 30265402 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=1598096 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=72956 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3416 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=1598096 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3580.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.4 s]
/proc/loadavg: 4.62 4.33 4.28 5/316 303632
/proc/meminfo: memFree=120508512/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19127036 memory=1598096 CPUtime=3600.09 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 117074 0 0 0 359796 213 0 0 20 0 20 0 30265401 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4781759 399524 6256 1 0 565054 0
[pid=300986/tid=300988] ppid=300983 vsize=19127036 memory=1598096 CPUtime=3587.49 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 45085 0 0 0 358729 20 0 0 20 0 20 0 30265402 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19127036 memory=-8959174152059265724 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30265408 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19127036 memory=20232 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3545 0 0 0 0 0 0 0 20 0 20 0 30265409 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301005] ppid=300983 vsize=19127036 memory=37572 CPUtime=0 cores=1,3
/proc/300986/task/301005/stat : 301005 (Timer-0) S 300983 300986 298698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30265444 19586084864 399524 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.26 s, system=2.1506 s

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

[startup+3602.5 s]
/proc/loadavg: 4.62 4.33 4.28 5/316 303632
/proc/meminfo: memFree=120508512/131655788 swapFree=131060868/131071996
[pid=300986] ppid=300983 vsize=19326728 memory=1598804 CPUtime=3600.29 cores=1,3
/proc/300986/stat : 300986 (java) S 300983 300986 298698 0 -1 1077936128 119486 0 0 0 359815 214 0 0 20 0 21 0 30265401 19790569472 399701 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
/proc/300986/statm: 4831682 399701 6255 1 0 565975 0
[pid=300986/tid=300988] ppid=300983 vsize=19326728 memory=1588008 CPUtime=3587.58 cores=1,3
/proc/300986/task/300988/stat : 300988 (java) R 300983 300986 298698 0 -1 4194368 45248 0 0 0 358738 20 0 0 20 0 21 0 30265402 19790569472 399701 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=300997] ppid=300983 vsize=19326728 memory=1598096 CPUtime=0 cores=1,3
/proc/300986/task/300997/stat : 300997 (Finalizer) S 300983 300986 298698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30265408 19790569472 399701 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
[pid=300986/tid=301004] ppid=300983 vsize=19326728 memory=1598096 CPUtime=0 cores=1,3
/proc/300986/task/301004/stat : 301004 (Common-Cleaner) S 300983 300986 298698 0 -1 1077936192 3545 0 0 0 0 0 0 0 20 0 21 0 30265409 19790569472 399701 134679101440 93937077530624 93937077534320 140721944361328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93937077542136 93937077542928 93937081323520 140721944368138 140721944368228 140721944368228 140721944375240 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 1598804 KiB

Child status: 143

Real time (s): 3602.57
CPU time (s): 3600.41
CPU user time (s): 3598.26
CPU system time (s): 2.1506
CPU usage (%): 99.94
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 1598804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.26
system time used= 2.1506
maximum resident set size= 1599668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104822
involuntary context switches= 8180


# summary of solver processes directly reported to runsolver:
#   pid: 300986
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3598.26
#   total CPU system time (s): 2.1506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.956 second user time and 35.3148 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-25 23:26:00
IDJOB=4459815
IDBENCH=148588
IDSOLVER=3058
FILE ID=nodeC005/4459815-1721942760
RUNJOBID= nodeC005-1721939462-298710
SLURM_JOB_ID= 8247259
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459815-1721942760/watcher-4459815-1721942760 -o /tmp/evaluation-result-4459815-1721942760/solver-4459815-1721942760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721939462-298710 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459815-1721942760.opb

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

MD5SUM BENCH= 8deb0b9174477a1f2aeb72dadb0281d2
RANDOM SEED=1762117574

nodeC005.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		: 3498.558
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.114
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		: 1197.292
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.600
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		: 3544.220
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3577.576
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.500
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.207
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:        91676240 kB
MemAvailable:   93660436 kB
Buffers:          328792 kB
Cached:          2472312 kB
SwapCached:          320 kB
Active:          1733488 kB
Inactive:       37602232 kB
Active(anon):       1620 kB
Inactive(anon): 36585968 kB
Active(file):    1731868 kB
Inactive(file):  1016264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060868 kB
Dirty:               824 kB
Writeback:            24 kB
AnonPages:      36522300 kB
Mapped:           119500 kB
Shmem:             52956 kB
KReclaimable:     152188 kB
Slab:             260832 kB
SReclaimable:     152188 kB
SUnreclaim:       108644 kB
KernelStack:        4800 kB
PageTables:        81864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   41093732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            12064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35911680 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:      406344 kB
DirectMap2M:    45635584 kB
DirectMap1G:    90177536 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-26 00:26:03