Trace number 4429811

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)213 3600.16 3564.18

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 benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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.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.06	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-4429811-1721088664.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.33/0.21	c ... done. Wall clock time 0.063s.
0.33/0.21	c declared #vars     467
0.33/0.21	c #constraints  466
0.33/0.21	c constraints type 
0.33/0.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 466
0.33/0.21	c 466 constraints processed.
0.33/0.22	c objective function length is 467 literals
0.33/0.23	c SATISFIABLE
0.33/0.23	c OPTIMIZING...
0.33/0.23	c Got one! Elapsed wall clock time (in seconds):0.083
0.33/0.23	o 223
0.92/0.58	c Got one! Elapsed wall clock time (in seconds):0.423
0.92/0.58	o 222
2.67/1.44	c Got one! Elapsed wall clock time (in seconds):1.288
2.67/1.44	o 221
6.70/3.96	c Got one! Elapsed wall clock time (in seconds):3.81
6.70/3.97	o 220
19.45/16.21	c cleaning 3064 clauses out of 6142 with flag 0/6142
40.19/35.82	c Got one! Elapsed wall clock time (in seconds):35.669
40.19/35.82	o 219
67.48/62.12	c cleaning 6919 clauses out of 13848 with flag 0/16912
98.15/92.29	c cleaning 6456 clauses out of 12930 with flag 0/22913
117.99/111.98	c Got one! Elapsed wall clock time (in seconds):111.834
117.99/111.98	o 218
144.83/138.21	c cleaning 8347 clauses out of 16699 with flag 0/33138
165.66/158.74	c cleaning 7171 clauses out of 14352 with flag 0/39138
195.32/187.92	c cleaning 7086 clauses out of 14181 with flag 0/46138
232.90/225.24	c cleaning 7538 clauses out of 15094 with flag 0/54137
278.12/270.10	c cleaning 8272 clauses out of 16557 with flag 0/63138
303.32/295.05	c Got one! Elapsed wall clock time (in seconds):294.906
303.32/295.05	o 217
332.00/323.34	c cleaning 9694 clauses out of 19408 with flag 0/74261
354.17/345.12	c cleaning 7855 clauses out of 15715 with flag 0/80262
389.25/379.87	c cleaning 7418 clauses out of 14859 with flag 0/87261
429.02/419.14	c cleaning 7711 clauses out of 15441 with flag 0/95261
465.30/455.23	c cleaning 8355 clauses out of 16730 with flag 0/104261
523.38/512.73	c cleaning 9183 clauses out of 18376 with flag 0/114262
553.36/542.41	c Got one! Elapsed wall clock time (in seconds):542.266
553.36/542.41	o 216
593.17/581.82	c cleaning 9693 clauses out of 19398 with flag 0/124467
614.82/603.19	c cleaning 7846 clauses out of 15702 with flag 0/130464
660.44/648.48	c cleaning 7422 clauses out of 14856 with flag 0/137464
701.59/689.21	c cleaning 7712 clauses out of 15434 with flag 0/145464
747.63/734.70	c cleaning 8354 clauses out of 16721 with flag 0/154463
775.51/762.54	c Got one! Elapsed wall clock time (in seconds):762.396
775.51/762.54	o 215
801.72/788.55	c cleaning 10307 clauses out of 20621 with flag 0/166717
827.68/814.35	c cleaning 8137 clauses out of 16314 with flag 0/172717
867.98/854.17	c cleaning 7584 clauses out of 15176 with flag 0/179716
925.82/911.97	c cleaning 7795 clauses out of 15595 with flag 0/187719
1008.87/994.55	c cleaning 8395 clauses out of 16797 with flag 0/196716
1069.92/1055.17	c cleaning 9199 clauses out of 18405 with flag 0/206719
1127.08/1111.68	c cleaning 10095 clauses out of 20205 with flag 0/217718
1161.82/1146.27	c Got one! Elapsed wall clock time (in seconds):1146.123
1161.82/1146.27	o 214
1195.03/1179.03	c cleaning 11604 clauses out of 23222 with flag 0/230830
1217.19/1200.90	c cleaning 8799 clauses out of 17617 with flag 0/236829
1247.88/1231.15	c cleaning 7898 clauses out of 15818 with flag 0/243829
1328.34/1311.54	c cleaning 7956 clauses out of 15920 with flag 0/251829
1381.67/1364.37	c cleaning 8480 clauses out of 16965 with flag 0/260830
1484.11/1466.32	c cleaning 9233 clauses out of 18484 with flag 0/270829
1547.93/1529.87	c cleaning 10119 clauses out of 20251 with flag 0/281829
1622.72/1603.37	c cleaning 11059 clauses out of 22134 with flag 0/293831
1646.07/1625.88	c Got one! Elapsed wall clock time (in seconds):1625.736
1646.07/1625.88	o 213
1650.64/1630.39	c cleaning 8516 clauses out of 17044 with flag 0/299800
1685.95/1665.20	c cleaning 7252 clauses out of 14529 with flag 0/305801
1714.64/1693.65	c cleaning 7133 clauses out of 14277 with flag 0/312801
1763.65/1742.14	c cleaning 7567 clauses out of 15144 with flag 0/320801
1817.15/1795.17	c cleaning 8282 clauses out of 16576 with flag 0/329800
1850.63/1828.36	c cleaning 9141 clauses out of 18295 with flag 0/339801
1974.65/1952.20	c cleaning 10065 clauses out of 20154 with flag 0/350801
2111.52/2087.81	c cleaning 11040 clauses out of 22093 with flag 0/362805
2215.27/2190.24	c cleaning 12020 clauses out of 24050 with flag 0/375802
2346.20/2319.85	c cleaning 13003 clauses out of 26028 with flag 0/389800
2480.18/2453.17	c cleaning 13998 clauses out of 28025 with flag 0/404800
2631.67/2600.14	c cleaning 15012 clauses out of 30027 with flag 0/420800
2795.26/2763.25	c cleaning 15997 clauses out of 32015 with flag 0/437800
3131.60/3098.56	c cleaning 17003 clauses out of 34018 with flag 0/455800
3442.14/3407.03	c cleaning 17994 clauses out of 36015 with flag 0/474800
3600.00/3564.12	c starts		: 64
3600.00/3564.12	c conflicts		: 490243
3600.00/3564.12	c decisions		: 668929
3600.00/3564.12	c propagations		: 9448958
3600.00/3564.12	c inspects		: 852218008
3600.00/3564.12	c shortcuts		: 0
3600.00/3564.12	c learnt literals	: 0
3600.00/3564.12	c learnt binary clauses	: 0
3600.00/3564.12	c learnt ternary clauses	: 0
3600.00/3564.12	c learnt constraints	: 490242
3600.00/3564.12	c ignored constraints	: 0
3600.00/3564.12	c root simplifications	: 0
3600.00/3564.12	c removed literals (reason simplification)	: 0
3600.00/3564.12	c reason swapping (by a shorter reason)	: 0
3600.00/3564.12	c Calls to reduceDB	: 49
3600.00/3564.12	c Number of update (reduction) of LBD	: 474274
3600.00/3564.12	c Imported unit clauses	: 0
3600.00/3564.12	c No decision after first conflict	: false
3600.00/3564.12	c number of reductions to clauses (during analyze)	: 0
3600.00/3564.12	c number of learned constraints concerned by reduction	: 0
3600.00/3564.12	c number of learning phase by resolution	: 0
3600.00/3564.12	c number of learning phase by cutting planes	: 0
3600.00/3564.12	c number of rounding to 1 operations	: 0
3600.00/3564.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3564.12	c number of reductions of the coefficients by power 2 	: 0
3600.00/3564.12	c number of right shift for reduction by power 2 	: 0
3600.00/3564.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3564.12	c number of ending skipping 	: 0
3600.00/3564.12	c number of internal skipping 	: 0
3600.00/3564.12	c number of derivation steps 	: 2755070
3600.00/3564.12	c number of skipped derivation steps 	: 0
3600.00/3564.12	c number of remaining unassigned 	: 4296029
3600.00/3564.12	c number of remaining assigned 	: 426437939
3600.00/3564.12	c number of falsified literals weakened from reason	: 0
3600.00/3564.12	c number of falsified literals weakened from conflict	: 0
3600.00/3564.12	c time for arithmetic operations	: 98591806503
3600.00/3564.13	c minimum degree of deleted constraints	: 1
3600.00/3564.13	c maximum degree of deleted constraints	: 2253273797470987034175918462223891574401380129772248863358215963619098735363105112151487767037388002341723639307409512854446544277257040902852043963576261979331076204152818199785543855912718113962412823212059072876013647496936703439928442589211175505817162659036381017051414337305480106641364117517457398427941595067283871832235681034764132937772233481636504668646676010255183580479888775788457051711031669726410907044280943495868663965870826170467767097783369975411859782152171799306405809054930020230183803519555432658114259491868808318078594484070730232580737374654354349060290498004103904414037664462398291860765149226047643367943937780207276868871901387215672667588738418161975673767688943158096072567847215185539711354564588753840485785865294238578584042746367338733146260702431766315709903032072195234734155193429894974466159134772663950698395414313099715375976900640665240379189374681168145203554811749730448800455938981562377024895710693389420904436745758120467913432652987408800112061143924804543253144856802226427396394908399068206585072200987264704208841646556809132856448444397607838224800679600348377141446319352012552571130021594673897801591229105108166051829658593902436773538046570013417339365964702522800087225073467540206132847085023956904139145324352463683319195713323655259423358004500613985250961977321584829465717937262111381375384178527327307335763091268838204083398150839659872301023083823041888879031299042927177624164676750546099829934003525668513132132798386679056350704958659603270608740575431624531369759985968747524112645129986544128834541367389514123281724230316258509150752062920317482567076698692739487539541368031568761958273150319341400812592317060612101589267527221219637212096233864857139945033280156537430858774133222732944658101928886136760682106555392244997091281768409517391808710285725241346242809513750914532777873619545780162732490411873071333256335094535547048950486005022468430842321101166981779641295240604002086109684158280857695780818970403948053298627576501481223526245797383005456212419094027572424427718808371118503938631390452693685544834339488810479085086037681023674279098507353709798016099037808759079041847315348820134115199966588837126766530086318501765206614884025893981504370226666075598119006480144762816142663970583920282674326519039333850504061431116878943773968232270554462551727753769946031905771971369242655819727959304414919687831873466072440372622099750094192932239447371585479603480302183148788701095881156355961508182969379459192918490705379778159426935622517329880589838191202824154110460626704046954351834392593836865890313507375379676274862018026914689113683273339354152406492435574856587561178288985442089940044919571325046042590646160932604477123650829333850869183526883268443111888644251901914549341427116903936469821936943208956064938485284558155170712971327522777196522390629223803556035082634903955192787048922037894189493885692345790508327210809872176140060938706148244559834367226022123838570051588379220849800877287248420214875314233247318554385462645944514328764912498426383663675827287440448077194072539204922441797078047436318690959484289150299636990514279264332039807182656435210704900641208338972987091586253337226677899304303861258389384311287797163000112470833584261242505796603460947289590765600638755554901668309446791220114001246583055460043535117493040252080514668615318707024626096119948566242516573518346752824489265544122384286681565647588653454160723138775006574392978686191917939093784737651767380111780924184019382549685444464629694798349425276636074037226137144077668698418885461102495196960991932098598250981190130584930158903235276760485942911579126615739993363403045596129204616110010939248383369872380667188621892304188912331815344471916593977653166357846013431123207381992343288957596342001371712661107283226915854380967627065248936757072192856938566287531736308584528937106936823817486801741278932097325733947279128461715040589663404492537056820581380621092974291323400312135162260721762316624949991526248669070478262001767424465132017088717210132791902811571697626408090852449023439697377745229275884803027554354560669216828002629791611244351612316124712790626990531462973624159955549237286615439836113868287640339142275179769576124191700321021210171254401957613464913417489264680332695263640801226633352089684127916780586541310393346114116504406677104417352944683106508151044136777866509893813077876502894510692990149505869389610628283761464626830262559798788470783152537303787043789703788359946188043285489419633768035398872391477422716056972887480018363842290108470627151159030063695830394963839518431712136269390512322072218650627500068472318058185151022613240754085836035565030276433423342975759311956725717220260682097253292591796027617141000680669581486341709219454058158440319368732878652997328394041960677771844650626090124397941399595084921188374141916829110692038722595254403397789706952580420189174181300154006292445562024154189797218198361801598008212983589067943146984857309892220826089807716538111355913636338082742212049211872397503186820985874954419218360621275967637709032211847943301228681690468544962115101494206476624065186177152175127328318659137516790357639372597891268932758026508163638208021737133490108125592236047211748046060076143200024775534401208422292841288788668368063102885035389521895471548291971827443424008291908704956083191337978662020395957706549572320357660498292410053897130438402784116656383557468402836737099317629205137668271509546524273029753586953542367609899425170068484522010632492059251135563994385188179999543088347206205496356249323288802921764746158606855598566312862451920186801643353836015088506930979312789596971706274549871306332573332909234518120514344966024624172553984466170186199106308473936614987198484488002376984834852953665583919821312000
3600.00/3564.13	c number of deleted constraints	: 456779
3600.00/3564.13	c speed (assignments/second)	: 2651.2979183753523
3600.00/3564.13	c non guided choices	: 1
3600.00/3564.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1781
3600.00/3564.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31682
3600.00/3564.15	s SATISFIABLE
3600.00/3564.15	c Found 11 solution(s)
3600.00/3564.15	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.00/3564.17	c objective function=213
3600.00/3564.17	c Total wall clock time (in seconds): 3564.015

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429811-1721088664/watcher-4429811-1721088664 -o /tmp/evaluation-result-4429811-1721088664/solver-4429811-1721088664 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721085159-829948 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429811-1721088664.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
Current StackSize limit: 8192 KiB

solver pid=832048, runsolver pid=832045

[startup+0.100262 s]*
/proc/loadavg: 4.27 4.28 4.32 6/332 832066
/proc/meminfo: memFree=121778180/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=18975048 memory=64948 CPUtime=0.14 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 7626 0 0 0 12 2 0 0 20 0 18 0 161032558 19430449152 16237 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4743762 16237 5699 1 0 549358 0
[pid=832048/tid=832050] ppid=832045 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 1078198336 6204 0 0 0 7 1 0 0 20 0 18 0 161032558 19430449152 16237 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161032561 19430449152 16237 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=18975048 memory=13845278872568824 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 161032561 19430449152 16237 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64948 KiB

[startup+0.206195 s]*
/proc/loadavg: 4.27 4.28 4.32 8/332 832066
/proc/meminfo: memFree=121769580/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=18975048 memory=73460 CPUtime=0.33 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 8154 0 0 0 31 2 0 0 20 0 18 0 161032558 19430449152 18365 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4743762 18365 5814 1 0 549701 0
[pid=832048/tid=832050] ppid=832045 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) S 832045 832048 829938 0 -1 1077936192 6465 0 0 0 17 1 0 0 20 0 18 0 161032558 19430449152 18365 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=18975048 memory=16952 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 161032561 19430449152 18365 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 161032561 19430449152 18365 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73460 KiB

[startup+0.315902 s]*
/proc/loadavg: 4.27 4.28 4.32 7/333 832068
/proc/meminfo: memFree=121758876/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19041612 memory=81844 CPUtime=0.54 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 8885 0 0 0 52 2 0 0 20 0 19 0 161032558 19498610688 20461 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4760403 20461 5868 1 0 550320 0
[pid=832048/tid=832050] ppid=832045 vsize=19041612 memory=-8816194750854308540 CPUtime=0.28 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 6598 0 0 0 27 1 0 0 20 0 19 0 161032558 19498610688 20461 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161032561 19498610688 20461 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 161032561 19498610688 20461 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161032581 19498610688 20461 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81844 KiB

[startup+0.700238 s]
/proc/loadavg: 4.27 4.28 4.32 6/333 832068
/proc/meminfo: memFree=121725032/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19041612 memory=158688 CPUtime=1.29 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 13497 0 0 0 124 5 0 0 20 0 19 0 161032558 19498610688 39672 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4760403 39672 5868 1 0 553547 0
[pid=832048/tid=832050] ppid=832045 vsize=19041612 memory=12420 CPUtime=0.62 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 6636 0 0 0 59 3 0 0 20 0 19 0 161032558 19498610688 39672 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 161032561 19498610688 39672 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 161032561 19498610688 39672 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19041612 memory=39476 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 161032581 19498610688 39672 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158688 KiB

[startup+1.50057 s]
/proc/loadavg: 4.27 4.28 4.32 5/312 832086
/proc/meminfo: memFree=124645976/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=190616 CPUtime=2.87 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 24863 0 0 0 280 7 0 0 20 0 20 0 161032558 19566772224 47654 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 47654 5884 1 0 556634 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=12420 CPUtime=1.38 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) S 832045 832048 829938 0 -1 1077936192 7190 0 0 0 134 4 0 0 20 0 20 0 161032558 19566772224 47654 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 47654 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 47654 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 47654 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190616 KiB

[startup+3.10588 s]
/proc/loadavg: 4.49 4.33 4.33 7/334 832137
/proc/meminfo: memFree=124252340/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=358144 CPUtime=5.83 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 28852 0 0 0 571 12 0 0 20 0 20 0 161032558 19566772224 89536 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 89536 5884 1 0 557650 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=0 CPUtime=2.92 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 7807 0 0 0 284 8 0 0 20 0 20 0 161032558 19566772224 89536 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 89536 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=196312 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 89536 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 89536 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 358144 KiB

[startup+6.30026 s]
/proc/loadavg: 4.49 4.33 4.33 5/334 832137
/proc/meminfo: memFree=123658012/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=573268 CPUtime=9.35 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 29231 0 0 0 918 17 0 0 20 0 20 0 161032558 19566772224 143317 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 143317 5884 1 0 557652 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=12420 CPUtime=6.04 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 8024 0 0 0 593 11 0 0 20 0 20 0 161032558 19566772224 143317 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 143317 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=8514726395715219830 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 143317 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 143317 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 573268 KiB

[startup+12.7003 s]
/proc/loadavg: 4.50 4.33 4.33 5/334 832139
/proc/meminfo: memFree=122613008/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=1272704 CPUtime=15.85 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 30315 0 0 0 1554 31 0 0 20 0 20 0 161032558 19566772224 318176 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 318176 5884 1 0 689241 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=0 CPUtime=12.26 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 8697 0 0 0 1202 24 0 0 20 0 20 0 161032558 19566772224 318176 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=1272704 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 318176 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=579412 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 318176 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=-8816194750854308540 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 318176 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1272704 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.34 4.33 5/334 832140
/proc/meminfo: memFree=120867828/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=1718068 CPUtime=29.54 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 43727 0 0 0 2914 40 0 0 20 0 20 0 161032558 19566772224 429517 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 429517 5884 1 0 689294 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=1272704 CPUtime=24.94 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 12386 0 0 0 2464 30 0 0 20 0 20 0 161032558 19566772224 429517 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=1724936 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 429517 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=573268 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 429517 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 429517 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1718068 KiB

[startup+51.1057 s]
/proc/loadavg: 4.40 4.33 4.33 6/334 832145
/proc/meminfo: memFree=120385876/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=1872604 CPUtime=56 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 57971 0 0 0 5554 46 0 0 20 0 20 0 161032558 19566772224 468151 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 468151 5884 1 0 689295 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=1868472 CPUtime=50.06 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 16324 0 0 0 4975 31 0 0 20 0 20 0 161032558 19566772224 468151 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0

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

/proc/meminfo: memFree=116282108/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3256.34 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 410696 0 0 0 325389 245 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622053 5933 1 0 635094 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488196 CPUtime=3159.46 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 104290 0 0 0 315886 60 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488196 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 1980 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3256.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488212 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.18 4.19 5/331 833986
/proc/meminfo: memFree=116281508/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3316.65 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 411108 0 0 0 331418 247 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622053 5933 1 0 635094 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3218.67 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 104556 0 0 0 321807 60 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 1980 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3316.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.23 4.20 5/331 833996
/proc/meminfo: memFree=116280848/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3376.66 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 412133 0 0 0 337417 249 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622053 5933 1 0 635094 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3277.6 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 105455 0 0 0 327700 60 0 0 20 0 20 0 161032558 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=-8816194750854308540 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 1980 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622053 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3376.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.26 4.21 5/331 834008
/proc/meminfo: memFree=115852144/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488360 CPUtime=3437.45 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 415986 0 0 0 343492 253 0 0 20 0 20 0 161032558 19566772224 622090 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622090 5933 1 0 635157 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488352 CPUtime=3336.81 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 105980 0 0 0 333621 60 0 0 20 0 20 0 161032558 19566772224 622090 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622090 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 2061 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622090 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=41216 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622090 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3437.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.26 4.21 5/331 834018
/proc/meminfo: memFree=115935704/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488376 CPUtime=3498.14 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 416429 0 0 0 349557 257 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622094 5933 1 0 635157 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488212 CPUtime=3395.65 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 106244 0 0 0 339504 61 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488212 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 2061 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488376 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3498.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.27 4.22 5/330 834096
/proc/meminfo: memFree=117332208/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488376 CPUtime=3558.12 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 416823 0 0 0 355552 260 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622094 5933 1 0 635157 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=2488376 CPUtime=3454.5 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 106617 0 0 0 345389 61 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=2488376 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=2488376 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 2061 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3558.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.11 s]
/proc/loadavg: 4.37 4.28 4.22 5/334 834176
/proc/meminfo: memFree=115516988/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488376 CPUtime=3600 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 416957 0 0 0 359739 261 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622094 5933 1 0 635157 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=11664 CPUtime=3495.51 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 106727 0 0 0 349490 61 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=16156 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 2061 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488376 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.53 s, system=2.62636 s

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

[startup+3564.11 s]
/proc/loadavg: 4.37 4.28 4.22 5/334 834176
/proc/meminfo: memFree=115516988/131524600 swapFree=131071996/131071996
[pid=832048] ppid=832045 vsize=19108176 memory=2488376 CPUtime=3600 cores=0,2
/proc/832048/stat : 832048 (java) S 832045 832048 829938 0 -1 1077936128 416957 0 0 0 359739 261 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
/proc/832048/statm: 4777044 622094 5933 1 0 635157 0
[pid=832048/tid=832050] ppid=832045 vsize=19108176 memory=11664 CPUtime=3495.51 cores=0,2
/proc/832048/task/832050/stat : 832050 (java) R 832045 832048 829938 0 -1 4194368 106727 0 0 0 349490 61 0 0 20 0 20 0 161032558 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832059] ppid=832045 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/832048/task/832059/stat : 832059 (Finalizer) S 832045 832048 829938 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832066] ppid=832045 vsize=19108176 memory=16156 CPUtime=0 cores=0,2
/proc/832048/task/832066/stat : 832066 (Common-Cleaner) S 832045 832048 829938 0 -1 1077936192 2061 0 0 0 0 0 0 0 20 0 20 0 161032561 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
[pid=832048/tid=832067] ppid=832045 vsize=19108176 memory=2488376 CPUtime=0 cores=0,2
/proc/832048/task/832067/stat : 832067 (Timer-0) S 832045 832048 829938 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 161032581 19566772224 622094 134679101440 94819059044352 94819059048048 140732823787808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94819059055864 94819059056656 94819069087744 140732823794677 140732823794785 140732823794785 140732823801800 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488376 KiB

Child status: 143

Real time (s): 3564.18
CPU time (s): 3600.16
CPU user time (s): 3597.53
CPU system time (s): 2.62636
CPU usage (%): 101.009
Max. virtual memory (cumulated for all children) (KiB): 19113708
Max. memory (cumulated for all children) (KiB): 2720644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.53
system time used= 2.62636
maximum resident set size= 2723284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139632
involuntary context switches= 35825


# summary of solver processes directly reported to runsolver:
#   pid: 832048
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.53
#   total CPU system time (s): 2.62636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28974 second user time and 17.7066 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-16 02:11:17
IDJOB=4429811
IDBENCH=147542
IDSOLVER=3052
FILE ID=nodeC026/4429811-1721088664
RUNJOBID= nodeC026-1721085159-829948
SLURM_JOB_ID= 7505578
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_19.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-4429811-1721088664/watcher-4429811-1721088664 -o /tmp/evaluation-result-4429811-1721088664/solver-4429811-1721088664 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721085159-829948 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429811-1721088664.opb

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

MD5SUM BENCH= 8940813d27fb075f4739eb458e093f9a
RANDOM SEED=456436029

nodeC026.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3639.225
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.436
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3652.702
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3685.696
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.205
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3685.754
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.713
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.050
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121822316 kB
MemAvailable:   122663440 kB
Buffers:          388944 kB
Cached:          1286940 kB
SwapCached:            0 kB
Active:           677716 kB
Inactive:        8412308 kB
Active(anon):       1548 kB
Inactive(anon):  7450304 kB
Active(file):     676168 kB
Inactive(file):   962004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               732 kB
Writeback:             0 kB
AnonPages:       7410252 kB
Mapped:           124324 kB
Shmem:             37720 kB
KReclaimable:      85548 kB
Slab:             191196 kB
SReclaimable:      85548 kB
SUnreclaim:       105648 kB
KernelStack:        5072 kB
PageTables:        24668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8755048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7065600 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

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