Trace number 4459981

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)26 3600.17 3564.1

General information on the benchmark

NamePB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_15_errors.opb
MD5SUMdd402b2688f2af05a1e1d750cfef6b8d
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.31107
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4459981-1721942623.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.53/0.38	c ... done. Wall clock time 0.229s.
0.53/0.38	c declared #vars     584
0.53/0.38	c internal #vars     2990
0.53/0.38	c #constraints  5666
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
0.53/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
0.53/0.38	c org.sat4j.specs.Constr$1 => 585
0.53/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2406
0.53/0.38	c org.sat4j.pb.constraints.pb.UnitClausesPB => 49
0.53/0.38	c org.sat4j.pb.constraints.pb.UnitClausePB => 66
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
0.53/0.38	c 5666 constraints processed.
0.53/0.40	c objective function length is 182 literals
2.85/1.56	c SATISFIABLE
2.85/1.56	c OPTIMIZING...
2.85/1.58	c Got one! Elapsed wall clock time (in seconds):1.415
2.85/1.58	o 76
3.26/1.73	c Got one! Elapsed wall clock time (in seconds):1.582
3.26/1.73	o 74
3.65/1.96	c Got one! Elapsed wall clock time (in seconds):1.814
3.65/1.96	o 61
5.04/2.66	c Got one! Elapsed wall clock time (in seconds):2.5
5.04/2.66	o 59
5.63/2.94	c Got one! Elapsed wall clock time (in seconds):2.794
5.63/2.94	o 58
6.73/3.76	c Got one! Elapsed wall clock time (in seconds):3.603
6.73/3.76	o 56
7.74/4.63	c Got one! Elapsed wall clock time (in seconds):4.477
7.74/4.63	o 55
7.94/4.83	c Got one! Elapsed wall clock time (in seconds):4.676
7.94/4.83	o 54
8.25/5.14	c Got one! Elapsed wall clock time (in seconds):4.988
8.25/5.14	o 53
9.56/6.40	c Got one! Elapsed wall clock time (in seconds):6.25
9.56/6.40	o 51
13.44/10.23	c Got one! Elapsed wall clock time (in seconds):10.078
13.44/10.23	o 50
14.28/11.07	c Got one! Elapsed wall clock time (in seconds):10.924
14.28/11.07	o 48
25.35/21.95	c cleaning 5117 clauses out of 10246 with flag 0/10246
28.72/25.25	c Got one! Elapsed wall clock time (in seconds):25.103
28.72/25.25	o 47
31.74/28.22	c Got one! Elapsed wall clock time (in seconds):28.073
31.74/28.22	o 46
32.64/29.17	c Got one! Elapsed wall clock time (in seconds):29.015
32.64/29.17	o 45
33.66/30.14	c Got one! Elapsed wall clock time (in seconds):29.993
33.66/30.14	o 44
39.31/35.70	c Got one! Elapsed wall clock time (in seconds):35.551
39.31/35.70	o 43
42.29/38.62	c cleaning 6015 clauses out of 12255 with flag 0/17372
46.04/42.37	c Got one! Elapsed wall clock time (in seconds):42.218
46.04/42.37	o 42
50.77/47.08	c Got one! Elapsed wall clock time (in seconds):46.935
50.77/47.08	o 40
57.31/53.52	c Got one! Elapsed wall clock time (in seconds):53.373
57.31/53.52	o 39
65.58/61.79	c cleaning 5096 clauses out of 13108 with flag 0/24240
75.91/71.93	c Got one! Elapsed wall clock time (in seconds):71.782
75.91/71.93	o 38
79.32/75.39	c Got one! Elapsed wall clock time (in seconds):75.241
79.32/75.39	o 37
91.98/87.89	c cleaning 4428 clauses out of 14419 with flag 0/30647
96.80/92.58	c Got one! Elapsed wall clock time (in seconds):92.425
96.80/92.58	o 36
109.52/105.19	c cleaning 3928 clauses out of 15336 with flag 0/35992
118.17/113.67	c Got one! Elapsed wall clock time (in seconds):113.519
118.17/113.67	o 35
135.97/131.25	c cleaning 4563 clauses out of 17209 with flag 0/41793
177.76/172.83	c cleaning 4838 clauses out of 18644 with flag 0/47791
220.67/215.24	c cleaning 5505 clauses out of 20807 with flag 0/54792
231.33/225.73	c Got one! Elapsed wall clock time (in seconds):225.576
231.33/225.73	o 33
246.30/240.55	c cleaning 3713 clauses out of 20378 with flag 0/59868
300.96/295.08	c cleaning 4935 clauses out of 22669 with flag 0/65872
373.00/366.58	c cleaning 5780 clauses out of 24732 with flag 0/72870
467.91/461.09	c cleaning 6572 clauses out of 26950 with flag 0/80868
492.65/485.74	c Got one! Elapsed wall clock time (in seconds):485.586
492.65/485.74	o 32
503.47/496.54	c Got one! Elapsed wall clock time (in seconds):496.387
503.47/496.54	o 31
514.31/507.22	c cleaning 4815 clauses out of 26262 with flag 0/86752
550.93/543.43	c cleaning 4769 clauses out of 27446 with flag 0/92751
626.47/618.48	c cleaning 6011 clauses out of 29676 with flag 0/99750
653.72/645.32	c Got one! Elapsed wall clock time (in seconds):645.166
653.72/645.32	o 30
664.08/655.57	c cleaning 4192 clauses out of 28829 with flag 0/104914
668.46/659.81	c Got one! Elapsed wall clock time (in seconds):659.662
668.46/659.81	o 29
695.30/686.43	c cleaning 3991 clauses out of 30055 with flag 0/110332
728.54/719.56	c cleaning 4786 clauses out of 32063 with flag 0/116331
774.22/764.79	c cleaning 5755 clauses out of 34280 with flag 0/123334
846.73/836.44	c cleaning 6598 clauses out of 36523 with flag 0/131332
916.94/905.29	c cleaning 7017 clauses out of 38924 with flag 0/140331
1056.17/1043.43	c cleaning 8556 clauses out of 41909 with flag 0/150333
1234.46/1219.79	c cleaning 8894 clauses out of 44351 with flag 0/161331
1473.77/1458.06	c Got one! Elapsed wall clock time (in seconds):1457.911
1473.77/1458.06	o 28
1712.14/1696.00	c cleaning 12027 clauses out of 49333 with flag 0/175207
1786.31/1769.61	c cleaning 5122 clauses out of 43305 with flag 0/181206
1840.56/1823.29	c cleaning 6024 clauses out of 45183 with flag 0/188206
1904.72/1886.70	c cleaning 6374 clauses out of 47161 with flag 0/196208
2005.96/1986.81	c cleaning 7571 clauses out of 49787 with flag 0/205208
2115.07/2094.39	c cleaning 8362 clauses out of 52214 with flag 0/215206
2240.56/2218.73	c Got one! Elapsed wall clock time (in seconds):2218.583
2240.56/2218.73	o 27
2321.52/2299.02	c cleaning 11815 clauses out of 59030 with flag 0/230384
2361.57/2338.75	c cleaning 4860 clauses out of 53213 with flag 0/236382
2421.90/2398.42	c cleaning 5872 clauses out of 55354 with flag 0/243383
2519.52/2495.21	c cleaning 6726 clauses out of 57483 with flag 0/251384
2543.79/2519.23	c Got one! Elapsed wall clock time (in seconds):2519.077
2543.79/2519.23	o 26
2554.68/2529.98	c cleaning 4912 clauses out of 56586 with flag 0/257213
2589.71/2564.34	c cleaning 4671 clauses out of 57672 with flag 0/263211
2646.74/2620.75	c cleaning 5772 clauses out of 60003 with flag 0/270213
2727.51/2699.77	c cleaning 6416 clauses out of 62229 with flag 0/278211
2831.20/2802.54	c cleaning 7420 clauses out of 64815 with flag 0/287213
3017.80/2987.87	c cleaning 8566 clauses out of 67393 with flag 0/297211
3209.15/3177.31	c cleaning 9199 clauses out of 69831 with flag 0/308215
3498.23/3463.85	c cleaning 10227 clauses out of 72629 with flag 0/320212
3600.00/3564.02	c starts		: 167
3600.00/3564.04	c conflicts		: 325942
3600.00/3564.04	c decisions		: 996353
3600.00/3564.04	c propagations		: 79646574
3600.00/3564.04	c inspects		: 2003460135
3600.00/3564.04	c shortcuts		: 0
3600.00/3564.04	c learnt literals	: 0
3600.00/3564.04	c learnt binary clauses	: 5
3600.00/3564.04	c learnt ternary clauses	: 8
3600.00/3564.04	c learnt constraints	: 325942
3600.00/3564.04	c ignored constraints	: 0
3600.00/3564.04	c root simplifications	: 0
3600.00/3564.04	c removed literals (reason simplification)	: 0
3600.00/3564.04	c reason swapping (by a shorter reason)	: 0
3600.00/3564.04	c Calls to reduceDB	: 41
3600.00/3564.04	c Number of update (reduction) of LBD	: 1689750
3600.00/3564.04	c Imported unit clauses	: 0
3600.00/3564.04	c No decision after first conflict	: false
3600.00/3564.04	c number of reductions to clauses (during analyze)	: 0
3600.00/3564.04	c number of learned constraints concerned by reduction	: 0
3600.00/3564.04	c number of learning phase by resolution	: 0
3600.00/3564.04	c number of learning phase by cutting planes	: 0
3600.00/3564.04	c number of rounding to 1 operations	: 4089992
3600.00/3564.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3564.04	c number of reductions of the coefficients by power 2 	: 0
3600.00/3564.04	c number of right shift for reduction by power 2 	: 0
3600.00/3564.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3564.04	c number of ending skipping 	: 0
3600.00/3564.04	c number of internal skipping 	: 0
3600.00/3564.04	c number of derivation steps 	: 7799526
3600.00/3564.04	c number of skipped derivation steps 	: 0
3600.00/3564.04	c number of remaining unassigned 	: 1330327
3600.00/3564.04	c number of remaining assigned 	: 80232973
3600.00/3564.04	c number of falsified literals weakened from reason	: 0
3600.00/3564.04	c number of falsified literals weakened from conflict	: 0
3600.00/3564.04	c time for arithmetic operations	: 21993770127
3600.00/3564.04	c minimum degree of deleted constraints	: 4
3600.00/3564.04	c maximum degree of deleted constraints	: 48694016054536
3600.00/3564.04	c number of deleted constraints	: 257810
3600.00/3564.04	c speed (assignments/second)	: 22349.908042996703
3600.00/3564.04	c non guided choices	: 32
3600.00/3564.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 32617
3600.00/3564.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1325
3600.00/3564.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
3600.00/3564.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34185
3600.00/3564.08	s SATISFIABLE
3600.00/3564.08	c Found 32 solution(s)
3600.00/3564.08	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 x199 x200 -x201 x202 x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 -x216 x217 x218 x219 x220 -x221 x222 x223 -x224 -x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 x234 x235 x236 -x237 -x238 x239 x240 x241 x242 -x243 x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 x261 x262 x263 -x264 x265 -x266 -x267 x268 x269 x270 -x271 -x272 x273 -x274 x275 x276 x277 -x278 x279 x280 -x281 -x282 x283 -x284 -x285 x286 x287 -x288 x289 x290 -x291 x292 -x293 -x294 x295 x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 x311 x312 x313 -x314 x315 -x316 x317 -x318 x319 x320 x321 x322 x323 -x324 -x325 x326 -x327 x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 x338 -x339 x340 -x341 x342 -x343 x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 x352 -x353 -x354 x355 x356 -x357 -x358 -x359 x360 x361 -x362 -x363 x364 x365 -x366 -x367 x368 -x369 x370 x371 -x372 -x373 x374 -x375 -x376 x377 -x378 -x379 x380 -x381 x382 x383 -x384 -x385 -x386 x387 x388 x389 x390 x391 -x392 x393 x394 x395 -x396 x397 x398 x399 -x400 -x401 -x402 x403 -x404 x405 x406 x407 -x408 x409 x410 x411 x412 -x413 x414 x415 -x416 x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 x448 -x449 x450 x451 -x452 x453 x454 x455 -x456 x457 -x458 x459 x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 x483 -x484 x485 -x486 x487 -x488 -x489 x490 -x491 x492 -x493 -x494 -x495 x496 x497 -x498 x499 x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 x513 x514 -x515 x516 x517 x518 -x519 x520 x521 x522 x523 x524 x525 -x526 -x527 -x528 -x529 x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 x542 x543 x544 x545 x546 x547 -x548 -x549 x550 -x551 x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 -x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 x582 -x583 -x584 
3600.00/3564.08	c objective function=26
3600.00/3564.08	c Total wall clock time (in seconds): 3563.929

Verifier Data

OK	26

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: 63968 MiB (53267 MiB free)
  memory of node 1: 64473 MiB (58214 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=260462, runsolver pid=260459

[startup+0.100457 s]*
/proc/loadavg: 4.40 4.56 4.37 6/330 260480
/proc/meminfo: memFree=114115552/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=18975048 memory=62816 CPUtime=0.14 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 7240 0 0 0 12 2 0 0 20 0 18 0 30791357 19430449152 15704 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4743762 15704 5584 1 0 549365 0
[pid=260462/tid=260464] ppid=260459 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 5764 0 0 0 7 1 0 0 20 0 18 0 30791358 19430449152 15704 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30791360 19430449152 15704 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=18975048 memory=14973373509117603 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30791361 19430449152 15704 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62816 KiB

[startup+0.210333 s]*
/proc/loadavg: 4.40 4.56 4.37 7/330 260480
/proc/meminfo: memFree=114106948/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=18975048 memory=71820 CPUtime=0.34 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 7763 0 0 0 32 2 0 0 20 0 18 0 30791357 19430449152 17955 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4743762 17955 5777 1 0 549702 0
[pid=260462/tid=260464] ppid=260459 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 6055 0 0 0 18 2 0 0 20 0 18 0 30791358 19430449152 17955 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=18975048 memory=1409442 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30791360 19430449152 17955 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30791361 19430449152 17955 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71820 KiB

[startup+0.306331 s]*
/proc/loadavg: 4.40 4.56 4.37 7/330 260480
/proc/meminfo: memFree=114081252/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=18975048 memory=99852 CPUtime=0.53 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 8515 0 0 0 50 3 0 0 20 0 18 0 30791357 19430449152 24963 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4743762 24963 5883 1 0 549887 0
[pid=260462/tid=260464] ppid=260459 vsize=18975048 memory=-8527678510219371196 CPUtime=0.29 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 6081 0 0 0 26 3 0 0 20 0 18 0 30791358 19430449152 24963 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30791360 19430449152 24963 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30791361 19430449152 24963 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99852 KiB

[startup+0.700214 s]
/proc/loadavg: 4.40 4.56 4.37 8/332 260482
/proc/meminfo: memFree=114009920/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=181836 CPUtime=1.29 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 14992 0 0 0 122 7 0 0 20 0 20 0 30791357 19566772224 45459 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 45459 5937 1 0 554682 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=5616 CPUtime=0.61 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 6250 0 0 0 57 4 0 0 20 0 20 0 30791358 19566772224 45459 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 45459 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 45459 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 45459 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181836 KiB

[startup+1.50033 s]
/proc/loadavg: 4.40 4.56 4.37 6/332 260482
/proc/meminfo: memFree=113993312/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=331376 CPUtime=2.85 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 21000 0 0 0 275 10 0 0 20 0 20 0 30791357 19566772224 82844 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 82844 5953 1 0 555011 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=12404 CPUtime=1.35 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 6613 0 0 0 128 7 0 0 20 0 20 0 30791358 19566772224 82844 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 82844 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 82844 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=281238351029520 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 82844 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 331376 KiB

[startup+3.10633 s]
/proc/loadavg: 4.45 4.56 4.37 6/332 260484
/proc/meminfo: memFree=113018508/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=1158116 CPUtime=6 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 28119 0 0 0 574 26 0 0 20 0 20 0 30791357 19566772224 289529 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 289529 5953 1 0 663539 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 8872 0 0 0 270 23 0 0 20 0 20 0 30791358 19566772224 289529 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 289529 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 289529 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 289529 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1158116 KiB

[startup+6.30028 s]
/proc/loadavg: 4.45 4.56 4.37 6/332 260484
/proc/meminfo: memFree=112595776/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=1592392 CPUtime=9.45 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 29015 0 0 0 909 36 0 0 20 0 20 0 30791357 19566772224 398098 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 398098 5953 1 0 663556 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=12404 CPUtime=6.04 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 9225 0 0 0 573 31 0 0 20 0 20 0 30791358 19566772224 398098 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 398098 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=405108 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 398098 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 398098 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1592392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.57 4.59 4.38 6/332 260486
/proc/meminfo: memFree=112560652/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=1604684 CPUtime=15.99 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 29595 0 0 0 1562 37 0 0 20 0 20 0 30791357 19566772224 401171 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 401171 5953 1 0 663556 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=0 CPUtime=12.25 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 9710 0 0 0 1194 31 0 0 20 0 20 0 30791358 19566772224 401171 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=-8527678510219371196 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 401171 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=2308 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 401171 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 401171 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1604684 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.56 4.37 5/332 260487
/proc/meminfo: memFree=112533580/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=1631692 CPUtime=29.02 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 37035 0 0 0 2864 38 0 0 20 0 20 0 30791357 19566772224 407923 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 407923 5953 1 0 663572 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=11360 CPUtime=24.71 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 12545 0 0 0 2439 32 0 0 20 0 20 0 30791358 19566772224 407923 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 407923 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=1592392 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 407923 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=281238350976304 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 407923 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1631692 KiB

[startup+51.1063 s]
/proc/loadavg: 4.50 4.56 4.38 5/332 260490
/proc/meminfo: memFree=111969488/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=2177796 CPUtime=54.9 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 46386 0 0 0 5439 51 0 0 20 0 20 0 30791357 19566772224 544449 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 544449 5953 1 0 790998 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=2167552 CPUtime=49.48 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 16782 0 0 0 4906 42 0 0 20 0 20 0 30791358 19566772224 544449 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=281238351725952 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 544449 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0

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

/proc/meminfo: memFree=119913956/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3194.13 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 315882 0 0 0 319197 216 0 0 20 0 20 0 30791357 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781378 6011 1 0 791908 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=70932 CPUtime=3112.3 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 153187 0 0 0 311168 62 0 0 20 0 20 0 30791358 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3348 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3194.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125512 KiB

[startup+3222.3 s]
/proc/loadavg: 2.43 2.24 2.29 3/278 262921
/proc/meminfo: memFree=119913392/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3254.53 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 319133 0 0 0 325235 218 0 0 20 0 20 0 30791357 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781378 6011 1 0 791908 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3171.59 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 155459 0 0 0 317097 62 0 0 20 0 20 0 30791358 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3391 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3254.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125512 KiB

[startup+3282.3 s]
/proc/loadavg: 2.33 2.24 2.28 3/278 262931
/proc/meminfo: memFree=119912432/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3314.92 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 322281 0 0 0 331272 220 0 0 20 0 20 0 30791357 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781378 6011 1 0 791908 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3230.92 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 157482 0 0 0 323029 63 0 0 20 0 20 0 30791358 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3478 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3314.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125512 KiB

[startup+3342.3 s]
/proc/loadavg: 2.21 2.22 2.27 3/279 262943
/proc/meminfo: memFree=119911700/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3375.24 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 325399 0 0 0 337302 222 0 0 20 0 20 0 30791357 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781378 6011 1 0 791908 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=-8527678510219371196 CPUtime=3290.22 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 159547 0 0 0 328959 63 0 0 20 0 20 0 30791358 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=3125512 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3565 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781378 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3375.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125512 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.19 2.26 3/279 262954
/proc/meminfo: memFree=119910804/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125616 CPUtime=3436.48 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 331045 0 0 0 343423 225 0 0 20 0 20 0 30791357 19566772224 781404 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781404 6011 1 0 791919 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3349.63 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 161891 0 0 0 334900 63 0 0 20 0 20 0 30791358 19566772224 781404 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125552 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781404 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=3125616 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3657 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781404 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=3125616 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781404 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3436.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125616 KiB

[startup+3462.3 s]
/proc/loadavg: 2.18 2.20 2.26 3/281 262969
/proc/meminfo: memFree=119909804/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125656 CPUtime=3496.73 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 334333 0 0 0 349445 228 0 0 20 0 20 0 30791357 19566772224 781414 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781414 6011 1 0 791921 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=3125512 CPUtime=3409.12 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 164112 0 0 0 340849 63 0 0 20 0 20 0 30791358 19566772224 781414 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=3125656 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781414 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=3125656 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3744 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781414 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=3125656 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781414 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3496.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125656 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.19 2.25 3/281 262979
/proc/meminfo: memFree=119908732/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125708 CPUtime=3557.19 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 338005 0 0 0 355488 231 0 0 20 0 20 0 30791357 19566772224 781427 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781427 6011 1 0 791932 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=3125656 CPUtime=3468.36 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 166596 0 0 0 346772 64 0 0 20 0 20 0 30791358 19566772224 781427 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781427 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3831 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781427 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781427 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3557.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564 s]*
/proc/loadavg: 2.24 2.21 2.26 3/281 262986
/proc/meminfo: memFree=119908208/131524600 swapFree=131057124/131071996
[pid=260462] ppid=260459 vsize=19108176 memory=3125712 CPUtime=3600 cores=1,3
/proc/260462/stat : 260462 (java) S 260459 260462 258834 0 -1 1077936128 343109 0 0 0 359766 234 0 0 20 0 20 0 30791357 19566772224 781428 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
/proc/260462/statm: 4777044 781428 6011 1 0 791932 0
[pid=260462/tid=260464] ppid=260459 vsize=19108176 memory=-8815903388812944060 CPUtime=3509.63 cores=1,3
/proc/260462/task/260464/stat : 260464 (java) R 260459 260462 258834 0 -1 4194368 168510 0 0 0 350899 64 0 0 20 0 20 0 30791358 19566772224 781428 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260473] ppid=260459 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/260462/task/260473/stat : 260473 (Finalizer) S 260459 260462 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30791360 19566772224 781428 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260480] ppid=260459 vsize=19108176 memory=1744530 CPUtime=0 cores=1,3
/proc/260462/task/260480/stat : 260480 (Common-Cleaner) S 260459 260462 258834 0 -1 1077936192 3882 0 0 0 0 0 0 0 20 0 20 0 30791361 19566772224 781428 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
[pid=260462/tid=260481] ppid=260459 vsize=19108176 memory=2696 CPUtime=0 cores=1,3
/proc/260462/task/260481/stat : 260481 (Timer-0) S 260459 260462 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30791398 19566772224 781428 134679101440 94141852438528 94141852442224 140735913599184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141852450040 94141852450832 94141880471552 140735913608175 140735913608288 140735913608288 140735913615304 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.82 s, system=2.35533 s

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

Child status: 143

Real time (s): 3564.1
CPU time (s): 3600.17
CPU user time (s): 3597.82
CPU system time (s): 2.35533
CPU usage (%): 101.012
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3125712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.82
system time used= 2.35533
maximum resident set size= 3127200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136070
involuntary context switches= 8769


# summary of solver processes directly reported to runsolver:
#   pid: 260462
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.82
#   total CPU system time (s): 2.35533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.62774 second user time and 16.2462 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-25 23:23:43
IDJOB=4459981
IDBENCH=155311
IDSOLVER=3046
FILE ID=nodeC025/4459981-1721942623
RUNJOBID= nodeC025-1721939462-258846
SLURM_JOB_ID= 8247246
Free space on /tmp= 890024 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_15_errors.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459981-1721942623/watcher-4459981-1721942623 -o /tmp/evaluation-result-4459981-1721942623/solver-4459981-1721942623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721939462-258846 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459981-1721942623.opb

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

MD5SUM BENCH= dd402b2688f2af05a1e1d750cfef6b8d
RANDOM SEED=1762117574

nodeC025.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	: 0xb00002a
cpu MHz		: 3670.042
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3644.530
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.895
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.810
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.055
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.810
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.154
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3616.523
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114157776 kB
MemAvailable:   117137068 kB
Buffers:          340768 kB
Cached:          3437860 kB
SwapCached:          236 kB
Active:          2550476 kB
Inactive:       14128176 kB
Active(anon):       4468 kB
Inactive(anon): 12948472 kB
Active(file):    2546008 kB
Inactive(file):  1179704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057124 kB
Dirty:              1224 kB
Writeback:             8 kB
AnonPages:      12899864 kB
Mapped:           132148 kB
Shmem:             52872 kB
KReclaimable:     186804 kB
Slab:             312328 kB
SReclaimable:     186804 kB
SUnreclaim:       125524 kB
KernelStack:        5024 kB
PageTables:        35396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16213036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12597248 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:      379604 kB
DirectMap2M:    40288256 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-26 00:23:07