Trace number 4449821

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 Cutting Planes 2024 2024-07-12SAT (TO)8 3600.67 3599.72

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=11.opb
MD5SUM9b5c30834c5e817deb28aeb7d8484ce1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403
Total number of constraints13065
Number of constraints which are clauses13052
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
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 13
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.23	 - never skip resolution steps
0.12/0.23	 - Auto-division on coefficients is disabled
0.12/0.23	 - No postprocessing
0.12/0.23	 - Conflict is considered as is when resolving
0.12/0.23	 - Use constraints as they come during conflict analysis
0.12/0.23	 - Weaken first using unassigned literals
0.12/0.23	 - Bump strategy: ALWAYS_ONE
0.12/0.23	 - Bumper: EFFECTIVE
0.12/0.23	--- Begin Solver configuration ---
0.12/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.23	Learn all clauses as in MiniSAT
0.12/0.23	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.23	No reason simplification
0.12/0.23	Dynamic restart strategy considering the size of the coefficients
0.12/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.23	timeout=2147483s
0.12/0.23	DB Simplification allowed=false
0.12/0.23	Listener: none
0.12/0.23	--- End Solver configuration ---
0.34/0.23	c Pseudo Boolean Optimization by upper bound
0.34/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.23	c  - never skip resolution steps
0.34/0.23	c  - Auto-division on coefficients is disabled
0.34/0.23	c  - No postprocessing
0.34/0.23	c  - Conflict is considered as is when resolving
0.34/0.23	c  - Use constraints as they come during conflict analysis
0.34/0.23	c  - Weaken first using unassigned literals
0.34/0.23	c  - Bump strategy: ALWAYS_ONE
0.34/0.23	c  - Bumper: EFFECTIVE
0.34/0.23	c --- Begin Solver configuration ---
0.34/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.23	c Learn all clauses as in MiniSAT
0.34/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.23	c No reason simplification
0.34/0.23	c Dynamic restart strategy considering the size of the coefficients
0.34/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.23	c timeout=2147483s
0.34/0.23	c DB Simplification allowed=false
0.34/0.23	c Listener: none
0.34/0.23	c --- End Solver configuration ---
0.34/0.23	c solving HOME/instance-4449821-1721402988.opb
0.34/0.23	c reading problem ... 
0.34/0.24	c  objective function found
0.87/0.57	c ... done. Wall clock time 0.33s.
0.87/0.57	c declared #vars     403
0.87/0.57	c #constraints  13065
0.87/0.57	c constraints type 
0.87/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.87/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13052
0.87/0.57	c 13065 constraints processed.
0.87/0.59	c objective function length is 13 literals
1.19/0.74	c SATISFIABLE
1.19/0.74	c OPTIMIZING...
1.19/0.74	c Got one! Elapsed wall clock time (in seconds):0.506
1.19/0.74	o 13
1.38/0.86	c Got one! Elapsed wall clock time (in seconds):0.616
1.38/0.86	o 12
1.59/0.95	c Got one! Elapsed wall clock time (in seconds):0.719
1.59/0.97	o 11
1.59/1.00	c Got one! Elapsed wall clock time (in seconds):0.766
1.79/1.01	o 10
1.79/1.06	c Got one! Elapsed wall clock time (in seconds):0.826
1.79/1.07	o 9
1.99/1.13	c Got one! Elapsed wall clock time (in seconds):0.902
1.99/1.14	o 8
3.96/2.17	c cleaning 2692 clauses out of 5390 with flag 0/5390
5.22/3.11	c cleaning 4338 clauses out of 8693 with flag 0/11385
6.63/4.41	c cleaning 5667 clauses out of 11355 with flag 0/18385
8.30/6.07	c cleaning 6838 clauses out of 13688 with flag 0/26385
10.17/7.92	c cleaning 7918 clauses out of 15850 with flag 0/35385
12.38/10.19	c cleaning 8959 clauses out of 17932 with flag 0/45385
15.19/12.84	c cleaning 9979 clauses out of 19973 with flag 0/56385
18.09/15.76	c cleaning 10992 clauses out of 21995 with flag 0/68386
21.39/19.11	c cleaning 11993 clauses out of 24002 with flag 0/81385
24.78/22.46	c cleaning 12999 clauses out of 26009 with flag 0/95385
28.67/26.32	c cleaning 13999 clauses out of 28011 with flag 0/110386
33.09/30.70	c cleaning 15001 clauses out of 30011 with flag 0/126385
37.80/35.39	c cleaning 15999 clauses out of 32011 with flag 0/143386
43.01/40.45	c cleaning 16999 clauses out of 34012 with flag 0/161386
49.10/46.59	c cleaning 18001 clauses out of 36012 with flag 0/180385
55.49/52.92	c cleaning 19001 clauses out of 38012 with flag 0/200386
62.47/59.99	c cleaning 19996 clauses out of 40011 with flag 0/221386
69.67/67.18	c cleaning 21000 clauses out of 42015 with flag 0/243386
77.82/75.34	c cleaning 22000 clauses out of 44014 with flag 0/266385
85.44/83.02	c cleaning 22998 clauses out of 46018 with flag 0/290389
93.86/91.51	c cleaning 23999 clauses out of 48016 with flag 0/315385
101.81/99.53	c cleaning 25000 clauses out of 50018 with flag 0/341386
110.93/108.71	c cleaning 26001 clauses out of 52018 with flag 0/368386
120.94/118.86	c cleaning 26999 clauses out of 54018 with flag 0/396387
132.33/130.38	c cleaning 28002 clauses out of 56019 with flag 0/425387
142.77/140.89	c cleaning 29000 clauses out of 58015 with flag 0/455385
154.93/153.05	c cleaning 30002 clauses out of 60017 with flag 0/486387
169.20/167.38	c cleaning 31001 clauses out of 62016 with flag 0/518388
186.95/185.04	c cleaning 31998 clauses out of 64014 with flag 0/551387
204.57/202.67	c cleaning 33002 clauses out of 66017 with flag 0/585388
221.68/219.72	c cleaning 33998 clauses out of 68013 with flag 0/620386
240.63/238.68	c cleaning 35003 clauses out of 70016 with flag 0/656387
259.43/257.43	c cleaning 35998 clauses out of 72012 with flag 0/693386
278.80/276.75	c cleaning 37001 clauses out of 74014 with flag 0/731386
297.33/295.17	c cleaning 37999 clauses out of 76013 with flag 0/770386
317.85/315.69	c cleaning 38999 clauses out of 78014 with flag 0/810386
341.69/339.47	c cleaning 39999 clauses out of 80016 with flag 0/851387
366.87/364.62	c cleaning 41002 clauses out of 82015 with flag 0/893385
393.24/391.11	c cleaning 41999 clauses out of 84015 with flag 0/936387
416.50/414.22	c cleaning 43000 clauses out of 86014 with flag 0/980385
444.61/442.37	c cleaning 43996 clauses out of 88014 with flag 0/1025385
474.30/472.04	c cleaning 45000 clauses out of 90018 with flag 0/1071385
511.96/509.69	c cleaning 46002 clauses out of 92018 with flag 0/1118385
546.01/543.64	c cleaning 46998 clauses out of 94020 with flag 0/1166389
580.41/578.07	c cleaning 47999 clauses out of 96021 with flag 0/1215388
610.85/608.46	c cleaning 48998 clauses out of 98020 with flag 0/1265386
647.72/645.41	c cleaning 50001 clauses out of 100021 with flag 0/1316385
690.54/688.48	c cleaning 50997 clauses out of 102022 with flag 0/1368387
721.25/719.27	c cleaning 51999 clauses out of 104025 with flag 0/1421387
757.99/756.12	c cleaning 53005 clauses out of 106024 with flag 0/1475385
799.01/797.18	c cleaning 54001 clauses out of 108019 with flag 0/1530385
837.62/835.79	c cleaning 55002 clauses out of 110019 with flag 0/1586386
879.24/877.39	c cleaning 55998 clauses out of 112018 with flag 0/1643387
923.17/921.23	c cleaning 57004 clauses out of 114019 with flag 0/1701386
962.45/960.60	c cleaning 58000 clauses out of 116014 with flag 0/1760385
1006.69/1004.76	c cleaning 58999 clauses out of 118017 with flag 0/1820388
1053.46/1051.51	c cleaning 59999 clauses out of 120015 with flag 0/1881385
1100.22/1098.25	c cleaning 60997 clauses out of 122016 with flag 0/1943385
1152.24/1150.12	c cleaning 61995 clauses out of 124021 with flag 0/2006387
1210.83/1208.78	c cleaning 63004 clauses out of 126024 with flag 0/2070385
1270.89/1268.86	c cleaning 64001 clauses out of 128020 with flag 0/2135385
1327.92/1325.93	c cleaning 65002 clauses out of 130020 with flag 0/2201386
1377.18/1375.29	c cleaning 66001 clauses out of 132017 with flag 0/2268385
1437.72/1435.86	c cleaning 67002 clauses out of 134017 with flag 0/2336386
1496.45/1494.64	c cleaning 68000 clauses out of 136015 with flag 0/2405386
1557.54/1555.80	c cleaning 68999 clauses out of 138014 with flag 0/2475385
1604.96/1603.38	c cleaning 70001 clauses out of 140017 with flag 0/2546387
1678.23/1676.73	c cleaning 70997 clauses out of 142015 with flag 0/2618386
1751.03/1749.56	c cleaning 71999 clauses out of 144018 with flag 0/2691386
1815.54/1814.09	c cleaning 73001 clauses out of 146018 with flag 0/2765385
1887.97/1886.57	c cleaning 74000 clauses out of 148018 with flag 0/2840386
1948.87/1947.14	c cleaning 75002 clauses out of 150018 with flag 0/2916386
2005.47/2003.89	c cleaning 75997 clauses out of 152017 with flag 0/2993387
2067.65/2066.11	c cleaning 77004 clauses out of 154018 with flag 0/3071385
2134.95/2133.59	c cleaning 77999 clauses out of 156014 with flag 0/3150385
2197.84/2196.50	c cleaning 78999 clauses out of 158016 with flag 0/3230386
2258.04/2256.74	c cleaning 79991 clauses out of 160016 with flag 0/3311385
2322.32/2321.02	c cleaning 81002 clauses out of 162026 with flag 0/3393386
2397.63/2396.45	c cleaning 82001 clauses out of 164023 with flag 0/3476385
2462.69/2461.51	c cleaning 83008 clauses out of 166023 with flag 0/3560386
2538.81/2537.60	c cleaning 84001 clauses out of 168014 with flag 0/3645385
2607.17/2606.06	c cleaning 84999 clauses out of 170013 with flag 0/3731385
2675.86/2674.70	c cleaning 85995 clauses out of 172014 with flag 0/3818385
2757.09/2755.94	c cleaning 87004 clauses out of 174020 with flag 0/3906386
2842.82/2841.71	c cleaning 87998 clauses out of 176015 with flag 0/3995385
2923.44/2922.33	c cleaning 89003 clauses out of 178018 with flag 0/4085386
3001.67/3000.57	c cleaning 90001 clauses out of 180018 with flag 0/4176389
3098.59/3097.52	c cleaning 90999 clauses out of 182013 with flag 0/4268385
3207.60/3206.60	c cleaning 91999 clauses out of 184015 with flag 0/4361386
3313.09/3312.26	c cleaning 93001 clauses out of 186015 with flag 0/4455385
3402.42/3401.54	c cleaning 93997 clauses out of 188016 with flag 0/4550387
3495.35/3494.62	c cleaning 95005 clauses out of 190018 with flag 0/4646386
3584.05/3583.49	c cleaning 95998 clauses out of 192012 with flag 0/4743385
3600.06/3599.47	c starts		: 14
3600.06/3599.47	c conflicts		: 4766678
3600.06/3599.47	c decisions		: 5305540
3600.06/3599.47	c propagations		: 74090591
3600.06/3599.47	c inspects		: 30866073576
3600.06/3599.47	c shortcuts		: 0
3600.06/3599.47	c learnt literals	: 0
3600.06/3599.47	c learnt binary clauses	: 0
3600.06/3599.47	c learnt ternary clauses	: 0
3600.06/3599.47	c learnt constraints	: 4766677
3600.06/3599.47	c ignored constraints	: 0
3600.06/3599.47	c root simplifications	: 0
3600.06/3599.47	c removed literals (reason simplification)	: 0
3600.06/3599.47	c reason swapping (by a shorter reason)	: 0
3600.06/3599.47	c Calls to reduceDB	: 93
3600.06/3599.49	c Number of update (reduction) of LBD	: 7144721
3600.06/3599.49	c Imported unit clauses	: 0
3600.06/3599.49	c No decision after first conflict	: false
3600.06/3599.49	c number of reductions to clauses (during analyze)	: 0
3600.06/3599.49	c number of learned constraints concerned by reduction	: 0
3600.06/3599.49	c number of learning phase by resolution	: 0
3600.06/3599.49	c number of learning phase by cutting planes	: 0
3600.06/3599.49	c number of rounding to 1 operations	: 0
3600.06/3599.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3599.49	c number of reductions of the coefficients by power 2 	: 0
3600.06/3599.49	c number of right shift for reduction by power 2 	: 0
3600.06/3599.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3599.49	c number of ending skipping 	: 0
3600.06/3599.49	c number of internal skipping 	: 0
3600.06/3599.49	c number of derivation steps 	: 41422687
3600.06/3599.49	c number of skipped derivation steps 	: 0
3600.06/3599.49	c number of remaining unassigned 	: 598
3600.06/3599.49	c number of remaining assigned 	: 44184
3600.06/3599.49	c number of falsified literals weakened from reason	: 0
3600.06/3599.49	c number of falsified literals weakened from conflict	: 0
3600.06/3599.49	c time for arithmetic operations	: 26233806
3600.06/3599.49	c minimum degree of deleted constraints	: 1
3600.28/3599.52	c maximum degree of deleted constraints	: 210895970652509587647877739488088899968984082033554310085955154967376591609756000
3600.28/3599.52	c number of deleted constraints	: 4647371
3600.28/3599.52	c speed (assignments/second)	: 20586.872909791928
3600.28/3599.52	c non guided choices	: 2094
3600.45/3599.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 119157
3600.45/3599.68	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5
3600.45/3599.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 144
3600.45/3599.68	s SATISFIABLE
3600.45/3599.68	c Found 6 solution(s)
3600.45/3599.68	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 
3600.45/3599.69	c objective function=8
3600.45/3599.69	c Total wall clock time (in seconds): 3599.462

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449821-1721402988/watcher-4449821-1721402988 -o /tmp/evaluation-result-4449821-1721402988/solver-4449821-1721402988 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008278 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449821-1721402988.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
Current StackSize limit: 8192 KiB

solver pid=1010366, runsolver pid=1010363

[startup+0.106063 s]*
/proc/loadavg: 4.28 4.36 4.25 5/320 1010384
/proc/meminfo: memFree=110359084/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=18975048 memory=56168 CPUtime=0.12 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 6585 0 0 0 9 3 0 0 20 0 18 0 192455198 19430449152 14042 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4743762 14042 5547 1 0 550924 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 5519 0 0 0 7 3 0 0 20 0 18 0 192455198 19430449152 14042 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192455203 19430449152 14042 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192455204 19430449152 14042 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56168 KiB

[startup+0.221057 s]*
/proc/loadavg: 4.28 4.36 4.25 7/320 1010384
/proc/meminfo: memFree=110348824/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=18975048 memory=66376 CPUtime=0.34 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 7467 0 0 0 30 4 0 0 20 0 18 0 192455198 19430449152 16594 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4743762 16594 5728 1 0 551633 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=18975048 memory=6876556183782621315 CPUtime=0.21 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 6021 0 0 0 18 3 0 0 20 0 18 0 192455198 19430449152 16594 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192455203 19430449152 16594 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192455204 19430449152 16594 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66376 KiB

[startup+0.316054 s]*
/proc/loadavg: 4.28 4.36 4.25 7/320 1010384
/proc/meminfo: memFree=110345936/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=18975048 memory=73212 CPUtime=0.53 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 7654 0 0 0 49 4 0 0 20 0 18 0 192455198 19430449152 18303 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4743762 18303 5738 1 0 551738 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=18975048 memory=-7813003711094089060 CPUtime=0.31 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 6098 0 0 0 28 3 0 0 20 0 18 0 192455198 19430449152 18303 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192455203 19430449152 18303 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192455204 19430449152 18303 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73212 KiB

[startup+0.700435 s]
/proc/loadavg: 4.28 4.36 4.25 7/320 1010384
/proc/meminfo: memFree=110293196/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19041612 memory=152104 CPUtime=1.19 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 9858 0 0 0 112 7 0 0 20 0 19 0 192455198 19498610688 38026 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4760403 38026 5892 1 0 553516 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19041612 memory=5512 CPUtime=0.63 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) S 1010363 1010366 1008215 0 -1 1077936192 6255 0 0 0 58 5 0 0 20 0 19 0 192455198 19498610688 38026 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192455203 19498610688 38026 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192455204 19498610688 38026 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152104 KiB

[startup+1.50505 s]
/proc/loadavg: 4.28 4.36 4.25 7/322 1010386
/proc/meminfo: memFree=110241116/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=175264 CPUtime=2.77 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 15746 0 0 0 268 9 0 0 20 0 20 0 192455198 19566772224 43816 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 43816 5924 1 0 555673 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=11992 CPUtime=1.29 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 6547 0 0 0 123 6 0 0 20 0 20 0 192455198 19566772224 43816 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 43816 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 43816 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 43816 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175264 KiB

[startup+3.11148 s]
/proc/loadavg: 4.26 4.36 4.25 5/322 1010386
/proc/meminfo: memFree=110011464/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=403712 CPUtime=5.22 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 20207 0 0 0 508 14 0 0 20 0 20 0 192455198 19566772224 100928 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 100928 5924 1 0 555719 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=0 CPUtime=2.85 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 7698 0 0 0 275 10 0 0 20 0 20 0 192455198 19566772224 100928 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 100928 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 100928 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 100928 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 403712 KiB

[startup+6.30043 s]
/proc/loadavg: 4.26 4.36 4.25 6/322 1010388
/proc/meminfo: memFree=109161028/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=1258452 CPUtime=8.57 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 21129 0 0 0 825 32 0 0 20 0 20 0 192455198 19566772224 314613 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 314613 5924 1 0 555719 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=0 CPUtime=5.96 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 8428 0 0 0 569 27 0 0 20 0 20 0 192455198 19566772224 314613 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 314613 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 314613 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=45716 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 314613 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1258452 KiB

[startup+12.7004 s]
/proc/loadavg: 4.24 4.35 4.25 5/322 1010388
/proc/meminfo: memFree=109147580/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=1265808 CPUtime=15.09 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 25763 0 0 0 1476 33 0 0 20 0 20 0 192455198 19566772224 316452 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 316452 5924 1 0 555719 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=156744 CPUtime=12.26 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 9719 0 0 0 1198 28 0 0 20 0 20 0 192455198 19566772224 316452 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=1265808 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 316452 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=403752 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 316452 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 316452 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1265808 KiB

[startup+25.5005 s]
/proc/loadavg: 4.18 4.33 4.25 5/322 1010391
/proc/meminfo: memFree=109087852/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=1325368 CPUtime=27.88 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 30386 0 0 0 2752 36 0 0 20 0 20 0 192455198 19566772224 331342 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 331342 5924 1 0 555719 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=1265808 CPUtime=24.89 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 11719 0 0 0 2460 29 0 0 20 0 20 0 192455198 19566772224 331342 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=1325296 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 331342 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 331342 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 331342 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 27.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325368 KiB

[startup+51.1136 s]
/proc/loadavg: 4.31 4.35 4.26 5/323 1010656
/proc/meminfo: memFree=113289200/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=1337760 CPUtime=53.71 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 39030 0 0 0 5332 39 0 0 20 0 20 0 192455198 19566772224 334440 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 334440 5924 1 0 555719 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=8027222555396564583 CPUtime=50.15 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 14343 0 0 0 4985 30 0 0 20 0 20 0 192455198 19566772224 334440 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=1329552 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 334440 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=1333648 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 334440 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0

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

Current children cumulated memory: 2609824 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.22 4.26 5/320 1012099
/proc/meminfo: memFree=110362844/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2610888 CPUtime=3343.24 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 197909 0 0 0 334075 249 0 0 20 0 20 0 192455198 19566772224 652722 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 652722 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=2610888 CPUtime=3298.49 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 98100 0 0 0 329798 51 0 0 20 0 20 0 192455198 19566772224 652722 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=45716 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 652722 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=2609824 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 3795 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 652722 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=2610888 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 652722 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3343.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610888 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.27 4.27 5/318 1012494
/proc/meminfo: memFree=110355624/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=3403.21 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 199409 0 0 0 340070 251 0 0 20 0 20 0 192455198 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 653299 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=3357.84 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 99059 0 0 0 335732 52 0 0 20 0 20 0 192455198 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 3886 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3403.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.23 4.26 6/318 1012504
/proc/meminfo: memFree=110354860/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=3463.11 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 200953 0 0 0 346056 255 0 0 20 0 20 0 192455198 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 653299 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=3417.02 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 100000 0 0 0 341650 52 0 0 20 0 20 0 192455198 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 653299 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3463.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.23 4.26 5/318 1012514
/proc/meminfo: memFree=110354156/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2613236 CPUtime=3523.01 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 202563 0 0 0 352042 259 0 0 20 0 20 0 192455198 19566772224 653309 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 653309 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=2613196 CPUtime=3476.35 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 101104 0 0 0 347583 52 0 0 20 0 20 0 192455198 19566772224 653309 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=2613236 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 653309 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=45716 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 653309 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 653309 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3523.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613236 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.24 4.26 5/319 1012895
/proc/meminfo: memFree=112675540/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2613284 CPUtime=3582.95 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 203582 0 0 0 358032 263 0 0 20 0 20 0 192455198 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 653321 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=45716 CPUtime=3535.76 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 101922 0 0 0 353524 52 0 0 20 0 20 0 192455198 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=2613284 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4108 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=2613284 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3582.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.4 s]
/proc/loadavg: 4.34 4.25 4.27 5/319 1012899
/proc/meminfo: memFree=111692168/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19108176 memory=2613284 CPUtime=3600.06 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 204677 0 0 0 359742 264 0 0 20 0 20 0 192455198 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4777044 653321 5940 1 0 664593 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19108176 memory=104 CPUtime=3552.49 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 102563 0 0 0 355197 52 0 0 20 0 20 0 192455198 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19108176 memory=28436 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192455203 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19108176 memory=-7813003711094089060 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4108 0 0 0 0 0 0 0 20 0 20 0 192455204 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010385] ppid=1010363 vsize=19108176 memory=32180 CPUtime=0 cores=0,2
/proc/1010366/task/1010385/stat : 1010385 (Timer-0) S 1010363 1010366 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192455257 19566772224 653321 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598 s, system=2.66952 s

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

[startup+3599.6 s]
/proc/loadavg: 4.34 4.25 4.27 5/319 1012899
/proc/meminfo: memFree=111692168/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19307868 memory=2614016 CPUtime=3600.45 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 206870 0 0 0 359780 265 0 0 20 0 21 0 192455198 19771256832 653504 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4826967 653504 5939 1 0 665532 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19307868 memory=1944 CPUtime=3552.68 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 4194368 102719 0 0 0 355216 52 0 0 20 0 21 0 192455198 19771256832 653504 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19307868 memory=2244 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192455203 19771256832 653504 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19307868 memory=-7813003711094089060 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4108 0 0 0 0 0 0 0 20 0 21 0 192455204 19771256832 653504 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2614016 KiB

[startup+3599.7 s]
/proc/loadavg: 4.34 4.25 4.27 5/319 1012899
/proc/meminfo: memFree=111692168/131655788 swapFree=131071996/131071996
[pid=1010366] ppid=1010363 vsize=19307868 memory=2613344 CPUtime=3600.65 cores=0,2
/proc/1010366/stat : 1010366 (java) S 1010363 1010366 1008215 0 -1 1077936128 207671 0 0 0 359799 266 0 0 20 0 15 0 192455198 19771256832 653336 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
/proc/1010366/statm: 4826967 653336 5955 1 0 665532 0
[pid=1010366/tid=1010368] ppid=1010363 vsize=19307868 memory=2613236 CPUtime=3552.76 cores=0,2
/proc/1010366/task/1010368/stat : 1010368 (java) R 1010363 1010366 1008215 0 -1 1077936192 102719 0 0 0 355224 52 0 0 20 0 15 0 192455198 19771256832 653336 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010377] ppid=1010363 vsize=19307868 memory=2613284 CPUtime=0 cores=0,2
/proc/1010366/task/1010377/stat : 1010377 (Finalizer) S 1010363 1010366 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 192455203 19771256832 653336 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
[pid=1010366/tid=1010384] ppid=1010363 vsize=19307868 memory=32180 CPUtime=0 cores=0,2
/proc/1010366/task/1010384/stat : 1010384 (Common-Cleaner) S 1010363 1010366 1008215 0 -1 1077936192 4108 0 0 0 0 0 0 0 20 0 15 0 192455204 19771256832 653336 134679101440 93935425310720 93935425314416 140734192910288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93935425322232 93935425323024 93935431868416 140734192919539 140734192919647 140734192919647 140734192926664 0
Current children cumulated CPU time: 3600.65 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2613344 KiB

Child status: 143

Real time (s): 3599.72
CPU time (s): 3600.67
CPU user time (s): 3598
CPU system time (s): 2.66952
CPU usage (%): 100.026
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2614016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598
system time used= 2.66952
maximum resident set size= 2614484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118726
involuntary context switches= 28173


# summary of solver processes directly reported to runsolver:
#   pid: 1010366
#   total CPU time (s): 3600.67
#   total CPU user time (s): 3598
#   total CPU system time (s): 2.66952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8454 second user time and 36.7607 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 17:30:00
IDJOB=4449821
IDBENCH=176148
IDSOLVER=3052
FILE ID=nodeC008/4449821-1721402988
RUNJOBID= nodeC008-1721399517-1008278
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=11.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449821-1721402988/watcher-4449821-1721402988 -o /tmp/evaluation-result-4449821-1721402988/solver-4449821-1721402988 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008278 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449821-1721402988.opb

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

MD5SUM BENCH= 9b5c30834c5e817deb28aeb7d8484ce1
RANDOM SEED=604538001

nodeC008.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		: 3491.992
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.91
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		: 3605.194
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.249
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.91
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		: 1197.363
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		: 3612.156
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.91
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		: 3533.935
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.398
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.91
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.292
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:        110394388 kB
MemAvailable:   112737004 kB
Buffers:          558928 kB
Cached:          2610380 kB
SwapCached:            0 kB
Active:          1077740 kB
Inactive:       19553380 kB
Active(anon):       1484 kB
Inactive(anon): 17506548 kB
Active(file):    1076256 kB
Inactive(file):  2046832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1136 kB
Writeback:             0 kB
AnonPages:      17462176 kB
Mapped:           126996 kB
Shmem:             45896 kB
KReclaimable:     119120 kB
Slab:             225120 kB
SReclaimable:     119120 kB
SUnreclaim:       106000 kB
KernelStack:        4864 kB
PageTables:        44388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18060480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60000 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17088512 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 18:30:00