Trace number 4429806

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)216 3600.17 3566.99

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUMb1303fc064b9de7d315268cbf770fb1d
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 variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
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 470
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	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	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb 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	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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  - Use constraints as they come during conflict analysis
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: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb 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 Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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-4429806-1721089922.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.33/0.22	c ... done. Wall clock time 0.064s.
0.33/0.22	c declared #vars     470
0.33/0.22	c #constraints  470
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 469
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.33/0.22	c 470 constraints processed.
0.33/0.23	c objective function length is 470 literals
0.33/0.24	c SATISFIABLE
0.33/0.24	c OPTIMIZING...
0.33/0.24	c Got one! Elapsed wall clock time (in seconds):0.086
0.33/0.24	o 223
3.94/2.26	c Got one! Elapsed wall clock time (in seconds):2.1
3.94/2.26	o 222
21.50/18.64	c cleaning 2820 clauses out of 5647 with flag 0/5647
48.82/45.56	c cleaning 4411 clauses out of 8826 with flag 0/11646
78.21/74.79	c cleaning 5700 clauses out of 11416 with flag 0/18647
112.39/108.56	c cleaning 6853 clauses out of 13715 with flag 0/26646
147.22/142.96	c cleaning 7923 clauses out of 15862 with flag 0/35646
168.05/163.50	c Got one! Elapsed wall clock time (in seconds):163.345
168.05/163.50	o 221
189.93/185.05	c cleaning 9294 clauses out of 18595 with flag 0/46302
211.49/206.39	c cleaning 7646 clauses out of 15299 with flag 0/52300
243.18/237.82	c cleaning 7323 clauses out of 14655 with flag 0/59302
283.62/277.95	c cleaning 7661 clauses out of 15331 with flag 0/67301
342.69/336.51	c cleaning 8327 clauses out of 16669 with flag 0/76300
391.62/385.04	c cleaning 9164 clauses out of 18342 with flag 0/86300
464.19/457.17	c Got one! Elapsed wall clock time (in seconds):457.02
464.19/457.17	o 220
504.88/497.40	c cleaning 11369 clauses out of 22766 with flag 0/99888
529.92/522.18	c cleaning 8690 clauses out of 17399 with flag 0/105890
556.09/547.96	c cleaning 7844 clauses out of 15708 with flag 0/112889
583.91/575.46	c cleaning 7927 clauses out of 15863 with flag 0/120888
619.20/610.47	c cleaning 8461 clauses out of 16936 with flag 0/129888
673.33/663.93	c cleaning 9232 clauses out of 18475 with flag 0/139888
728.02/717.92	c cleaning 10121 clauses out of 20243 with flag 0/150888
805.29/794.36	c cleaning 11054 clauses out of 22123 with flag 0/162889
890.56/878.37	c cleaning 12026 clauses out of 24068 with flag 0/175888
948.98/936.20	c Got one! Elapsed wall clock time (in seconds):936.051
948.98/936.20	o 219
993.31/980.12	c cleaning 13755 clauses out of 27517 with flag 0/191363
1022.37/1008.93	c cleaning 9875 clauses out of 19762 with flag 0/197363
1069.91/1055.92	c cleaning 8440 clauses out of 16888 with flag 0/204364
1105.47/1091.23	c cleaning 8213 clauses out of 16447 with flag 0/212363
1157.15/1142.54	c cleaning 8613 clauses out of 17235 with flag 0/221364
1204.59/1189.71	c cleaning 9304 clauses out of 18625 with flag 0/231367
1269.01/1253.65	c cleaning 10152 clauses out of 20317 with flag 0/242363
1345.17/1328.88	c Got one! Elapsed wall clock time (in seconds):1328.729
1345.17/1328.88	o 218
1384.24/1367.49	c cleaning 13423 clauses out of 26858 with flag 0/259056
1408.31/1391.27	c cleaning 9708 clauses out of 19433 with flag 0/265054
1431.82/1414.56	c cleaning 8353 clauses out of 16724 with flag 0/272053
1462.79/1445.22	c cleaning 8172 clauses out of 16371 with flag 0/280053
1527.54/1509.32	c cleaning 8590 clauses out of 17200 with flag 0/289054
1574.67/1556.15	c Got one! Elapsed wall clock time (in seconds):1555.996
1574.67/1556.15	o 217
1602.71/1583.86	c cleaning 11380 clauses out of 22776 with flag 0/303220
1627.70/1608.57	c cleaning 8687 clauses out of 17395 with flag 0/309219
1673.70/1653.93	c cleaning 7840 clauses out of 15710 with flag 0/316221
1705.96/1685.93	c cleaning 7924 clauses out of 15868 with flag 0/324219
1749.72/1729.18	c cleaning 8458 clauses out of 16944 with flag 0/333219
1810.55/1789.41	c cleaning 9233 clauses out of 18486 with flag 0/343219
1867.21/1845.39	c cleaning 10123 clauses out of 20253 with flag 0/354219
1894.23/1872.15	c Got one! Elapsed wall clock time (in seconds):1872.0
1894.23/1872.15	o 216
1926.31/1903.85	c cleaning 10951 clauses out of 21918 with flag 0/366007
1954.56/1931.89	c cleaning 8470 clauses out of 16966 with flag 0/372006
1994.03/1969.81	c cleaning 7744 clauses out of 15496 with flag 0/379006
2034.55/2009.81	c cleaning 7866 clauses out of 15755 with flag 0/387009
2256.60/2231.55	c cleaning 8436 clauses out of 16888 with flag 0/396008
2384.60/2358.44	c cleaning 9213 clauses out of 18450 with flag 0/406006
2499.13/2471.74	c cleaning 10116 clauses out of 20239 with flag 0/417008
2969.07/2942.39	c cleaning 11058 clauses out of 22125 with flag 0/429010
3138.30/3110.58	c cleaning 12027 clauses out of 24063 with flag 0/442006
3289.56/3260.46	c cleaning 13010 clauses out of 26037 with flag 0/456007
3419.02/3387.83	c cleaning 14004 clauses out of 28028 with flag 0/471008
3512.97/3481.02	c cleaning 14995 clauses out of 30022 with flag 0/487006
3600.00/3566.91	c starts		: 49
3600.00/3566.92	c conflicts		: 500209
3600.00/3566.92	c decisions		: 703586
3600.00/3566.92	c propagations		: 9253893
3600.00/3566.92	c inspects		: 858731153
3600.00/3566.92	c shortcuts		: 0
3600.00/3566.92	c learnt literals	: 0
3600.00/3566.92	c learnt binary clauses	: 0
3600.00/3566.92	c learnt ternary clauses	: 0
3600.00/3566.92	c learnt constraints	: 500209
3600.00/3566.92	c ignored constraints	: 0
3600.00/3566.92	c root simplifications	: 0
3600.00/3566.92	c removed literals (reason simplification)	: 0
3600.00/3566.92	c reason swapping (by a shorter reason)	: 0
3600.00/3566.92	c Calls to reduceDB	: 51
3600.00/3566.92	c Number of update (reduction) of LBD	: 489110
3600.00/3566.92	c Imported unit clauses	: 0
3600.00/3566.92	c No decision after first conflict	: false
3600.00/3566.92	c number of reductions to clauses (during analyze)	: 0
3600.00/3566.92	c number of learned constraints concerned by reduction	: 0
3600.00/3566.92	c number of learning phase by resolution	: 0
3600.00/3566.92	c number of learning phase by cutting planes	: 0
3600.00/3566.92	c number of rounding to 1 operations	: 0
3600.00/3566.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3566.92	c number of reductions of the coefficients by power 2 	: 0
3600.00/3566.92	c number of right shift for reduction by power 2 	: 0
3600.00/3566.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3566.92	c number of ending skipping 	: 0
3600.00/3566.92	c number of internal skipping 	: 0
3600.00/3566.92	c number of derivation steps 	: 2629373
3600.00/3566.92	c number of skipped derivation steps 	: 0
3600.00/3566.92	c number of remaining unassigned 	: 4493667
3600.00/3566.92	c number of remaining assigned 	: 425499477
3600.00/3566.92	c number of falsified literals weakened from reason	: 0
3600.00/3566.92	c number of falsified literals weakened from conflict	: 0
3600.00/3566.92	c time for arithmetic operations	: 63006112062
3600.00/3566.92	c minimum degree of deleted constraints	: 1
3600.00/3566.94	c maximum degree of deleted constraints	: 45066984746452075873544751368924461027090710505117064227136795064536391955720878235065148292144032879934324648646545186968021177996191332500005932747004071116348331476822381326782727618209804475867854424372204194091131934294780539601702803747653656464022397038656675788079018935236391672297872742011460490347355109633393178200219281469236887905913057595895915203091109568842389056439574272020511619273726065527083724393859592336028345408736603998358000830532787372941743295095447089422528155306504657582795617121789693498855445948153720027974084502745296006785790807759259871168467487208447917514348581017793239335182340642205642582786061803283844018401596171260418984861985256658383579243602446055283677877005923041325508168245289442155680493873404973944961229884129055360734640490073471405768040599405741241587362354361473456765247358984723108837941824786629660844374551357278657649309115180157221039192257152071257093945415547136409926814888856614467305383655779990852422653062954491860791530355486600970656618824684574159009515679560038380397532409162146418737681855600547794876053261608133934833661815813208809969176361216617426613991614891803541077318532046203437982719863507387961526983119385617539041702976758887263421619222018912602354116061792430907475157878094751569743039116423436177425648662249503604176820838983857584810092684325381155335590854139936210232243017773799587756658356285740608953279591891414810612547504537167646523484326217808590887918583201495268344159022010101478534392886361549192058006958743734807419227383318176147082989897514357021216571924533483149667409409559797139015702110464596076035129003214916987094579663716433245797974465917766173841397521857829257902316494385848317398442084310321571675985123793982424370144749542161460279323908128234028453240725776255472852651147051241330552912937531810820666124885841944053416426204103031914684102650445193436422919910052723844235894542210927114029464195369496022601128716637695183406231454195372782226904801000640941569467977194531287719911179036362243869946979462960790609829191205002706302418393931828890449936314523734378218318350597299103199602546858496934119375293704714887531204883601028501208392781817096824664634464033966226113622080511791229771261615071002322261878726805167081798626108671072056354038992394901378134523889521636076192178790885834921623956362731927891773924670470007186547056756024995576549203279922534870590006121178833992147901157153306803211410963465100224389246085853014440490885346996484720314004351907545444359833704013966611087150390921047321945306994952310094044911714024166666446001634387483980568385361022466334385723869704067934365362186513082565731471906835666497534252995573513945187985073804971105029120861882884758815306872525733190795927607682895406589060472810006953404452451297093919524660736211146316329363367524278344751202030137964216049548588697635094260365671817285928231370345197443638920364879723569835466499630238945518300104419003161690398611582077548432985959200881160180141809605823651448399788422744084688726561734122666299522548150769174094212969531424199617927555002101333800819444656028120493583692010903660581079475921826947205787266735814961015492383949030514129619088956716994937666110069312546041658707832310013325605598659591590321522967342982155196790161753267299117748850039435816450299506939383283432340804051752101942255023083837003403983443764208705716880614459533496645298924903829900309821150467321811255038459347147077688794168575988957182646873557413592515133125359403559017394108046350926456452292242324751907889105604388870919222354885728813410785934158010459502629346333173731583119846904122394635086664598411056050208368128735746625423584927550087702313019877000456667325325585632577366074569154241516726306263948724053617574037928925148597111214761550060199537884837924788422261011652345349410312691954650780338567153424377697801300350733698878770249314504489001236911606880712999055449222823896041524087058334795249897708016070113512956622684197675066176180609232153695933165677149447875399894089127935023302752246718821281070621350594399743279222659957727089665782846291758177737985937906993582665113273927263708950925312731708035016809958434925712586454215865185225751400812041188968900317972825969943735541605315140630214336690278692037685046044682724470607063311921595253978810968459120
3600.00/3566.94	c number of deleted constraints	: 471979
3600.00/3566.94	c speed (assignments/second)	: 2594.5193719250356
3600.00/3566.94	c non guided choices	: 0
3600.00/3566.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 749
3600.00/3566.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.00/3566.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27479
3600.00/3566.97	s SATISFIABLE
3600.00/3566.97	c Found 8 solution(s)
3600.00/3566.97	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 
3600.00/3566.97	c objective function=216
3600.00/3566.97	c Total wall clock time (in seconds): 3566.821

Verifier Data

OK	216

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429806-1721089922/watcher-4429806-1721089922 -o /tmp/evaluation-result-4429806-1721089922/solver-4429806-1721089922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721082898-824367 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429806-1721089922.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101546 s]*
/proc/loadavg: 4.37 4.28 4.27 6/333 828552
/proc/meminfo: memFree=122397228/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=18975048 memory=63680 CPUtime=0.14 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 7242 0 0 0 13 1 0 0 20 0 18 0 161157163 19430449152 15920 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4743762 15920 5736 1 0 549357 0
[pid=828534/tid=828536] ppid=828531 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 1078198336 5774 0 0 0 7 1 0 0 20 0 18 0 161157163 19430449152 15920 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161157166 19430449152 15920 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 161157166 19430449152 15920 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63680 KiB

[startup+0.205907 s]*
/proc/loadavg: 4.37 4.28 4.27 7/333 828552
/proc/meminfo: memFree=122360288/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=18975048 memory=74376 CPUtime=0.33 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 7813 0 0 0 31 2 0 0 20 0 18 0 161157163 19430449152 18594 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4743762 18594 5854 1 0 549719 0
[pid=828534/tid=828536] ppid=828531 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 1077936192 6058 0 0 0 16 1 0 0 20 0 18 0 161157163 19430449152 18594 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=18975048 memory=5714 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161157166 19430449152 18594 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 161157166 19430449152 18594 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74376 KiB

[startup+0.311044 s]*
/proc/loadavg: 4.37 4.28 4.27 7/334 828553
/proc/meminfo: memFree=122325084/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19041612 memory=80808 CPUtime=0.52 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 8639 0 0 0 50 2 0 0 20 0 19 0 161157163 19498610688 20202 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4760403 20202 5907 1 0 550447 0
[pid=828534/tid=828536] ppid=828531 vsize=19041612 memory=-9104701078671565500 CPUtime=0.26 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 6192 0 0 0 25 1 0 0 20 0 19 0 161157163 19498610688 20202 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161157166 19498610688 20202 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 161157166 19498610688 20202 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161157186 19498610688 20202 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80808 KiB

[startup+0.701031 s]
/proc/loadavg: 4.37 4.28 4.27 7/334 828553
/proc/meminfo: memFree=122240824/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19041612 memory=156908 CPUtime=1.26 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 12962 0 0 0 122 4 0 0 20 0 19 0 161157163 19498610688 39227 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4760403 39227 5907 1 0 553440 0
[pid=828534/tid=828536] ppid=828531 vsize=19041612 memory=12952 CPUtime=0.61 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 6251 0 0 0 59 2 0 0 20 0 19 0 161157163 19498610688 39227 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161157166 19498610688 39227 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 161157166 19498610688 39227 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19041612 memory=39380 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161157186 19498610688 39227 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 156908 KiB

[startup+1.50103 s]
/proc/loadavg: 4.42 4.29 4.28 6/335 828556
/proc/meminfo: memFree=122040496/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19109364 memory=189636 CPUtime=2.84 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 18940 0 0 0 279 5 0 0 20 0 20 0 161157163 19567988736 47409 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777341 47409 5939 1 0 554527 0
[pid=828534/tid=828536] ppid=828531 vsize=19109364 memory=12952 CPUtime=1.38 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 6575 0 0 0 135 3 0 0 20 0 20 0 161157163 19567988736 47409 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19109364 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19567988736 47409 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19109364 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161157166 19567988736 47409 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19109364 memory=65 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19567988736 47409 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19109364 KiB
Current children cumulated memory: 189636 KiB

[startup+3.10603 s]
/proc/loadavg: 4.42 4.29 4.28 5/335 828556
/proc/meminfo: memFree=121607748/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=443972 CPUtime=4.92 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 22190 0 0 0 482 10 0 0 20 0 20 0 161157163 19566772224 110993 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 110993 5939 1 0 661368 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=0 CPUtime=2.89 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 7390 0 0 0 283 6 0 0 20 0 20 0 161157163 19566772224 110993 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 110993 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=207188 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 110993 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=12952 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 110993 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 443972 KiB

[startup+6.30105 s]
/proc/loadavg: 4.47 4.31 4.28 5/335 828556
/proc/meminfo: memFree=121358252/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=680504 CPUtime=8.53 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 22475 0 0 0 837 16 0 0 20 0 20 0 161157163 19566772224 170126 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 170126 5939 1 0 661372 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=12952 CPUtime=5.98 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 7493 0 0 0 588 10 0 0 20 0 20 0 161157163 19566772224 170126 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 170126 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 170126 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 170126 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 680504 KiB

[startup+12.701 s]
/proc/loadavg: 4.43 4.30 4.28 6/335 828557
/proc/meminfo: memFree=120771876/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=1237244 CPUtime=15.32 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 29123 0 0 0 1504 28 0 0 20 0 20 0 161157163 19566772224 309311 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 309311 5939 1 0 788798 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=0 CPUtime=12.23 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 9144 0 0 0 1203 20 0 0 20 0 20 0 161157163 19566772224 309311 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=1237040 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 309311 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=12952 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 309311 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 309311 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1237244 KiB

[startup+25.501 s]
/proc/loadavg: 4.44 4.31 4.28 6/335 828559
/proc/meminfo: memFree=119538876/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=1822824 CPUtime=28.54 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 35677 0 0 0 2812 42 0 0 20 0 20 0 161157163 19566772224 455706 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 455706 5955 1 0 788834 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=6944656592387989600 CPUtime=24.69 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 11798 0 0 0 2439 30 0 0 20 0 20 0 161157163 19566772224 455706 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 455706 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 455706 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 455706 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 28.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1822824 KiB

[startup+51.106 s]
/proc/loadavg: 4.35 4.29 4.27 6/335 828631
/proc/meminfo: memFree=120125796/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2193820 CPUtime=54.44 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 43456 0 0 0 5394 50 0 0 20 0 20 0 161157163 19566772224 548455 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 548455 5955 1 0 788836 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2193820 CPUtime=49.61 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 14521 0 0 0 4929 32 0 0 20 0 20 0 161157163 19566772224 548455 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0

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

/proc/meminfo: memFree=114481516/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2724572 CPUtime=3251.34 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 358139 0 0 0 324921 213 0 0 20 0 20 0 161157163 19566772224 681143 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 681143 5999 1 0 697847 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2722308 CPUtime=3167.06 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 90850 0 0 0 316652 54 0 0 20 0 20 0 161157163 19566772224 681143 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2724560 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681143 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=2724564 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2171 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681143 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=2724572 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 681143 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3251.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2724572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.23 4.22 5/333 830243
/proc/meminfo: memFree=114480808/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2724632 CPUtime=3311.6 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 359644 0 0 0 330945 215 0 0 20 0 20 0 161157163 19566772224 681158 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 681158 5999 1 0 697847 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=19144 CPUtime=3226.33 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 92135 0 0 0 322579 54 0 0 20 0 20 0 161157163 19566772224 681158 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=-9104701078671565500 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681158 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2171 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681158 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=26496 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 681158 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3311.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2724632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.21 5/333 830254
/proc/meminfo: memFree=114479932/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2724636 CPUtime=3372.39 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 364023 0 0 0 337020 219 0 0 20 0 20 0 161157163 19566772224 681159 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 681159 5999 1 0 697847 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2724636 CPUtime=3285.27 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 92853 0 0 0 328473 54 0 0 20 0 20 0 161157163 19566772224 681159 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681159 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2221 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 681159 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=-9104701078671565500 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 681159 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3372.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2724636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.20 4.21 5/335 830434
/proc/meminfo: memFree=114537176/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2666284 CPUtime=3433.92 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 365102 0 0 0 343170 222 0 0 20 0 20 0 161157163 19566772224 666571 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 666571 5999 1 0 683250 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2724636 CPUtime=3344.14 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 93709 0 0 0 334359 55 0 0 20 0 20 0 161157163 19566772224 666571 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666571 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2221 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666571 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 666571 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3433.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.23 4.22 5/335 830444
/proc/meminfo: memFree=114536348/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2666312 CPUtime=3494.22 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 367898 0 0 0 349197 225 0 0 20 0 20 0 161157163 19566772224 666578 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 666578 5999 1 0 683250 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2724636 CPUtime=3402.82 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 94990 0 0 0 340227 55 0 0 20 0 20 0 161157163 19566772224 666578 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666578 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=2724636 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2316 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666578 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=2666312 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 666578 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3494.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.22 4.21 5/336 830514
/proc/meminfo: memFree=114584984/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2666352 CPUtime=3555.11 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 371179 0 0 0 355284 227 0 0 20 0 20 0 161157163 19566772224 666588 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 666588 5999 1 0 683250 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=2666304 CPUtime=3461.5 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 95670 0 0 0 346095 55 0 0 20 0 20 0 161157163 19566772224 666588 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2666352 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666588 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=2666352 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2316 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666588 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=-9104701078671565500 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 666588 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3555.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.9 s]
/proc/loadavg: 3.77 4.11 4.17 4/310 830554
/proc/meminfo: memFree=117571556/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2666356 CPUtime=3600 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 372456 0 0 0 359771 229 0 0 20 0 20 0 161157163 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 666589 5999 1 0 683250 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=5432 CPUtime=3505.39 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 96535 0 0 0 350483 56 0 0 20 0 20 0 161157163 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2666352 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2365 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666356 KiB

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

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

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

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

[startup+3566.9 s]
/proc/loadavg: 3.77 4.11 4.17 4/310 830554
/proc/meminfo: memFree=117571556/131524600 swapFree=131071996/131071996
[pid=828534] ppid=828531 vsize=19108176 memory=2666356 CPUtime=3600 cores=0,2
/proc/828534/stat : 828534 (java) S 828531 828534 824357 0 -1 1077936128 372456 0 0 0 359771 229 0 0 20 0 20 0 161157163 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
/proc/828534/statm: 4777044 666589 5999 1 0 683250 0
[pid=828534/tid=828536] ppid=828531 vsize=19108176 memory=5432 CPUtime=3505.39 cores=0,2
/proc/828534/task/828536/stat : 828536 (java) R 828531 828534 824357 0 -1 4194368 96535 0 0 0 350483 56 0 0 20 0 20 0 161157163 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828545] ppid=828531 vsize=19108176 memory=2666352 CPUtime=0 cores=0,2
/proc/828534/task/828545/stat : 828545 (Finalizer) S 828531 828534 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828552] ppid=828531 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/828534/task/828552/stat : 828552 (Common-Cleaner) S 828531 828534 824357 0 -1 1077936192 2365 0 0 0 0 0 0 0 20 0 20 0 161157166 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
[pid=828534/tid=828553] ppid=828531 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/828534/task/828553/stat : 828553 (Timer-0) S 828531 828534 824357 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161157186 19566772224 666589 134679101440 94325831368704 94325831372400 140732520838992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325831380216 94325831381008 94325849120768 140732520846325 140732520846433 140732520846433 140732520853448 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666356 KiB

Child status: 143

Real time (s): 3566.99
CPU time (s): 3600.17
CPU user time (s): 3597.86
CPU system time (s): 2.30732
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 19111228
Max. memory (cumulated for all children) (KiB): 3107312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.30733
maximum resident set size= 3107320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134849
involuntary context switches= 32580


# summary of solver processes directly reported to runsolver:
#   pid: 828534
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.86
#   total CPU system time (s): 2.30732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13995 second user time and 17.3892 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 02:32:15
IDJOB=4429806
IDBENCH=147548
IDSOLVER=3052
FILE ID=nodeC023/4429806-1721089922
RUNJOBID= nodeC023-1721082898-824367
SLURM_JOB_ID= 7505566
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_10.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-4429806-1721089922/watcher-4429806-1721089922 -o /tmp/evaluation-result-4429806-1721089922/solver-4429806-1721089922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721082898-824367 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429806-1721089922.opb

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

MD5SUM BENCH= b1303fc064b9de7d315268cbf770fb1d
RANDOM SEED=2120087183

nodeC023.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		: 3601.076
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.61
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		: 3683.793
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.48
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.651
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.61
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		: 3600.010
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.48
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		: 3670.680
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.61
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		: 3683.850
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.48
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		: 3651.140
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.61
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		: 3600.130
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122455128 kB
MemAvailable:   123799776 kB
Buffers:          398488 kB
Cached:          1774936 kB
SwapCached:            0 kB
Active:           729372 kB
Inactive:        7714640 kB
Active(anon):       1596 kB
Inactive(anon):  6307040 kB
Active(file):     727776 kB
Inactive(file):  1407600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2248 kB
Writeback:             0 kB
AnonPages:       6262444 kB
Mapped:           123880 kB
Shmem:             37720 kB
KReclaimable:      98192 kB
Slab:             205260 kB
SReclaimable:      98192 kB
SUnreclaim:       107068 kB
KernelStack:        5136 kB
PageTables:        22036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8383016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61152 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5928960 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC023 at 2024-07-16 03:31:42