Trace number 4449786

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)14 3600.58 3538.69

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=9.opb
MD5SUM5bbd9c37a994af6c8eea19ef18cfb445
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 benchmark5
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables427
Total number of constraints17423
Number of constraints which are clauses17409
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 14
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 14
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 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2115194816
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2122317824
0.11/0.14	c Number of processors 	2
0.11/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.22	 - never skip resolution steps
0.11/0.22	 - Auto-division on coefficients is disabled
0.11/0.22	 - No postprocessing
0.11/0.22	 - Conflict is considered as is when resolving
0.11/0.22	 - Use constraints as they come during conflict analysis
0.11/0.22	 - Weaken first using unassigned literals
0.11/0.22	 - Bump strategy: ALWAYS_ONE
0.11/0.22	 - Bumper: EFFECTIVE
0.11/0.22	--- Begin Solver configuration ---
0.11/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.22	Learn all clauses as in MiniSAT
0.11/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.22	No reason simplification
0.11/0.22	Dynamic restart strategy considering the size of the coefficients
0.11/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.22	timeout=2147483s
0.11/0.22	DB Simplification allowed=false
0.11/0.22	Listener: none
0.11/0.22	--- End Solver configuration ---
0.11/0.22	c Pseudo Boolean Optimization by upper bound
0.11/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.22	c  - never skip resolution steps
0.11/0.22	c  - Auto-division on coefficients is disabled
0.11/0.22	c  - No postprocessing
0.11/0.22	c  - Conflict is considered as is when resolving
0.11/0.22	c  - Use constraints as they come during conflict analysis
0.11/0.22	c  - Weaken first using unassigned literals
0.11/0.22	c  - Bump strategy: ALWAYS_ONE
0.11/0.22	c  - Bumper: EFFECTIVE
0.11/0.22	c --- Begin Solver configuration ---
0.11/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.22	c Learn all clauses as in MiniSAT
0.11/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.22	c No reason simplification
0.11/0.22	c Dynamic restart strategy considering the size of the coefficients
0.11/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.22	c timeout=2147483s
0.11/0.22	c DB Simplification allowed=false
0.11/0.22	c Listener: none
0.11/0.22	c --- End Solver configuration ---
0.32/0.23	c solving HOME/instance-4449786-1721401212.opb
0.32/0.23	c reading problem ... 
0.32/0.23	c  objective function found
1.41/0.86	c ... done. Wall clock time 0.636s.
1.41/0.87	c declared #vars     427
1.41/0.87	c #constraints  17423
1.41/0.87	c constraints type 
1.41/0.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
1.41/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17409
1.41/0.87	c 17423 constraints processed.
1.41/0.88	c objective function length is 14 literals
3.99/2.17	c cleaning 2498 clauses out of 5002 with flag 0/5002
5.60/3.13	c cleaning 4244 clauses out of 8502 with flag 0/11000
7.11/4.33	c cleaning 5626 clauses out of 11258 with flag 0/18000
9.15/5.84	c cleaning 6809 clauses out of 13632 with flag 0/26000
11.39/8.10	c cleaning 7905 clauses out of 15823 with flag 0/35000
13.67/10.40	c cleaning 8951 clauses out of 17918 with flag 0/45000
15.88/12.49	c cleaning 9978 clauses out of 19969 with flag 0/56002
18.37/14.91	c cleaning 10985 clauses out of 21989 with flag 0/68000
21.37/17.98	c cleaning 11993 clauses out of 24005 with flag 0/81001
24.49/21.10	c cleaning 13001 clauses out of 26012 with flag 0/95001
27.96/24.53	c cleaning 13999 clauses out of 28011 with flag 0/110001
31.86/28.44	c cleaning 14997 clauses out of 30012 with flag 0/126001
36.66/33.03	c cleaning 15995 clauses out of 32014 with flag 0/143000
41.39/37.78	c cleaning 17003 clauses out of 34019 with flag 0/161000
46.29/42.69	c cleaning 17998 clauses out of 36017 with flag 0/180001
51.47/47.89	c cleaning 18998 clauses out of 38020 with flag 0/200002
57.79/54.12	c cleaning 20005 clauses out of 40022 with flag 0/221002
64.07/60.47	c cleaning 21003 clauses out of 42015 with flag 0/243000
71.77/68.13	c cleaning 21997 clauses out of 44013 with flag 0/266001
79.54/76.01	c cleaning 23003 clauses out of 46015 with flag 0/290000
87.15/83.53	c cleaning 23996 clauses out of 48012 with flag 0/315000
95.53/92.01	c cleaning 25002 clauses out of 50016 with flag 0/341000
104.92/101.30	c cleaning 25999 clauses out of 52015 with flag 0/368001
115.30/111.75	c cleaning 26997 clauses out of 54015 with flag 0/396000
126.09/122.52	c cleaning 27997 clauses out of 56020 with flag 0/425002
139.80/136.21	c cleaning 28998 clauses out of 58023 with flag 0/455002
152.61/149.07	c cleaning 29998 clauses out of 60024 with flag 0/486001
165.01/161.49	c cleaning 30998 clauses out of 62026 with flag 0/518001
181.60/178.10	c cleaning 32010 clauses out of 64030 with flag 0/551003
198.33/194.70	c cleaning 33003 clauses out of 66017 with flag 0/585000
214.68/211.07	c cleaning 33999 clauses out of 68014 with flag 0/620000
232.56/228.95	c cleaning 34998 clauses out of 70015 with flag 0/656000
255.20/251.57	c cleaning 36002 clauses out of 72018 with flag 0/693001
279.43/275.77	c cleaning 37002 clauses out of 74016 with flag 0/731001
300.76/297.09	c cleaning 37998 clauses out of 76014 with flag 0/770001
325.53/321.88	c cleaning 38997 clauses out of 78016 with flag 0/810001
348.24/344.59	c cleaning 40005 clauses out of 80019 with flag 0/851001
373.95/370.28	c cleaning 40997 clauses out of 82014 with flag 0/893001
375.97/372.28	c SATISFIABLE
375.97/372.28	c OPTIMIZING...
375.97/372.28	c Got one! Elapsed wall clock time (in seconds):372.045
375.97/372.28	o 14
378.08/373.34	c cleaning 23313 clauses out of 46666 with flag 0/898650
381.58/375.64	c cleaning 14669 clauses out of 29354 with flag 0/904651
383.61/377.42	c cleaning 10831 clauses out of 21685 with flag 0/911651
385.63/378.97	c cleaning 9415 clauses out of 18854 with flag 0/919651
387.67/380.82	c cleaning 9212 clauses out of 18439 with flag 0/928651
389.50/382.56	c cleaning 9603 clauses out of 19227 with flag 0/938651
391.76/384.62	c cleaning 10301 clauses out of 20625 with flag 0/949652
394.17/387.07	c cleaning 11158 clauses out of 22325 with flag 0/961653
396.97/389.83	c cleaning 12075 clauses out of 24165 with flag 0/974651
400.08/392.98	c cleaning 13039 clauses out of 26089 with flag 0/988650
403.08/395.99	c cleaning 14016 clauses out of 28051 with flag 0/1003651
406.89/399.70	c cleaning 15006 clauses out of 30036 with flag 0/1019652
411.10/403.97	c cleaning 16007 clauses out of 32029 with flag 0/1036651
415.93/408.73	c cleaning 17002 clauses out of 34023 with flag 0/1054652
420.42/413.17	c cleaning 17997 clauses out of 36020 with flag 0/1073651
426.81/419.60	c cleaning 18994 clauses out of 38024 with flag 0/1093652
432.64/425.34	c cleaning 20005 clauses out of 40029 with flag 0/1114651
438.77/431.47	c cleaning 21003 clauses out of 42027 with flag 0/1136654
445.42/438.04	c cleaning 21998 clauses out of 44021 with flag 0/1159651
452.10/444.79	c cleaning 22996 clauses out of 46023 with flag 0/1183651
460.70/453.39	c cleaning 23993 clauses out of 48027 with flag 0/1208651
467.41/460.00	c cleaning 24999 clauses out of 50033 with flag 0/1234650
474.91/467.45	c cleaning 25997 clauses out of 52036 with flag 0/1261652
531.07/520.91	c cleaning 26996 clauses out of 54037 with flag 0/1289650
586.13/574.31	c cleaning 27991 clauses out of 56042 with flag 0/1318651
645.74/632.23	c cleaning 29010 clauses out of 58051 with flag 0/1348651
715.07/699.62	c cleaning 30002 clauses out of 60042 with flag 0/1379652
788.30/771.31	c cleaning 31006 clauses out of 62039 with flag 0/1411651
853.53/835.24	c cleaning 32001 clauses out of 64033 with flag 0/1444651
922.74/903.28	c cleaning 33002 clauses out of 66032 with flag 0/1478651
979.19/958.10	c cleaning 34001 clauses out of 68030 with flag 0/1513651
1041.16/1018.26	c cleaning 34997 clauses out of 70028 with flag 0/1549650
1113.65/1088.91	c cleaning 36000 clauses out of 72032 with flag 0/1586651
1217.14/1190.46	c cleaning 36999 clauses out of 74032 with flag 0/1624651
1292.12/1263.68	c cleaning 37998 clauses out of 76034 with flag 0/1663652
1383.12/1353.69	c cleaning 38986 clauses out of 78034 with flag 0/1703650
1483.17/1451.87	c cleaning 39998 clauses out of 80048 with flag 0/1744650
1586.80/1554.04	c cleaning 41007 clauses out of 82050 with flag 0/1786650
1669.51/1635.48	c cleaning 42003 clauses out of 84043 with flag 0/1829650
1744.44/1708.94	c cleaning 43003 clauses out of 86042 with flag 0/1873652
1874.36/1837.09	c cleaning 43989 clauses out of 88038 with flag 0/1918651
1987.24/1948.54	c cleaning 45009 clauses out of 90048 with flag 0/1964650
2105.93/2065.37	c cleaning 46003 clauses out of 92040 with flag 0/2011651
2227.48/2184.61	c cleaning 47003 clauses out of 94037 with flag 0/2059651
2368.59/2324.05	c cleaning 47986 clauses out of 96033 with flag 0/2108650
2517.56/2471.02	c cleaning 49010 clauses out of 98047 with flag 0/2158650
2613.96/2566.69	c cleaning 49995 clauses out of 100037 with flag 0/2209650
2727.53/2678.49	c cleaning 50996 clauses out of 102042 with flag 0/2261650
2830.32/2779.28	c cleaning 51995 clauses out of 104047 with flag 0/2314651
2931.08/2878.33	c cleaning 53004 clauses out of 106053 with flag 0/2368652
3042.47/2988.34	c cleaning 53988 clauses out of 108047 with flag 0/2423650
3160.94/3105.31	c cleaning 54995 clauses out of 110059 with flag 0/2479650
3266.61/3209.88	c cleaning 56013 clauses out of 112064 with flag 0/2536650
3415.61/3356.93	c cleaning 56992 clauses out of 114051 with flag 0/2594650
3548.32/3487.52	c cleaning 58019 clauses out of 116060 with flag 0/2653651
3600.04/3538.43	c starts		: 3
3600.04/3538.43	c conflicts		: 2684913
3600.04/3538.43	c decisions		: 3137109
3600.04/3538.43	c propagations		: 45800320
3600.04/3538.43	c inspects		: 7576381055
3600.04/3538.43	c shortcuts		: 0
3600.04/3538.43	c learnt literals	: 0
3600.04/3538.43	c learnt binary clauses	: 0
3600.04/3538.43	c learnt ternary clauses	: 0
3600.04/3538.43	c learnt constraints	: 2684913
3600.04/3538.43	c ignored constraints	: 0
3600.04/3538.43	c root simplifications	: 0
3600.04/3538.43	c removed literals (reason simplification)	: 0
3600.04/3538.43	c reason swapping (by a shorter reason)	: 0
3600.04/3538.43	c Calls to reduceDB	: 93
3600.04/3538.43	c Number of update (reduction) of LBD	: 3175783
3600.04/3538.43	c Imported unit clauses	: 0
3600.04/3538.43	c No decision after first conflict	: false
3600.04/3538.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3538.43	c number of learned constraints concerned by reduction	: 0
3600.04/3538.43	c number of learning phase by resolution	: 0
3600.04/3538.43	c number of learning phase by cutting planes	: 0
3600.04/3538.43	c number of rounding to 1 operations	: 0
3600.04/3538.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3538.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3538.43	c number of right shift for reduction by power 2 	: 0
3600.04/3538.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3538.43	c number of ending skipping 	: 0
3600.04/3538.43	c number of internal skipping 	: 0
3600.04/3538.43	c number of derivation steps 	: 32252509
3600.04/3538.43	c number of skipped derivation steps 	: 0
3600.04/3538.43	c number of remaining unassigned 	: 10093
3600.04/3538.43	c number of remaining assigned 	: 986034094
3600.04/3538.43	c number of falsified literals weakened from reason	: 0
3600.04/3538.43	c number of falsified literals weakened from conflict	: 0
3600.04/3538.43	c time for arithmetic operations	: 18695660148
3600.04/3538.45	c minimum degree of deleted constraints	: 1
3600.04/3538.45	c maximum degree of deleted constraints	: 91630490985720978217595519260026215078977053674502
3600.04/3538.45	c number of deleted constraints	: 2595610
3600.04/3538.46	c speed (assignments/second)	: 12946.827074283456
3600.04/3538.46	c non guided choices	: 662
3600.43/3538.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 57406
3600.43/3538.63	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 187
3600.43/3538.63	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31710
3600.43/3538.63	s SATISFIABLE
3600.43/3538.63	c Found 1 solution(s)
3600.43/3538.63	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 
3600.43/3538.64	c objective function=14
3600.43/3538.64	c Total wall clock time (in seconds): 3538.416

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449786-1721401212/watcher-4449786-1721401212 -o /tmp/evaluation-result-4449786-1721401212/solver-4449786-1721401212 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449786-1721401212.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1009397, runsolver pid=1009394

[startup+0.100532 s]*
/proc/loadavg: 4.35 4.24 3.65 6/320 1009415
/proc/meminfo: memFree=111028076/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=18975048 memory=56096 CPUtime=0.11 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 6572 0 0 0 9 2 0 0 20 0 18 0 192277551 19430449152 14024 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4743762 14024 5561 1 0 550893 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 5484 0 0 0 7 1 0 0 20 0 18 0 192277552 19430449152 14024 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192277554 19430449152 14027 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192277555 19430449152 14027 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56096 KiB

[startup+0.214357 s]*
/proc/loadavg: 4.35 4.24 3.65 7/320 1009415
/proc/meminfo: memFree=111018400/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=18975048 memory=66436 CPUtime=0.32 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 7508 0 0 0 30 2 0 0 20 0 18 0 192277551 19430449152 16609 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4743762 16609 5757 1 0 551668 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 6034 0 0 0 18 1 0 0 20 0 18 0 192277552 19430449152 16609 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192277554 19430449152 16609 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192277555 19430449152 16609 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66436 KiB

[startup+0.324536 s]*
/proc/loadavg: 4.35 4.24 3.65 8/320 1009415
/proc/meminfo: memFree=111013500/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=18975048 memory=71600 CPUtime=0.52 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 7627 0 0 0 50 2 0 0 20 0 18 0 192277551 19430449152 17900 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4743762 17900 5842 1 0 551725 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=18975048 memory=-7164766839729381988 CPUtime=0.3 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 6092 0 0 0 29 1 0 0 20 0 18 0 192277552 19430449152 17900 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192277554 19430449152 17900 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192277555 19430449152 17900 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71600 KiB

[startup+0.707535 s]
/proc/loadavg: 4.35 4.24 3.65 6/320 1009415
/proc/meminfo: memFree=110984776/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=18975048 memory=135916 CPUtime=1.23 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 9379 0 0 0 119 4 0 0 20 0 18 0 192277551 19430449152 33979 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4743762 33979 5858 1 0 552860 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=18975048 memory=5512 CPUtime=0.65 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 6123 0 0 0 63 2 0 0 20 0 18 0 192277552 19430449152 33979 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=18975048 memory=11992 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192277554 19430449152 33979 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192277555 19430449152 33979 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 135916 KiB

[startup+1.50052 s]
/proc/loadavg: 4.35 4.24 3.65 7/322 1009419
/proc/meminfo: memFree=110918800/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=180088 CPUtime=2.77 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 20169 0 0 0 270 7 0 0 20 0 20 0 192277551 19566772224 45022 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 45022 5960 1 0 557230 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=11992 CPUtime=1.39 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 6567 0 0 0 136 3 0 0 20 0 20 0 192277552 19566772224 45022 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 45022 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 45022 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 45022 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180088 KiB

[startup+3.10652 s]
/proc/loadavg: 4.35 4.24 3.65 5/322 1009419
/proc/meminfo: memFree=110695892/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=421264 CPUtime=5.6 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 26666 0 0 0 546 14 0 0 20 0 20 0 192277551 19566772224 105316 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 105316 5960 1 0 559588 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 7994 0 0 0 287 8 0 0 20 0 20 0 192277552 19566772224 105316 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 105316 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 105316 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 105316 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 421264 KiB

[startup+6.30054 s]
/proc/loadavg: 4.32 4.23 3.65 5/322 1009419
/proc/meminfo: memFree=110269648/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=813972 CPUtime=9.67 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 28038 0 0 0 945 22 0 0 20 0 20 0 192277551 19566772224 203493 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 203493 5960 1 0 559776 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=0 CPUtime=6.07 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 8550 0 0 0 592 15 0 0 20 0 20 0 192277552 19566772224 203493 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 203493 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 203493 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=44960 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 203493 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 813972 KiB

[startup+12.7005 s]
/proc/loadavg: 4.29 4.23 3.65 5/322 1009420
/proc/meminfo: memFree=109988288/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=1094652 CPUtime=16.18 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 32867 0 0 0 1589 29 0 0 20 0 20 0 192277551 19566772224 273663 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 273663 5960 1 0 559776 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=160816 CPUtime=12.39 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 9650 0 0 0 1218 21 0 0 20 0 20 0 192277552 19566772224 273663 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=1090536 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 273663 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=451992 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 273663 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 273663 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1094652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.23 4.22 3.66 5/320 1009424
/proc/meminfo: memFree=109743860/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=1338416 CPUtime=28.97 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 36917 0 0 0 2861 36 0 0 20 0 20 0 192277551 19566772224 334604 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 334604 5960 1 0 559792 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=1090536 CPUtime=25.02 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 11155 0 0 0 2476 26 0 0 20 0 20 0 192277552 19566772224 334604 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=1336368 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 334604 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 334604 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 334604 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338416 KiB

[startup+51.1138 s]
/proc/loadavg: 4.22 4.21 3.67 5/320 1009440
/proc/meminfo: memFree=109743540/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=1338464 CPUtime=54.8 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 45293 0 0 0 5442 38 0 0 20 0 20 0 192277551 19566772224 334616 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 334616 5960 1 0 559792 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=1338460 CPUtime=50.33 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 13297 0 0 0 5007 26 0 0 20 0 20 0 192277552 19566772224 334616 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=1338464 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 334616 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 334616 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0

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

[startup+3222.3 s]
/proc/loadavg: 4.31 4.52 4.42 5/319 1010914
/proc/meminfo: memFree=105922104/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=3279.25 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 276268 0 0 0 327555 370 0 0 20 0 20 0 192277551 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150273 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=8601080 CPUtime=3141.13 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 136601 0 0 0 313940 173 0 0 20 0 20 0 192277552 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 121 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=8601080 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2441 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3279.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.48 4.41 5/319 1010925
/proc/meminfo: memFree=105921548/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=3340.01 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 277339 0 0 0 333626 375 0 0 20 0 20 0 192277551 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150273 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=11992 CPUtime=3200.02 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 137322 0 0 0 319829 173 0 0 20 0 20 0 192277552 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 122 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=-7164766839729381988 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2441 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3340.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.42 4.40 5/317 1011319
/proc/meminfo: memFree=105920516/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=3400.86 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 279117 0 0 0 339709 377 0 0 20 0 20 0 192277551 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150273 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=11600 CPUtime=3258.71 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 138848 0 0 0 325698 173 0 0 20 0 20 0 192277552 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 130 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2441 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150273 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3400.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.39 4.38 6/317 1011329
/proc/meminfo: memFree=105920456/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=3462.1 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 284119 0 0 0 345830 380 0 0 20 0 20 0 192277551 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150275 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=3317.12 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 141497 0 0 0 331539 173 0 0 20 0 20 0 192277552 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 133 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2486 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3462.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.35 4.37 5/317 1011339
/proc/meminfo: memFree=105920008/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=3523.01 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 285869 0 0 0 351917 384 0 0 20 0 20 0 192277551 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150275 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=3375.71 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 142841 0 0 0 337397 174 0 0 20 0 20 0 192277552 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 140 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=8601092 CPUtime=0 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2486 0 0 0 0 0 0 0 20 0 20 0 192277555 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3523.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.30 4.35 5/319 1011520
/proc/meminfo: memFree=105919192/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=3583.61 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 290884 0 0 0 357973 388 0 0 20 0 20 0 192277551 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150275 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=3434.73 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 145576 0 0 0 343298 175 0 0 20 0 20 0 192277552 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 142 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=19104 CPUtime=0.01 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2486 0 0 0 1 0 0 0 20 0 20 0 192277555 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601100 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150275 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3583.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.4 s]
/proc/loadavg: 4.24 4.32 4.35 5/319 1011522
/proc/meminfo: memFree=105919360/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19108176 memory=8601104 CPUtime=3600.04 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 291202 0 0 0 359615 389 0 0 20 0 20 0 192277551 19566772224 2150276 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4777044 2150276 5976 1 0 2164966 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19108176 memory=11428 CPUtime=3450.4 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 145807 0 0 0 344865 175 0 0 20 0 20 0 192277552 19566772224 2150276 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 142 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19108176 memory=8601104 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192277554 19566772224 2150276 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19108176 memory=24380 CPUtime=0.01 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2486 0 0 0 1 0 0 0 20 0 20 0 192277555 19566772224 2150276 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009419] ppid=1009394 vsize=19108176 memory=8601104 CPUtime=0 cores=4,6
/proc/1009397/task/1009419/stat : 1009419 (Timer-0) S 1009394 1009397 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192277640 19566772224 2150276 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8601104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.64 s, system=3.9392 s

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

[startup+3538.6 s]
/proc/loadavg: 4.24 4.32 4.35 5/319 1011522
/proc/meminfo: memFree=105919360/131655788 swapFree=131071996/131071996
[pid=1009397] ppid=1009394 vsize=19307868 memory=8601832 CPUtime=3600.43 cores=4,6
/proc/1009397/stat : 1009397 (java) S 1009394 1009397 1008215 0 -1 1077936128 294668 0 0 0 359654 389 0 0 20 0 21 0 192277551 19771256832 2150458 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
/proc/1009397/statm: 4826967 2150458 5975 1 0 2165901 0
[pid=1009397/tid=1009399] ppid=1009394 vsize=19307868 memory=11408 CPUtime=3450.59 cores=4,6
/proc/1009397/task/1009399/stat : 1009399 (java) R 1009394 1009397 1008215 0 -1 4194368 146246 0 0 0 344884 175 0 0 20 0 21 0 192277552 19771256832 2150458 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 142 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009408] ppid=1009394 vsize=19307868 memory=16252 CPUtime=0 cores=4,6
/proc/1009397/task/1009408/stat : 1009408 (Finalizer) S 1009394 1009397 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192277554 19771256832 2150458 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
[pid=1009397/tid=1009415] ppid=1009394 vsize=19307868 memory=2312 CPUtime=0.01 cores=4,6
/proc/1009397/task/1009415/stat : 1009415 (Common-Cleaner) S 1009394 1009397 1008215 0 -1 1077936192 2486 0 0 0 1 0 0 0 20 0 21 0 192277555 19771256832 2150458 134679101440 94360978497536 94360978501232 140725865139248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94360978509048 94360978509840 94360979476480 140725865145331 140725865145439 140725865145439 140725865152456 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8601832 KiB

Child status: 143

Real time (s): 3538.69
CPU time (s): 3600.58
CPU user time (s): 3596.64
CPU system time (s): 3.9392
CPU usage (%): 101.749
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8601832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.9392
maximum resident set size= 8602832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129210
involuntary context switches= 7056


# summary of solver processes directly reported to runsolver:
#   pid: 1009397
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3596.64
#   total CPU system time (s): 3.9392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.8849 second user time and 33.5935 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 17:00:23
IDJOB=4449786
IDBENCH=176142
IDSOLVER=3052
FILE ID=nodeC008/4449786-1721401212
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723760 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=14-t=9.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449786-1721401212/watcher-4449786-1721401212 -o /tmp/evaluation-result-4449786-1721401212/solver-4449786-1721401212 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449786-1721401212.opb

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

MD5SUM BENCH= 5bbd9c37a994af6c8eea19ef18cfb445
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		: 3667.628
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		: 3625.212
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.411
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.307
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.986
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		: 3622.078
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.254
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.318
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:        111063696 kB
MemAvailable:   113400764 kB
Buffers:          557236 kB
Cached:          2606236 kB
SwapCached:            0 kB
Active:          1080448 kB
Inactive:       18883520 kB
Active(anon):       1476 kB
Inactive(anon): 16844920 kB
Active(file):    1078972 kB
Inactive(file):  2038600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1060 kB
Writeback:             0 kB
AnonPages:      16800512 kB
Mapped:           127044 kB
Shmem:             45896 kB
KReclaimable:     119056 kB
Slab:             225048 kB
SReclaimable:     119056 kB
SUnreclaim:       105992 kB
KernelStack:        4880 kB
PageTables:        42964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17265284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59936 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16332800 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 17:59:22