Trace number 4429810

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)218 3600.16 3523.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMf4fbd70ee8b80515313bebcddc52f82a
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 benchmark181
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables476
Total number of constraints476
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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 		2104792832
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4429810-1721088721.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.32/0.21	c ... done. Wall clock time 0.058s.
0.32/0.21	c declared #vars     476
0.32/0.21	c #constraints  476
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 475
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.32/0.21	c 476 constraints processed.
0.32/0.22	c objective function length is 476 literals
0.32/0.23	c SATISFIABLE
0.32/0.23	c OPTIMIZING...
0.32/0.23	c Got one! Elapsed wall clock time (in seconds):0.079
0.32/0.23	o 230
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.726
1.48/0.88	o 229
2.25/1.30	c Got one! Elapsed wall clock time (in seconds):1.149
2.46/1.31	o 228
7.19/4.15	c Got one! Elapsed wall clock time (in seconds):3.998
7.19/4.15	o 227
13.78/10.35	c Got one! Elapsed wall clock time (in seconds):10.199
13.78/10.35	o 226
81.81/77.90	c cleaning 3161 clauses out of 6332 with flag 0/6332
210.45/205.79	c cleaning 4580 clauses out of 9170 with flag 0/12331
331.63/327.14	c cleaning 5788 clauses out of 11590 with flag 0/19331
364.14/358.80	c cleaning 6895 clauses out of 13803 with flag 0/27332
369.38/363.99	c Got one! Elapsed wall clock time (in seconds):363.844
369.38/363.99	o 225
409.35/403.64	c cleaning 6305 clauses out of 12621 with flag 0/33045
430.49/424.53	c cleaning 6150 clauses out of 12316 with flag 0/39045
458.80/452.37	c cleaning 6575 clauses out of 13165 with flag 0/46044
461.29/454.84	c Got one! Elapsed wall clock time (in seconds):454.687
461.29/454.84	o 224
478.94/472.34	c cleaning 6262 clauses out of 12529 with flag 0/51983
583.25/576.55	c cleaning 6127 clauses out of 12267 with flag 0/57983
618.41/611.24	c cleaning 6563 clauses out of 13141 with flag 0/64984
651.28/643.72	c cleaning 7284 clauses out of 14577 with flag 0/72983
702.88/694.89	c cleaning 8142 clauses out of 16294 with flag 0/81984
757.35/748.26	c cleaning 9070 clauses out of 18152 with flag 0/91984
819.56/809.89	c cleaning 10036 clauses out of 20082 with flag 0/102984
886.83/874.79	c cleaning 11017 clauses out of 22045 with flag 0/114983
894.84/882.21	c Got one! Elapsed wall clock time (in seconds):882.058
894.84/882.21	o 223
909.57/896.82	c cleaning 8069 clauses out of 16146 with flag 0/120101
935.45/922.41	c Got one! Elapsed wall clock time (in seconds):922.264
935.45/922.41	o 222
965.76/951.92	c cleaning 9325 clauses out of 18656 with flag 0/130680
989.41/974.97	c cleaning 7663 clauses out of 15332 with flag 0/136681
1011.30/996.60	c Got one! Elapsed wall clock time (in seconds):996.454
1011.30/996.61	o 221
1051.42/1035.72	c cleaning 9242 clauses out of 18487 with flag 0/147499
1073.18/1057.32	c cleaning 7617 clauses out of 15245 with flag 0/153499
1098.27/1081.69	c cleaning 7307 clauses out of 14627 with flag 0/160498
1129.47/1112.39	c cleaning 7649 clauses out of 15321 with flag 0/168499
1176.84/1159.29	c cleaning 8323 clauses out of 16671 with flag 0/177498
1251.54/1232.88	c cleaning 9169 clauses out of 18349 with flag 0/187499
1299.93/1280.39	c Got one! Elapsed wall clock time (in seconds):1280.236
1299.93/1280.39	o 220
1342.15/1322.12	c cleaning 12320 clauses out of 24667 with flag 0/202986
1375.31/1354.80	c cleaning 9166 clauses out of 18347 with flag 0/208986
1422.54/1402.03	c cleaning 8070 clauses out of 16181 with flag 0/215986
1509.18/1488.39	c cleaning 8041 clauses out of 16111 with flag 0/223986
1562.48/1540.72	c cleaning 8531 clauses out of 17071 with flag 0/232987
1610.00/1587.27	c cleaning 9263 clauses out of 18539 with flag 0/242986
1659.32/1635.69	c cleaning 10124 clauses out of 20277 with flag 0/253987
1734.90/1709.50	c cleaning 11062 clauses out of 22152 with flag 0/265986
1819.36/1792.18	c cleaning 12035 clauses out of 24090 with flag 0/278986
1903.22/1875.18	c Got one! Elapsed wall clock time (in seconds):1875.025
1903.22/1875.18	o 219
1941.15/1911.22	c cleaning 13598 clauses out of 27212 with flag 0/294143
1975.90/1945.38	c cleaning 9797 clauses out of 19614 with flag 0/300143
2025.79/1994.92	c cleaning 8397 clauses out of 16817 with flag 0/307143
2078.91/2047.15	c cleaning 8196 clauses out of 16420 with flag 0/315143
2145.88/2113.33	c cleaning 8597 clauses out of 17224 with flag 0/324143
2209.16/2175.58	c cleaning 9306 clauses out of 18627 with flag 0/334143
2273.75/2238.21	c cleaning 10149 clauses out of 20321 with flag 0/345143
2345.55/2307.31	c cleaning 11080 clauses out of 22172 with flag 0/357143
2419.84/2379.82	c cleaning 12035 clauses out of 24093 with flag 0/370144
2472.27/2431.43	c cleaning 13017 clauses out of 26057 with flag 0/384143
2539.39/2497.20	c cleaning 14007 clauses out of 28040 with flag 0/399143
2623.31/2579.90	c cleaning 15011 clauses out of 30033 with flag 0/415143
2777.84/2727.43	c cleaning 16002 clauses out of 32023 with flag 0/432144
2934.06/2875.95	c cleaning 16994 clauses out of 34021 with flag 0/450144
2965.38/2906.66	c Got one! Elapsed wall clock time (in seconds):2906.505
2965.38/2906.67	o 218
3004.96/2944.96	c cleaning 13751 clauses out of 27508 with flag 0/460625
3039.47/2978.10	c cleaning 9869 clauses out of 19757 with flag 0/466625
3073.59/3011.12	c cleaning 8438 clauses out of 16889 with flag 0/473626
3155.26/3090.24	c cleaning 8217 clauses out of 16451 with flag 0/481626
3214.14/3148.17	c cleaning 8607 clauses out of 17233 with flag 0/490625
3296.59/3228.69	c cleaning 9301 clauses out of 18626 with flag 0/500625
3371.38/3302.48	c cleaning 10154 clauses out of 20325 with flag 0/511625
3435.32/3363.66	c cleaning 11076 clauses out of 22171 with flag 0/523625
3558.89/3483.50	c cleaning 12041 clauses out of 24095 with flag 0/536625
3600.05/3523.81	c starts		: 57
3600.05/3523.81	c conflicts		: 544487
3600.05/3523.81	c decisions		: 802011
3600.05/3523.81	c propagations		: 9442966
3600.05/3523.81	c inspects		: 812783864
3600.05/3523.81	c shortcuts		: 0
3600.05/3523.81	c learnt literals	: 0
3600.05/3523.81	c learnt binary clauses	: 0
3600.05/3523.81	c learnt ternary clauses	: 0
3600.05/3523.81	c learnt constraints	: 544487
3600.05/3523.81	c ignored constraints	: 0
3600.05/3523.81	c root simplifications	: 0
3600.05/3523.81	c removed literals (reason simplification)	: 0
3600.05/3523.81	c reason swapping (by a shorter reason)	: 0
3600.05/3523.81	c Calls to reduceDB	: 56
3600.05/3523.81	c Number of update (reduction) of LBD	: 530442
3600.05/3523.81	c Imported unit clauses	: 0
3600.05/3523.81	c No decision after first conflict	: false
3600.05/3523.81	c number of reductions to clauses (during analyze)	: 0
3600.05/3523.81	c number of learned constraints concerned by reduction	: 0
3600.05/3523.81	c number of learning phase by resolution	: 0
3600.05/3523.81	c number of learning phase by cutting planes	: 0
3600.05/3523.81	c number of rounding to 1 operations	: 0
3600.05/3523.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3523.81	c number of reductions of the coefficients by power 2 	: 0
3600.05/3523.81	c number of right shift for reduction by power 2 	: 0
3600.05/3523.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3523.81	c number of ending skipping 	: 0
3600.05/3523.81	c number of internal skipping 	: 0
3600.05/3523.81	c number of derivation steps 	: 2722076
3600.05/3523.81	c number of skipped derivation steps 	: 0
3600.05/3523.81	c number of remaining unassigned 	: 5233047
3600.05/3523.81	c number of remaining assigned 	: 452416730
3600.05/3523.81	c number of falsified literals weakened from reason	: 0
3600.05/3523.81	c number of falsified literals weakened from conflict	: 0
3600.05/3523.81	c time for arithmetic operations	: 44856091911
3600.05/3523.81	c minimum degree of deleted constraints	: 1
3600.05/3523.81	c maximum degree of deleted constraints	: 3977364439054100611120743140803742404268790546157862003043346390864162222790675852747966734810873638938266958964374563405246732074172425215434168691568364316289430525558232354669582036109685254996079831352286581763532897347808019083935640516149271772467532464902151229561087168063987809896594889687591584264782488150973911029860146282627255149348085409943505608327404776676611015502130293859181963258263533454119422131088891108379187991977221549089915683624554128373681411482246891870096318534622404603968548617500617870985392173367334686015896210597811515309788592382935278647826860559677982342948156535539764916456962550335333346861909475528560587404024445193574967176437249733771081847780187396243363457745688400056911240544705577918525484776847988291065086985001710067507608650278033925891351480950932992327977841399549870521397257373733963271998882704047209376242512019707229873556621347857037136158485124821868275100639052072403128837126104754691228776852251868095796827826419481067360063963512236962919270815557814844211529685994458309375339769032989250658659482371950437513503407464806392134082788676969354665375708703945755806268575743105986978647298750344329608504940385014834001383339116703127485678099127867466853552520866668897656891787504589152680676102492601988811661434879979431695021168866777441962056309689498911134792776364043846949562409516271292475358911157032915070833062597710323590741142041966480045856961370786600560426197912953206164647063392409693695633177783565146617146492480551279578325687157315781975510080269275254488590740174752095968490580560223942001360755796746845250448323648393158844455507212159722732708582824029685785956207628799338780390816192990235406852848103918005297420275409300015945081698085757977482100641643338442369085608946081998869866730064794833830085473992679828231214087783244154877768319356481645370432407397524419686801216049768989706907412102450726142389088764618198829685035449606272174279364001355607398455788027120168916202564478994108696918960386657480348579619178244276811179419435293332077228357594971745123909791406236309071196794322716295329244285372256507724547541333194324851362388037291713120156279155157893419695112413597153995668051295332201628390212083579397052291302380343484695808432256515343075390560566363016376572505742899143117827736878648560703074909343790477871164717874261612564589187801507900319150985843883718475943020991736789467599125412030513140288196553073592172763842273146354844295489894681721758168355026344310564444741729267622350137318124368599484550682208535506185914501728468693757446232110257184847641907165477063473713376188065154747172914955871262801632634915924359086891484097504996643282370114685520083417724816191798194372648321647999262723061113878615303350391922733714616723114054904941949963318651450779103526362735359825614322963701760
3600.05/3523.82	c number of deleted constraints	: 524571
3600.05/3523.82	c speed (assignments/second)	: 2679.929832985819
3600.05/3523.82	c non guided choices	: 3
3600.05/3523.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 588
3600.05/3523.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.05/3523.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19327
3600.05/3523.84	s SATISFIABLE
3600.05/3523.84	c Found 13 solution(s)
3600.05/3523.84	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 
3600.05/3523.84	c objective function=218
3600.05/3523.84	c Total wall clock time (in seconds): 3523.692

Verifier Data

OK	218

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429810-1721088721/watcher-4429810-1721088721 -o /tmp/evaluation-result-4429810-1721088721/solver-4429810-1721088721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721085159-829951 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429810-1721088721.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=832193, runsolver pid=832190
Current StackSize limit: 8192 KiB


[startup+0.100326 s]*
/proc/loadavg: 4.42 4.33 4.33 8/332 832211
/proc/meminfo: memFree=122564128/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=18975048 memory=64552 CPUtime=0.13 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 7213 0 0 0 11 2 0 0 20 0 18 0 161038275 19430449152 16138 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4743762 16138 5546 1 0 549317 0
[pid=832193/tid=832195] ppid=832190 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 1077936192 5733 0 0 0 7 1 0 0 20 0 18 0 161038275 19430449152 16138 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161038278 19430449152 16138 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=18975048 memory=13845278872568824 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 161038278 19430449152 16138 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64552 KiB

[startup+0.206024 s]*
/proc/loadavg: 4.42 4.33 4.33 6/332 832211
/proc/meminfo: memFree=122555600/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=18975048 memory=74140 CPUtime=0.32 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 7802 0 0 0 30 2 0 0 20 0 18 0 161038275 19430449152 18535 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4743762 18535 5840 1 0 549704 0
[pid=832193/tid=832195] ppid=832190 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) S 832190 832193 829938 0 -1 1077936192 6046 0 0 0 16 2 0 0 20 0 18 0 161038275 19430449152 18535 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=18975048 memory=16952 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161038278 19430449152 18535 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 161038278 19430449152 18535 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74140 KiB

[startup+0.313894 s]*
/proc/loadavg: 4.42 4.33 4.33 6/333 832212
/proc/meminfo: memFree=122547276/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19041612 memory=82516 CPUtime=0.53 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 8673 0 0 0 50 3 0 0 20 0 19 0 161038275 19498610688 20629 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4760403 20629 5893 1 0 550367 0
[pid=832193/tid=832195] ppid=832190 vsize=19041612 memory=-9175074246648767164 CPUtime=0.28 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 6175 0 0 0 26 2 0 0 20 0 19 0 161038275 19498610688 20629 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161038278 19498610688 20629 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 161038278 19498610688 20629 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161038298 19498610688 20629 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82516 KiB

[startup+0.700708 s]
/proc/loadavg: 4.42 4.33 4.33 7/333 832212
/proc/meminfo: memFree=122507568/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19041612 memory=165200 CPUtime=1.28 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 12574 0 0 0 123 5 0 0 20 0 19 0 161038275 19498610688 41300 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4760403 41300 5893 1 0 552916 0
[pid=832193/tid=832195] ppid=832190 vsize=19041612 memory=12420 CPUtime=0.64 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 6219 0 0 0 61 3 0 0 20 0 19 0 161038275 19498610688 41300 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161038278 19498610688 41300 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 161038278 19498610688 41300 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19041612 memory=39476 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161038298 19498610688 41300 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165200 KiB

[startup+1.50072 s]
/proc/loadavg: 4.42 4.33 4.33 6/334 832213
/proc/meminfo: memFree=122447824/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=189496 CPUtime=2.85 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 23285 0 0 0 278 7 0 0 20 0 20 0 161038275 19566772224 47374 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 47374 5909 1 0 556214 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=12420 CPUtime=1.38 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 6752 0 0 0 135 3 0 0 20 0 20 0 161038275 19566772224 47374 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 47374 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 47374 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 47374 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189496 KiB

[startup+3.10571 s]
/proc/loadavg: 4.42 4.33 4.33 6/334 832213
/proc/meminfo: memFree=122356900/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=259968 CPUtime=6.02 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 26640 0 0 0 594 8 0 0 20 0 20 0 161038275 19566772224 64992 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 64992 5925 1 0 557019 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 7197 0 0 0 285 4 0 0 20 0 20 0 161038275 19566772224 64992 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 64992 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=197488 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 64992 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 64992 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 259968 KiB

[startup+6.30027 s]
/proc/loadavg: 4.39 4.33 4.33 5/334 832215
/proc/meminfo: memFree=121909876/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=730092 CPUtime=9.6 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 27413 0 0 0 941 19 0 0 20 0 20 0 161038275 19566772224 182523 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 182523 5925 1 0 663545 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=12420 CPUtime=5.99 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 7499 0 0 0 586 13 0 0 20 0 20 0 161038275 19566772224 182523 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 182523 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=6012697390059509840 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 182523 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 182523 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 730092 KiB

[startup+12.7003 s]
/proc/loadavg: 4.36 4.32 4.33 5/334 832215
/proc/meminfo: memFree=121617280/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=833148 CPUtime=16.18 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 28968 0 0 0 1597 21 0 0 20 0 20 0 161038275 19566772224 208287 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 208287 5925 1 0 663547 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=0 CPUtime=12.25 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 8298 0 0 0 1211 14 0 0 20 0 20 0 161038275 19566772224 208287 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=826684 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 208287 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 208287 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 208287 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 833148 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.31 4.32 5/334 832218
/proc/meminfo: memFree=121185060/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=995080 CPUtime=29.05 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 33310 0 0 0 2879 26 0 0 20 0 20 0 161038275 19566772224 248770 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 248770 5925 1 0 663549 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=826684 CPUtime=24.89 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 9762 0 0 0 2473 16 0 0 20 0 20 0 161038275 19566772224 248770 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 248770 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=849632 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 248770 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 248770 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 995080 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 4.33 4.33 5/334 832221
/proc/meminfo: memFree=120146648/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=1632048 CPUtime=54.71 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 37916 0 0 0 5431 40 0 0 20 0 20 0 161038275 19566772224 408012 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 408012 5925 1 0 663552 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=1625892 CPUtime=50.28 cores=5,7

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

/proc/meminfo: memFree=116282372/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3228.46 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 339581 0 0 0 322636 210 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 624369 5985 1 0 635621 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3107.69 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 77776 0 0 0 310733 36 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 57 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1525 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3228.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2497476 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.18 4.19 5/331 833984
/proc/meminfo: memFree=116281684/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3289.56 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 339859 0 0 0 328743 213 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 624369 5985 1 0 635621 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3166.75 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 77858 0 0 0 316639 36 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 57 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=312584 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1525 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3289.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2497476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.23 4.20 5/331 833995
/proc/meminfo: memFree=116281012/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3351.15 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 340283 0 0 0 334899 216 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 624369 5985 1 0 635621 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=11664 CPUtime=3225.71 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 78134 0 0 0 322535 36 0 0 20 0 20 0 161038275 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1525 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=41216 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 624369 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3351.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2497476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.26 4.21 5/331 834006
/proc/meminfo: memFree=115852384/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2497480 CPUtime=3412.55 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 341258 0 0 0 341036 219 0 0 20 0 20 0 161038275 19566772224 624370 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 624370 5985 1 0 635621 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3284.62 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 79038 0 0 0 328426 36 0 0 20 0 20 0 161038275 19566772224 624370 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=26000 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624370 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2497480 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1525 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 624370 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 624370 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3412.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2497480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.26 4.21 5/331 834017
/proc/meminfo: memFree=115935884/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2414120 CPUtime=3474.79 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 349994 0 0 0 347257 222 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 603530 5985 1 0 614741 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3343.57 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 79992 0 0 0 334321 36 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2414120 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1550 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=2414120 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3474.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2414120 KiB

[startup+3462.31 s]
/proc/loadavg: 4.33 4.27 4.22 4/307 834038
/proc/meminfo: memFree=120342252/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2414120 CPUtime=3536.1 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 350406 0 0 0 353385 225 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 603530 5985 1 0 614741 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2497476 CPUtime=3402.58 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) S 832190 832193 829938 0 -1 1077936192 80173 0 0 0 340222 36 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=2497476 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=2414120 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1550 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3536.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2414120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.29 4.22 5/334 834246
/proc/meminfo: memFree=113314084/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2414120 CPUtime=3598.49 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 350856 0 0 0 359621 228 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 603530 5985 1 0 614741 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=2414120 CPUtime=3461.6 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 80397 0 0 0 346124 36 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=2414120 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1550 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=2414120 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3598.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2414120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3523.8 s]
/proc/loadavg: 4.36 4.29 4.22 5/334 834246
/proc/meminfo: memFree=113319272/131524600 swapFree=131071996/131071996
[pid=832193] ppid=832190 vsize=19108176 memory=2414120 CPUtime=3600.05 cores=5,7
/proc/832193/stat : 832193 (java) S 832190 832193 829938 0 -1 1077936128 350858 0 0 0 359777 228 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
/proc/832193/statm: 4777044 603530 5985 1 0 614741 0
[pid=832193/tid=832195] ppid=832190 vsize=19108176 memory=41216 CPUtime=3463.02 cores=5,7
/proc/832193/task/832195/stat : 832195 (java) R 832190 832193 829938 0 -1 4194368 80397 0 0 0 346266 36 0 0 20 0 20 0 161038275 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832204] ppid=832190 vsize=19108176 memory=-9175074246648767164 CPUtime=0 cores=5,7
/proc/832193/task/832204/stat : 832204 (Finalizer) S 832190 832193 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832211] ppid=832190 vsize=19108176 memory=41216 CPUtime=0 cores=5,7
/proc/832193/task/832211/stat : 832211 (Common-Cleaner) S 832190 832193 829938 0 -1 1077936192 1550 0 0 0 0 0 0 0 20 0 20 0 161038278 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
[pid=832193/tid=832212] ppid=832190 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/832193/task/832212/stat : 832212 (Timer-0) S 832190 832193 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161038298 19566772224 603530 134679101440 94732930867200 94732930870896 140736555587680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732930878712 94732930879504 94732945326080 140736555594741 140736555594849 140736555594849 140736555601864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2414120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.86 s, system=2.30086 s

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

Child status: 143

Real time (s): 3523.86
CPU time (s): 3600.16
CPU user time (s): 3597.86
CPU system time (s): 2.30086
CPU usage (%): 102.165
Max. virtual memory (cumulated for all children) (KiB): 19113688
Max. memory (cumulated for all children) (KiB): 2610912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.30086
maximum resident set size= 2610920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352937
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= 138440
involuntary context switches= 14265


# summary of solver processes directly reported to runsolver:
#   pid: 832193
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.86
#   total CPU system time (s): 2.30086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50571 second user time and 17.7736 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-16 02:12:14
IDJOB=4429810
IDBENCH=147545
IDSOLVER=3052
FILE ID=nodeC026/4429810-1721088721
RUNJOBID= nodeC026-1721085159-829951
SLURM_JOB_ID= 7505578
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429810-1721088721/watcher-4429810-1721088721 -o /tmp/evaluation-result-4429810-1721088721/solver-4429810-1721088721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721085159-829951 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429810-1721088721.opb

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

MD5SUM BENCH= f4fbd70ee8b80515313bebcddc52f82a
RANDOM SEED=456436029

nodeC026.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		: 3672.836
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.74
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		: 3686.405
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.45
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		: 3600.150
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.74
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		: 3663.286
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.45
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.125
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.74
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		: 3655.997
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.45
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		: 3672.934
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.74
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		: 3644.255
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122610232 kB
MemAvailable:   123451964 kB
Buffers:          389028 kB
Cached:          1287148 kB
SwapCached:            0 kB
Active:           677724 kB
Inactive:        7626512 kB
Active(anon):       1572 kB
Inactive(anon):  6663884 kB
Active(file):     676152 kB
Inactive(file):   962628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:       6624736 kB
Mapped:           124492 kB
Shmem:             37720 kB
KReclaimable:      85548 kB
Slab:             190960 kB
SReclaimable:      85548 kB
SUnreclaim:       105412 kB
KernelStack:        5036 kB
PageTables:        23168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9312904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6424576 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:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC026 at 2024-07-16 03:10:58