Trace number 4489191

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 CP VeriPB 2025-06-06SAT (TO)213 3600.2 3559

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM8940813d27fb075f4739eb458e093f9a
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 benchmark176
Best CPU time to get the best result obtained on this benchmark3585.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4489191-1751356524.opb
0.12/0.17	c reading problem ... 
0.12/0.19	c using VERIPB proof format
0.12/0.20	c  objective function found
0.26/0.26	c ... done. Wall clock time 0.094s.
0.26/0.26	c declared #vars     467
0.26/0.26	c #constraints  466
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 466
0.26/0.26	c 466 constraints processed.
0.26/0.28	c objective function length is 467 literals
0.43/0.31	c SATISFIABLE
0.43/0.31	c OPTIMIZING...
0.43/0.31	c Got one! Elapsed wall clock time (in seconds):0.148
0.43/0.31	o 223
1.01/0.63	c Got one! Elapsed wall clock time (in seconds):0.469
1.01/0.63	o 222
2.97/1.60	c Got one! Elapsed wall clock time (in seconds):1.431
2.97/1.60	o 221
7.00/4.23	c Got one! Elapsed wall clock time (in seconds):4.063
7.00/4.23	o 220
22.02/18.23	c cleaning 3064 clauses out of 6142 with flag 0/6142
44.73/39.71	c Got one! Elapsed wall clock time (in seconds):39.545
44.73/39.71	o 219
72.74/67.08	c cleaning 6919 clauses out of 13848 with flag 0/16912
104.62/98.41	c cleaning 6456 clauses out of 12930 with flag 0/22913
126.27/119.86	c Got one! Elapsed wall clock time (in seconds):119.693
126.27/119.86	o 218
153.24/146.54	c cleaning 8347 clauses out of 16699 with flag 0/33138
175.78/168.75	c cleaning 7171 clauses out of 14352 with flag 0/39138
207.85/200.52	c cleaning 7086 clauses out of 14181 with flag 0/46138
247.34/239.53	c cleaning 7538 clauses out of 15094 with flag 0/54137
295.15/287.01	c cleaning 8272 clauses out of 16557 with flag 0/63138
322.12/313.81	c Got one! Elapsed wall clock time (in seconds):313.648
322.12/313.81	o 217
351.86/343.33	c cleaning 9694 clauses out of 19408 with flag 0/74261
375.67/366.71	c cleaning 7855 clauses out of 15715 with flag 0/80262
413.07/403.87	c cleaning 7418 clauses out of 14859 with flag 0/87261
456.05/446.20	c cleaning 7711 clauses out of 15441 with flag 0/95261
495.49/485.46	c cleaning 8355 clauses out of 16730 with flag 0/104261
556.81/546.30	c cleaning 9183 clauses out of 18376 with flag 0/114262
588.74/578.00	c Got one! Elapsed wall clock time (in seconds):577.838
588.74/578.00	o 216
628.60/617.50	c cleaning 9693 clauses out of 19398 with flag 0/124467
652.57/641.21	c cleaning 7846 clauses out of 15702 with flag 0/130464
699.44/687.63	c cleaning 7422 clauses out of 14856 with flag 0/137464
743.31/731.34	c cleaning 7712 clauses out of 15434 with flag 0/145464
791.74/779.40	c cleaning 8354 clauses out of 16721 with flag 0/154463
821.42/808.95	c Got one! Elapsed wall clock time (in seconds):808.79
821.42/808.95	o 215
847.49/834.75	c cleaning 10307 clauses out of 20621 with flag 0/166717
875.13/861.96	c cleaning 8137 clauses out of 16314 with flag 0/172717
917.35/903.71	c cleaning 7584 clauses out of 15176 with flag 0/179716
977.13/963.24	c cleaning 7795 clauses out of 15595 with flag 0/187719
1060.91/1046.60	c cleaning 8395 clauses out of 16797 with flag 0/196716
1124.42/1109.58	c cleaning 9199 clauses out of 18405 with flag 0/206719
1184.51/1168.82	c cleaning 10095 clauses out of 20205 with flag 0/217718
1220.70/1204.77	c Got one! Elapsed wall clock time (in seconds):1204.605
1220.70/1204.77	o 214
1255.24/1238.62	c cleaning 11604 clauses out of 23222 with flag 0/230830
1278.28/1261.39	c cleaning 8799 clauses out of 17617 with flag 0/236829
1309.81/1292.57	c cleaning 7898 clauses out of 15818 with flag 0/243829
1390.78/1372.96	c cleaning 7956 clauses out of 15920 with flag 0/251829
1445.72/1427.63	c cleaning 8480 clauses out of 16965 with flag 0/260830
1549.74/1530.73	c cleaning 9233 clauses out of 18484 with flag 0/270829
1615.81/1596.28	c cleaning 10119 clauses out of 20251 with flag 0/281829
1691.92/1671.09	c cleaning 11059 clauses out of 22134 with flag 0/293831
1716.37/1694.71	c Got one! Elapsed wall clock time (in seconds):1694.548
1716.37/1694.71	o 213
1721.02/1699.34	c cleaning 8516 clauses out of 17044 with flag 0/299800
1757.42/1735.42	c cleaning 7252 clauses out of 14529 with flag 0/305801
1787.49/1765.15	c cleaning 7133 clauses out of 14277 with flag 0/312801
1837.56/1814.67	c cleaning 7567 clauses out of 15144 with flag 0/320801
1892.32/1868.90	c cleaning 8282 clauses out of 16576 with flag 0/329800
1927.64/1903.86	c cleaning 9141 clauses out of 18295 with flag 0/339801
2052.81/2028.21	c cleaning 10065 clauses out of 20154 with flag 0/350801
2192.62/2166.37	c cleaning 11040 clauses out of 22093 with flag 0/362805
2300.64/2273.16	c cleaning 12020 clauses out of 24050 with flag 0/375802
2434.28/2405.47	c cleaning 13003 clauses out of 26028 with flag 0/389800
2569.46/2539.32	c cleaning 13998 clauses out of 28025 with flag 0/404800
2724.75/2690.92	c cleaning 15012 clauses out of 30027 with flag 0/420800
2887.18/2852.07	c cleaning 15997 clauses out of 32015 with flag 0/437800
3221.76/3183.93	c cleaning 17003 clauses out of 34018 with flag 0/455800
3534.65/3494.35	c cleaning 17994 clauses out of 36015 with flag 0/474800
3600.05/3558.91	c starts		: 64
3600.05/3558.91	c conflicts		: 484160
3600.05/3558.91	c decisions		: 661180
3600.05/3558.91	c propagations		: 9283208
3600.05/3558.91	c inspects		: 825706131
3600.05/3558.91	c shortcuts		: 0
3600.05/3558.91	c learnt literals	: 0
3600.05/3558.91	c learnt binary clauses	: 0
3600.05/3558.91	c learnt ternary clauses	: 0
3600.05/3558.91	c learnt constraints	: 484159
3600.05/3558.92	c ignored constraints	: 0
3600.05/3558.92	c root simplifications	: 0
3600.05/3558.92	c removed literals (reason simplification)	: 0
3600.05/3558.92	c reason swapping (by a shorter reason)	: 0
3600.05/3558.92	c Calls to reduceDB	: 49
3600.05/3558.92	c Number of update (reduction) of LBD	: 468561
3600.05/3558.92	c Imported unit clauses	: 0
3600.05/3558.92	c No decision after first conflict	: false
3600.05/3558.92	c number of reductions to clauses (during analyze)	: 0
3600.05/3558.92	c number of learned constraints concerned by reduction	: 0
3600.05/3558.92	c number of learning phase by resolution	: 0
3600.05/3558.92	c number of learning phase by cutting planes	: 0
3600.05/3558.92	c number of rounding to 1 operations	: 0
3600.05/3558.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3558.92	c number of reductions of the coefficients by power 2 	: 0
3600.05/3558.92	c number of right shift for reduction by power 2 	: 0
3600.05/3558.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3558.92	c number of ending skipping 	: 0
3600.05/3558.92	c number of internal skipping 	: 0
3600.05/3558.92	c number of derivation steps 	: 2716394
3600.05/3558.92	c number of skipped derivation steps 	: 0
3600.05/3558.92	c number of remaining unassigned 	: 4257967
3600.05/3558.92	c number of remaining assigned 	: 420355912
3600.05/3558.92	c number of falsified literals weakened from reason	: 0
3600.05/3558.92	c number of falsified literals weakened from conflict	: 0
3600.05/3558.92	c time for arithmetic operations	: 100771148192
3600.05/3558.92	c minimum degree of deleted constraints	: 1
3600.05/3558.92	c maximum degree of deleted constraints	: 2253273797470987034175918462223891574401380129772248863358215963619098735363105112151487767037388002341723639307409512854446544277257040902852043963576261979331076204152818199785543855912718113962412823212059072876013647496936703439928442589211175505817162659036381017051414337305480106641364117517457398427941595067283871832235681034764132937772233481636504668646676010255183580479888775788457051711031669726410907044280943495868663965870826170467767097783369975411859782152171799306405809054930020230183803519555432658114259491868808318078594484070730232580737374654354349060290498004103904414037664462398291860765149226047643367943937780207276868871901387215672667588738418161975673767688943158096072567847215185539711354564588753840485785865294238578584042746367338733146260702431766315709903032072195234734155193429894974466159134772663950698395414313099715375976900640665240379189374681168145203554811749730448800455938981562377024895710693389420904436745758120467913432652987408800112061143924804543253144856802226427396394908399068206585072200987264704208841646556809132856448444397607838224800679600348377141446319352012552571130021594673897801591229105108166051829658593902436773538046570013417339365964702522800087225073467540206132847085023956904139145324352463683319195713323655259423358004500613985250961977321584829465717937262111381375384178527327307335763091268838204083398150839659872301023083823041888879031299042927177624164676750546099829934003525668513132132798386679056350704958659603270608740575431624531369759985968747524112645129986544128834541367389514123281724230316258509150752062920317482567076698692739487539541368031568761958273150319341400812592317060612101589267527221219637212096233864857139945033280156537430858774133222732944658101928886136760682106555392244997091281768409517391808710285725241346242809513750914532777873619545780162732490411873071333256335094535547048950486005022468430842321101166981779641295240604002086109684158280857695780818970403948053298627576501481223526245797383005456212419094027572424427718808371118503938631390452693685544834339488810479085086037681023674279098507353709798016099037808759079041847315348820134115199966588837126766530086318501765206614884025893981504370226666075598119006480144762816142663970583920282674326519039333850504061431116878943773968232270554462551727753769946031905771971369242655819727959304414919687831873466072440372622099750094192932239447371585479603480302183148788701095881156355961508182969379459192918490705379778159426935622517329880589838191202824154110460626704046954351834392593836865890313507375379676274862018026914689113683273339354152406492435574856587561178288985442089940044919571325046042590646160932604477123650829333850869183526883268443111888644251901914549341427116903936469821936943208956064938485284558155170712971327522777196522390629223803556035082634903955192787048922037894189493885692345790508327210809872176140060938706148244559834367226022123838570051588379220849800877287248420214875314233247318554385462645944514328764912498426383663675827287440448077194072539204922441797078047436318690959484289150299636990514279264332039807182656435210704900641208338972987091586253337226677899304303861258389384311287797163000112470833584261242505796603460947289590765600638755554901668309446791220114001246583055460043535117493040252080514668615318707024626096119948566242516573518346752824489265544122384286681565647588653454160723138775006574392978686191917939093784737651767380111780924184019382549685444464629694798349425276636074037226137144077668698418885461102495196960991932098598250981190130584930158903235276760485942911579126615739993363403045596129204616110010939248383369872380667188621892304188912331815344471916593977653166357846013431123207381992343288957596342001371712661107283226915854380967627065248936757072192856938566287531736308584528937106936823817486801741278932097325733947279128461715040589663404492537056820581380621092974291323400312135162260721762316624949991526248669070478262001767424465132017088717210132791902811571697626408090852449023439697377745229275884803027554354560669216828002629791611244351612316124712790626990531462973624159955549237286615439836113868287640339142275179769576124191700321021210171254401957613464913417489264680332695263640801226633352089684127916780586541310393346114116504406677104417352944683106508151044136777866509893813077876502894510692990149505869389610628283761464626830262559798788470783152537303787043789703788359946188043285489419633768035398872391477422716056972887480018363842290108470627151159030063695830394963839518431712136269390512322072218650627500068472318058185151022613240754085836035565030276433423342975759311956725717220260682097253292591796027617141000680669581486341709219454058158440319368732878652997328394041960677771844650626090124397941399595084921188374141916829110692038722595254403397789706952580420189174181300154006292445562024154189797218198361801598008212983589067943146984857309892220826089807716538111355913636338082742212049211872397503186820985874954419218360621275967637709032211847943301228681690468544962115101494206476624065186177152175127328318659137516790357639372597891268932758026508163638208021737133490108125592236047211748046060076143200024775534401208422292841288788668368063102885035389521895471548291971827443424008291908704956083191337978662020395957706549572320357660498292410053897130438402784116656383557468402836737099317629205137668271509546524273029753586953542367609899425170068484522010632492059251135563994385188179999543088347206205496356249323288802921764746158606855598566312862451920186801643353836015088506930979312789596971706274549871306332573332909234518120514344966024624172553984466170186199106308473936614987198484488002376984834852953665583919821312000
3600.05/3558.92	c number of deleted constraints	: 456779
3600.05/3558.92	c speed (assignments/second)	: 2608.6546494581185
3600.05/3558.92	c non guided choices	: 1
3600.05/3558.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1745
3600.05/3558.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25635
3600.05/3558.95	s SATISFIABLE
3600.05/3558.95	c Found 11 solution(s)
3600.05/3558.96	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 
3600.05/3558.96	c objective function=213
3600.05/3558.96	c Total wall clock time (in seconds): 3558.798

Verifier Data

OK	213

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: 63708 MiB (52268 MiB free)
  memory of node 1: 64465 MiB (58000 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489191-1751356524/watcher-4489191-1751356524 -o /tmp/evaluation-result-4489191-1751356524/solver-4489191-1751356524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57649 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489191-1751356524 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489191-1751356524.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=58018, runsolver pid=58015
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.24 4.21 4.19 7/341 58036
/proc/meminfo: memFree=112892456/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=18930384 memory=55504 CPUtime=0.12 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 6491 0 0 0 10 2 0 0 20 0 18 0 51331135 19384713216 13876 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4732596 13876 5367 1 0 547572 0
[pid=58018/tid=58020] ppid=58015 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) S 58015 58018 57637 0 -1 4194368 5012 0 0 0 6 1 0 0 20 0 18 0 51331137 19384713216 13876 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51331139 19384713216 13876 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=18930384 memory=57385981077077 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51331140 19384713216 13876 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55504 KiB

[startup+0.20595 s]*
/proc/loadavg: 4.24 4.21 4.19 7/341 58036
/proc/meminfo: memFree=112888360/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=18930384 memory=61888 CPUtime=0.26 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 7033 0 0 0 24 2 0 0 20 0 18 0 51331135 19384713216 15472 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4732596 15472 5431 1 0 547948 0
[pid=58018/tid=58020] ppid=58015 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 5379 0 0 0 14 1 0 0 20 0 18 0 51331137 19384713216 15472 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51331139 19384713216 15472 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51331140 19384713216 15472 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61888 KiB

[startup+0.3059 s]*
/proc/loadavg: 4.24 4.21 4.19 7/342 58037
/proc/meminfo: memFree=112879160/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=18996948 memory=69696 CPUtime=0.43 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 7396 0 0 0 41 2 0 0 20 0 19 0 51331135 19452874752 17424 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4749237 17424 5463 1 0 548433 0
[pid=58018/tid=58020] ppid=58015 vsize=18996948 memory=-6000919485658850410 CPUtime=0.23 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 5511 0 0 0 21 2 0 0 20 0 19 0 51331137 19452874752 17424 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51331139 19452874752 17424 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51331140 19452874752 17424 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51331166 19452874752 17424 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69696 KiB

[startup+0.70024 s]
/proc/loadavg: 4.24 4.21 4.19 6/342 58037
/proc/meminfo: memFree=112857616/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=18996948 memory=142796 CPUtime=1.19 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 11820 0 0 0 115 4 0 0 20 0 19 0 51331135 19452874752 35699 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4749237 35699 5463 1 0 551454 0
[pid=58018/tid=58020] ppid=58015 vsize=18996948 memory=17920 CPUtime=0.6 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 5587 0 0 0 57 3 0 0 20 0 19 0 51331137 19452874752 35699 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51331139 19452874752 35699 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51331140 19452874752 35699 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51331166 19452874752 35699 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142796 KiB

[startup+1.50024 s]
/proc/loadavg: 4.24 4.21 4.19 6/343 58038
/proc/meminfo: memFree=112777716/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=172300 CPUtime=2.78 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 17937 0 0 0 272 6 0 0 20 0 20 0 51331135 19521036288 43075 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 43075 5495 1 0 552678 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=0 CPUtime=1.35 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 6060 0 0 0 131 4 0 0 20 0 20 0 51331137 19521036288 43075 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 43075 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 43075 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 43075 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172300 KiB

[startup+3.10596 s]
/proc/loadavg: 4.38 4.24 4.20 6/343 58038
/proc/meminfo: memFree=112517512/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=436940 CPUtime=5.67 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 24333 0 0 0 555 12 0 0 20 0 20 0 51331135 19521036288 109235 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 109235 5495 1 0 555106 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=10752 CPUtime=2.88 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 6946 0 0 0 280 8 0 0 20 0 20 0 51331137 19521036288 109235 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=-6000919485658850410 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 109235 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 109235 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 109235 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 436940 KiB

[startup+6.30021 s]
/proc/loadavg: 4.38 4.24 4.20 5/343 58038
/proc/meminfo: memFree=112465928/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=510200 CPUtime=9.28 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 24626 0 0 0 913 15 0 0 20 0 20 0 51331135 19521036288 127550 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 127550 5495 1 0 555109 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=0 CPUtime=6.02 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 7052 0 0 0 591 11 0 0 20 0 20 0 51331137 19521036288 127550 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 127550 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 127550 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=176496 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 127550 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 510200 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.23 4.19 5/343 58038
/proc/meminfo: memFree=111776372/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=1127848 CPUtime=15.97 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 25700 0 0 0 1567 30 0 0 20 0 20 0 51331135 19521036288 281962 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 281962 5495 1 0 665810 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=176496 CPUtime=12.36 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 7719 0 0 0 1212 24 0 0 20 0 20 0 51331137 19521036288 281962 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=1127848 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 281962 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 281962 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 281962 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 15.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1127848 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.23 4.19 5/343 58038
/proc/meminfo: memFree=111451988/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=1483764 CPUtime=30.14 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 39111 0 0 0 2971 43 0 0 20 0 20 0 51331135 19521036288 370941 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 370941 5495 1 0 666774 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=1411188 CPUtime=25.01 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 10948 0 0 0 2468 33 0 0 20 0 20 0 51331137 19521036288 370941 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 370941 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 370941 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=1411188 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 370941 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 30.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1483764 KiB

[startup+51.1058 s]
/proc/loadavg: 4.40 4.26 4.20 5/343 58173
/proc/meminfo: memFree=117808532/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=1818228 CPUtime=56.53 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 49256 0 0 0 5597 56 0 0 20 0 20 0 51331135 19521036288 454557 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 454557 5495 1 0 666809 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=1742272 CPUtime=50.13 cores=1,3

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

/proc/meminfo: memFree=107681912/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3260.71 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 164820 0 0 0 325496 575 0 0 20 0 20 0 51331135 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595672 5527 1 0 606729 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382560 CPUtime=3165.7 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 58139 0 0 0 316121 449 0 0 20 0 20 0 51331137 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=2382560 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3260.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382688 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.31 4.22 5/340 58416
/proc/meminfo: memFree=107576544/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3321.02 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 164836 0 0 0 331520 582 0 0 20 0 20 0 51331135 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595672 5527 1 0 606729 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3224.92 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 58144 0 0 0 322038 454 0 0 20 0 20 0 51331137 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3321.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.26 4.21 5/341 58420
/proc/meminfo: memFree=107471716/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3381.28 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 165581 0 0 0 337541 587 0 0 20 0 20 0 51331135 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595672 5527 1 0 606729 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3284.14 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 58714 0 0 0 327957 457 0 0 20 0 20 0 51331137 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=9216 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=-6000919485658850410 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3381.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382688 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.23 4.20 5/342 58429
/proc/meminfo: memFree=107368468/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382688 CPUtime=3441.59 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 167629 0 0 0 343568 591 0 0 20 0 20 0 51331135 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595672 5527 1 0 606729 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=9216 CPUtime=3343.48 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 60227 0 0 0 333887 461 0 0 20 0 20 0 51331137 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595672 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3441.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.18 5/342 58431
/proc/meminfo: memFree=107432000/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3502.54 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 170441 0 0 0 349657 597 0 0 20 0 20 0 51331135 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595704 5527 1 0 606800 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=9216 CPUtime=3402.68 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 61393 0 0 0 339804 464 0 0 20 0 20 0 51331137 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=2382688 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1754 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3502.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382816 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.21 4.19 6/342 58433
/proc/meminfo: memFree=107304436/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3563.17 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 170555 0 0 0 355712 605 0 0 20 0 20 0 51331135 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595704 5527 1 0 606800 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3461.89 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 61474 0 0 0 345720 469 0 0 20 0 20 0 51331137 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1757 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3563.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.9 s]
/proc/loadavg: 4.41 4.26 4.20 5/342 58435
/proc/meminfo: memFree=107241016/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3600.05 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 170562 0 0 0 359393 612 0 0 20 0 20 0 51331135 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595704 5527 1 0 606800 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3497.93 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 61477 0 0 0 349318 475 0 0 20 0 20 0 51331137 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1757 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.06 s, system=6.13766 s

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

[startup+3558.9 s]
/proc/loadavg: 4.41 4.26 4.20 5/342 58435
/proc/meminfo: memFree=107241016/131249992 swapFree=33010684/33010684
[pid=58018] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3600.05 cores=1,3
/proc/58018/stat : 58018 (java) S 58015 58018 57637 0 -1 4194304 170562 0 0 0 359393 612 0 0 20 0 20 0 51331135 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
/proc/58018/statm: 4765878 595704 5527 1 0 606800 0
[pid=58018/tid=58020] ppid=58015 vsize=19063512 memory=2382816 CPUtime=3497.93 cores=1,3
/proc/58018/task/58020/stat : 58020 (java) R 58015 58018 57637 0 -1 4194368 61477 0 0 0 349318 475 0 0 20 0 20 0 51331137 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58029] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58029/stat : 58029 (Finalizer) S 58015 58018 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51331139 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58036] ppid=58015 vsize=19063512 memory=2382816 CPUtime=0 cores=1,3
/proc/58018/task/58036/stat : 58036 (Common-Cleaner) S 58015 58018 57637 0 -1 4194368 1757 0 0 0 0 0 0 0 20 0 20 0 51331140 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
[pid=58018/tid=58037] ppid=58015 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/58018/task/58037/stat : 58037 (Timer-0) S 58015 58018 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51331166 19521036288 595704 18446744073709551615 94869613883392 94869613887088 140726148088496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94869613894904 94869613895696 94869615132672 140726148094253 140726148094438 140726148094438 140726148100040 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382816 KiB

Child status: 143

Real time (s): 3559
CPU time (s): 3600.2
CPU user time (s): 3594.06
CPU system time (s): 6.13766
CPU usage (%): 101.158
Max. virtual memory (cumulated for all children) (KiB): 19069072
Max. memory (cumulated for all children) (KiB): 2609204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.06
system time used= 6.13766
maximum resident set size= 2609204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4324064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141966
involuntary context switches= 17081


# summary of solver processes directly reported to runsolver:
#   pid: 58018
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.06
#   total CPU system time (s): 6.13766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23256 second user time and 18.6786 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 09:55:24
IDJOB=4489191
IDBENCH=147542
IDSOLVER=3362
FILE ID=nodeC025/4489191-1751356524
RUNJOBID= nodeC025-1751353019-57649
SLURM_JOB_ID= 9598147
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489191-1751356524/watcher-4489191-1751356524 -o /tmp/evaluation-result-4489191-1751356524/solver-4489191-1751356524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57649 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489191-1751356524 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489191-1751356524.opb

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

MD5SUM BENCH= 8940813d27fb075f4739eb458e093f9a
RANDOM SEED=460169263

nodeC025 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.846
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3602.237
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.943
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3598.132
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.668
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.833
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.850
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3598.385
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        112915024 kB
MemAvailable:   122579564 kB
Buffers:            3280 kB
Cached:         10458768 kB
SwapCached:            0 kB
Active:          7614120 kB
Inactive:       10119440 kB
Active(anon):    7289744 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file): 10119440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22480 kB
Writeback:             8 kB
AnonPages:       7260888 kB
Mapped:           123200 kB
Shmem:             18084 kB
KReclaimable:     119928 kB
Slab:             210352 kB
SReclaimable:     119928 kB
SUnreclaim:        90424 kB
KernelStack:        5264 kB
PageTables:        18280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7862692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6989824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC025 at 2025-07-01 10:54:43