Trace number 4512833

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 NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.17 3580.1

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4512833-1751211367.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.261s.
0.69/0.41	c declared #vars     4288
0.69/0.41	c #constraints  10848
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.69/0.41	c org.sat4j.specs.Constr$1 => 920
0.69/0.41	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.69/0.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.69/0.41	c 10848 constraints processed.
72.07/67.39	c cleaning 2466 clauses out of 5000 with flag 0/5000
516.02/508.83	c cleaning 4237 clauses out of 8535 with flag 0/11001
1382.46/1375.00	c cleaning 5606 clauses out of 11297 with flag 0/18000
2007.92/1998.19	c cleaning 6804 clauses out of 13692 with flag 0/26001
2929.21/2910.65	c cleaning 7889 clauses out of 15887 with flag 0/35000
3600.00/3580.02	c starts		: 29
3600.00/3580.04	c conflicts		: 40769
3600.00/3580.04	c decisions		: 83336
3600.00/3580.04	c propagations		: 4637547
3600.00/3580.04	c inspects		: 404474370
3600.00/3580.04	c shortcuts		: 0
3600.00/3580.04	c learnt literals	: 0
3600.00/3580.04	c learnt binary clauses	: 0
3600.00/3580.04	c learnt ternary clauses	: 0
3600.00/3580.04	c learnt constraints	: 40769
3600.00/3580.04	c ignored constraints	: 0
3600.00/3580.04	c root simplifications	: 0
3600.00/3580.04	c removed literals (reason simplification)	: 0
3600.00/3580.04	c reason swapping (by a shorter reason)	: 0
3600.00/3580.04	c Calls to reduceDB	: 5
3600.00/3580.05	c Number of update (reduction) of LBD	: 42633
3600.00/3580.05	c Imported unit clauses	: 0
3600.00/3580.05	c No decision after first conflict	: false
3600.00/3580.05	c number of reductions to clauses (during analyze)	: 0
3600.00/3580.05	c number of learned constraints concerned by reduction	: 0
3600.00/3580.05	c number of learning phase by resolution	: 0
3600.00/3580.05	c number of learning phase by cutting planes	: 0
3600.00/3580.05	c number of rounding to 1 operations	: 0
3600.00/3580.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3580.05	c number of reductions of the coefficients by power 2 	: 0
3600.00/3580.05	c number of right shift for reduction by power 2 	: 0
3600.00/3580.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3580.05	c number of ending skipping 	: 0
3600.00/3580.05	c number of internal skipping 	: 0
3600.00/3580.05	c number of derivation steps 	: 1329197
3600.00/3580.05	c number of skipped derivation steps 	: 0
3600.00/3580.05	c number of remaining unassigned 	: 256511
3600.00/3580.05	c number of remaining assigned 	: 54402539
3600.00/3580.05	c number of falsified literals weakened from reason	: 0
3600.00/3580.05	c number of falsified literals weakened from conflict	: 0
3600.00/3580.05	c time for arithmetic operations	: 48778168360
3600.00/3580.05	c minimum degree of deleted constraints	: 7
3600.00/3580.05	c maximum degree of deleted constraints	: 310110634323079658087135700915983234434972053414361894068109321909790433313220398809425145922550749594847268864963324428512888425534115417088737313200039732971748378434575199323023246633696899281261776510534744839901908431823920153984347777759704941050598719700347028284167853806038055184663331342268502679950820713689231205152640753188786445613401283724490407335731995631664300469567475544864601677130494351054642485841091127041341735394860832425280275801883484426409162151204147047652909652468748465085783343062803962667022379077188618909673136344978407036530477407253708462763967462538704992819562436360285165621551362332202355184426301441022242704709042219155876098311734921570703457087231195153202028388266025134778738138084866649768503705088941006762162142809642176574516294851807879119574532925053676148681879162103057577467871878171130683556579716066001517277021824553301829698242327534202780580224731803579434756465089029778769407751860567784646849706081126668419520647532711854761102408844222452593981967542699886525332885965823973034288494763536929166234946929035991804156898062091285100712260333553799311572643051516045836845502396291704226628353344075358322685278766781662619281469730049486067687032720854483416092700789854928733089089856026120148658370607795061499328250995327892690452178237639367074489791876425866911868666377954302567162340973416407725087189881959934877749650730343688093336136457454704963568524245636600728886661345281418637608210726873265573833174804973346019710307146934888231162816877552371736543110724889243572594101909482331299545570476230588290104501638176724775071019318016580588885455853789943928020283735953472346465437195516809845902797057638365389446707579134632435349259214079018744185932157599394908513551276358702132531754583763606338956320127594686603302093667997095160905808572647654648360000137527309604049530965359886107067270482799985690643498596028891939001702412348686703971689735045776895756074350882897208085773824621324577081019993679678824956379653524273278219066748875454363602992202454134734649934155342945282450015135251737112577839674927600243635900645746700827430334586191863664569251617122587078805645525544571378379753928335766253248227617900310998877478435546396697804616126090945214855071998411966990431426297013880862448545619474281994224453506692624921865968087296944969524772291045161626222408632856108226239541753014032659915328918323399573469346429358320291137359789009124443252668641049878726031168527804754124013870714516518601202701246575363486319549333328950941113670678408195044270631479332133861792776204783968962610192282879550761359806920618244919199649954041235647515645737718705846670082774172169986633290244342375234670322103090630829684728437463109253222324968670944626393519645713628767657995270096954387420337905311369254673042973671762321303798404441857600848935084633439276186459531483944679186077179869876919038145521648450317978289070166606309034737212787464796394604818018750357448119900440515666269466549105292074468726416766123286459882815870699455657049666480585947183266453862047626074212615324882426347499819468168903785392508672488625913008649356885440743289718326234369569245855420784200781384556417875905998892106336526841547164394605538991232622370373873368233806176264479671762154492559349058428197504644773736469990403439721881687805354935001363943878277638678715946865865793713520557617750715160838719140582313874006724501872799091969447378343371217092482705647816566598980980804711435451497153748031108696900619156925805978710858208940859039909439460948035830181172155223081747412960456087064278841511723767790584335310194586182359176720047410311335552388845788327993029837970824270267788342516418973304097900030387351664637330361739864608566095955818407376355109949087678383954947610293187770504126622050742478382537730669788882543384158173293839366138588554360201814664561536576581518394442436690724799448301555068757103504925884711582812307003371016876284401177216887612844495826354503343240032730216536122926339711371894873501966725388375808073809710780683887464616707520602198421259049289144552506056536441376888532135320755040260144438675030624121424798330519113796201661758613937439077961133832326836807417232932138658103495000476081485707191542738564225671713776248123150037293117180403210682896964893779721839455669404910866553454000239821015068260168739960204540363483006831352136384724982359142168171115180240539186927388911929483819719015944820792515269031500570663197712247498079527107119817014706167740033202226229175418596733796744861242236110503920091368874847352116574854009714130134079691839184250300003266172347268083940380896523218612533965555117684951982057948135524086371100073477163495465322097734822012479662745270112916822649729261288818156827396256886141811266250324419004475558497594041787158343152079782049136354011799924161811740663438027302579705019606637180825795553976359981448850581712507796090155092208745972412987741943174822495917697412550901262829514009373926971787688141236359050989431722783913672565023623939856575018275413370144988394762683495987311358371810074786221049124510555634667749193485107062895984421596858102970176643076913617118830658133730878675980865265051808386474678305044514575613240952177202881296502319836748241136142564732698035195211493456734791300406876637682152687551158202329254813111013736369626669504705632834060102242023135492839596577631923044365229659093210245100166730369319222068740257789881390138312123982689356355428513587213108000894201397012654252353160235612742662347953501952230402896266169401419755779329468179553030571535662915423728742118680131065492230116510537934693747110871288394248334898456282456747965652762259937773548690942207540659586465390401983946689293803059418748753759036535369417161728345694868309881617505434249463464348524168759498027525039039783448424635452282791676466684130288855295057243958916675510294507576008446941672214874999356918659987948507106556602212557719921758849434695125262197887554796680052522767043571081249738899601424222453514065396943151773867209711924067551832545846670779620991627791798278690956074918276927137825230706671185029864703818247995793737488530487151552383107792118785105123798349037910464242575529074462524602837620581614579767659362586765325774237841959087311198371741161354298585849182897617232501919375603187849781163716657737030254082049204008808157383760066385332206523485014929198673172063833232672693860132284634768787621778692108134461151669636150421088337108640710022378435416116419550479301342627789477898277040668611564066770572036146736300015266002293798612504164992101712209642292667947286592589442071119964328734309759726653619107458910264079591894419848253276379149409978340374327129528377489686181815463809656011610060785389679188817956216856439955847317405168331685580978476688390104903913925453837924545803665593304462026723534339721853048014338552898564751992753266065111660175724843537751569263626262480048407594754287053687022960134871738353050428726922439284988737610219470545672940976819814948759525449321939674596154459519156669171798616604753506531439461103226830602952069260974743782297095138049991985107195840936072194962209836091792811137659218795447611864727149268190599628629464273326155926197333317596690673656474648144362031964723949068709240788044029970310910159323537985436093789768214451455094282673031606841730967622847226044612902528118064210539159618970656300451391045526444999953410498979517122834911859358849732403195365738984544124294535491458442680274386341222649589980079247221241606533334263615081739766720005481896874207875859728139649691840000
3600.00/3580.06	c number of deleted constraints	: 27002
3600.00/3580.06	c speed (assignments/second)	: 1295.5365052174254
3600.00/3580.06	c non guided choices	: 246
3600.00/3580.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29
3600.00/3580.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13738
3600.00/3580.08	s UNKNOWN
3600.00/3580.08	c Total wall clock time (in seconds): 3579.932

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (56375 MiB free)
  memory of node 1: 64507 MiB (50892 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=25091, runsolver pid=25088

[startup+0.100058 s]*
/proc/loadavg: 4.12 4.12 4.12 6/338 25109
/proc/meminfo: memFree=109810628/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=18930384 memory=57872 CPUtime=0.13 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 6608 0 0 0 11 2 0 0 20 0 18 0 36816621 19384713216 14468 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4732596 14468 5334 1 0 547643 0
[pid=25091/tid=25093] ppid=25088 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5097 0 0 0 7 1 0 0 20 0 18 0 36816622 19384713216 14468 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36816624 19384713216 14468 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36816624 19384713216 14468 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57872 KiB

[startup+0.205756 s]*
/proc/loadavg: 4.12 4.12 4.12 7/338 25109
/proc/meminfo: memFree=109786052/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=18930384 memory=85104 CPUtime=0.33 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 7178 0 0 0 30 3 0 0 20 0 18 0 36816621 19384713216 21276 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4732596 21276 5430 1 0 548035 0
[pid=25091/tid=25093] ppid=25088 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5396 0 0 0 16 2 0 0 20 0 18 0 36816622 19384713216 21276 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36816624 19384713216 21788 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36816624 19384713216 21788 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85104 KiB

[startup+0.305734 s]*
/proc/loadavg: 4.12 4.12 4.12 6/339 25110
/proc/meminfo: memFree=109714216/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=18996948 memory=154560 CPUtime=0.5 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 8635 0 0 0 46 4 0 0 20 0 19 0 36816621 19452874752 38640 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4749237 38640 5462 1 0 549158 0
[pid=25091/tid=25093] ppid=25088 vsize=18996948 memory=-6000919472656508781 CPUtime=0.27 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5468 0 0 0 24 3 0 0 20 0 19 0 36816622 19452874752 38640 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36816624 19452874752 38640 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36816624 19452874752 38640 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154560 KiB

[startup+0.700235 s]
/proc/loadavg: 4.12 4.12 4.12 6/340 25111
/proc/meminfo: memFree=109658700/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=214480 CPUtime=1.25 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 11755 0 0 0 119 6 0 0 20 0 20 0 36816621 19521036288 53620 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 53620 5462 1 0 551242 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=17664 CPUtime=0.55 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5548 0 0 0 51 4 0 0 20 0 20 0 36816622 19521036288 53620 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 53620 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 53620 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 53620 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214480 KiB

[startup+1.50024 s]
/proc/loadavg: 4.12 4.12 4.12 6/340 25111
/proc/meminfo: memFree=109586428/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=480712 CPUtime=2.83 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 13678 0 0 0 270 13 0 0 20 0 20 0 36816621 19521036288 120178 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 120178 5462 1 0 552111 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=0 CPUtime=1.31 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5704 0 0 0 121 10 0 0 20 0 20 0 36816622 19521036288 120178 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 120178 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 120178 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 120178 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 480712 KiB

[startup+3.10557 s]
/proc/loadavg: 4.19 4.13 4.12 6/340 25111
/proc/meminfo: memFree=109320764/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=544668 CPUtime=6.02 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 35751 0 0 0 585 17 0 0 20 0 20 0 36816621 19521036288 136167 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 136167 5462 1 0 560339 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=10880 CPUtime=2.84 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 5821 0 0 0 273 11 0 0 20 0 20 0 36816622 19521036288 136167 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=-6000919472656508781 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 136167 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 136167 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 136167 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 544668 KiB

[startup+6.30021 s]
/proc/loadavg: 4.19 4.13 4.12 6/340 25111
/proc/meminfo: memFree=108819616/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=1107652 CPUtime=10.73 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 40482 0 0 0 1044 29 0 0 20 0 20 0 36816621 19521036288 276913 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 276913 5462 1 0 754618 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 7107 0 0 0 576 22 0 0 20 0 20 0 36816622 19521036288 276913 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 276913 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 276913 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=507440 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 276913 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 10.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1107652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.12 5/340 25112
/proc/meminfo: memFree=108534248/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=1326948 CPUtime=17.15 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 40666 0 0 0 1681 34 0 0 20 0 20 0 36816621 19521036288 331737 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 331737 5462 1 0 754631 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=507440 CPUtime=12.34 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 7237 0 0 0 1207 27 0 0 20 0 20 0 36816622 19521036288 331737 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 331737 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=1326948 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 331737 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 331737 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326948 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.14 4.12 5/340 25112
/proc/meminfo: memFree=108535436/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=1327076 CPUtime=30.13 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 48637 0 0 0 2977 36 0 0 20 0 20 0 36816621 19521036288 331769 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 331769 5462 1 0 754650 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=-6000919472656508781 CPUtime=25.06 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 9521 0 0 0 2478 28 0 0 20 0 20 0 36816622 19521036288 331769 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 331769 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 331769 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 331769 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327076 KiB

[startup+51.1059 s]
/proc/loadavg: 4.20 4.14 4.12 5/340 25112
/proc/meminfo: memFree=108488996/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=1382468 CPUtime=55.8 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 55670 0 0 0 5540 40 0 0 20 0 20 0 36816621 19521036288 345617 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 345617 5462 1 0 754652 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=1339448 CPUtime=50.51 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 12275 0 0 0 5021 30 0 0 20 0 20 0 36816622 19521036288 345617 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=1339448 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=121059028/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3181.57 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 173583 0 0 0 317916 241 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=17664 CPUtime=3139.19 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 67475 0 0 0 313806 113 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1779 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3181.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3222.3 s]
/proc/loadavg: 2.15 2.19 2.52 3/292 25418
/proc/meminfo: memFree=121012116/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3241.39 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 176138 0 0 0 323895 244 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3198.65 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 69437 0 0 0 319751 114 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1779 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3241.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.17 2.49 3/293 25422
/proc/meminfo: memFree=120947460/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3301.37 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 178588 0 0 0 329890 247 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3258.26 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 71117 0 0 0 325711 115 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3301.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3342.3 s]
/proc/loadavg: 2.22 2.18 2.47 3/292 25427
/proc/meminfo: memFree=120835684/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3361.33 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 178658 0 0 0 335885 248 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3317.84 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 71122 0 0 0 331668 116 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1844 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3361.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3402.3 s]
/proc/loadavg: 2.28 2.21 2.46 3/292 25431
/proc/meminfo: memFree=120584660/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3421.32 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 179735 0 0 0 341882 250 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3377.45 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 72034 0 0 0 337628 117 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1844 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3421.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3462.3 s]
/proc/loadavg: 2.26 2.21 2.45 3/292 25433
/proc/meminfo: memFree=120548100/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3481.9 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 183399 0 0 0 347935 255 0 0 20 0 20 0 36816621 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 743761 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=14720 CPUtime=3437.03 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 73865 0 0 0 343585 118 0 0 20 0 20 0 36816622 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1874 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 743761 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3481.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975044 KiB

[startup+3522.3 s]
/proc/loadavg: 2.16 2.19 2.42 3/291 25435
/proc/meminfo: memFree=120533676/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2976836 CPUtime=3541.86 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 185806 0 0 0 353928 258 0 0 20 0 20 0 36816621 19521036288 744209 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 744209 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=2975044 CPUtime=3496.72 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 75304 0 0 0 349553 119 0 0 20 0 20 0 36816622 19521036288 744209 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=2975044 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 744209 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=2976836 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1940 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 744209 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2976836 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 744209 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3541.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2976836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580 s]*
/proc/loadavg: 2.10 2.17 2.40 3/289 25437
/proc/meminfo: memFree=120534940/131250000 swapFree=33010684/33010684
[pid=25091] ppid=25088 vsize=19063512 memory=2977476 CPUtime=3600 cores=4,6
/proc/25091/stat : 25091 (java) S 25088 25091 23236 0 -1 4194304 186750 0 0 0 359739 261 0 0 20 0 20 0 36816621 19521036288 744369 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
/proc/25091/statm: 4765878 744369 5462 1 0 755831 0
[pid=25091/tid=25093] ppid=25088 vsize=19063512 memory=-6000919494148056941 CPUtime=3553.86 cores=4,6
/proc/25091/task/25093/stat : 25093 (java) R 25088 25091 23236 0 -1 4194368 75381 0 0 0 355266 120 0 0 20 0 20 0 36816622 19521036288 744369 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25102] ppid=25088 vsize=19063512 memory=-6623554547487237287 CPUtime=0 cores=4,6
/proc/25091/task/25102/stat : 25102 (Finalizer) S 25088 25091 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 744369 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25109] ppid=25088 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/25091/task/25109/stat : 25109 (Common-Cleaner) S 25088 25091 23236 0 -1 4194368 1940 0 0 0 0 0 0 0 20 0 20 0 36816624 19521036288 744369 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
[pid=25091/tid=25111] ppid=25088 vsize=19063512 memory=2977476 CPUtime=0 cores=4,6
/proc/25091/task/25111/stat : 25111 (Timer-0) S 25088 25091 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36816663 19521036288 744369 18446744073709551615 94485679181824 94485679185520 140728630456640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94485679193336 94485679194128 94485705453568 140728630458669 140728630458854 140728630458854 140728630464456 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2977476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.62626 s

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

Child status: 143

Real time (s): 3580.1
CPU time (s): 3600.17
CPU user time (s): 3597.55
CPU system time (s): 2.62626
CPU usage (%): 100.561
Max. virtual memory (cumulated for all children) (KiB): 19069152
Max. memory (cumulated for all children) (KiB): 2977476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.62626
maximum resident set size= 2978244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120848
involuntary context switches= 14458


# summary of solver processes directly reported to runsolver:
#   pid: 25091
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.62626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22543 second user time and 17.9656 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 17:36:07
IDJOB=4512833
IDBENCH=162179
IDSOLVER=3362
FILE ID=nodeC027/4512833-1751211367
RUNJOBID= nodeC027-1751202286-23247
SLURM_JOB_ID= 9587612
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512833-1751211367/watcher-4512833-1751211367 -o /tmp/evaluation-result-4512833-1751211367/solver-4512833-1751211367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23247 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512833-1751211367 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4512833-1751211367.opb

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=668148864

nodeC027 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.644
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.29
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		: 3599.952
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.29
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.384
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.29
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		: 3599.370
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.29
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		: 3599.633
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.29
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.656
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.29
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		: 3600.438
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.29
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		: 3700.000
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        109842800 kB
MemAvailable:   110497256 kB
Buffers:            3280 kB
Cached:          1458808 kB
SwapCached:            0 kB
Active:         19594020 kB
Inactive:        1204932 kB
Active(anon):   19354932 kB
Inactive(anon):        0 kB
Active(file):     239088 kB
Inactive(file):  1204932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1376 kB
Writeback:             0 kB
AnonPages:      19340096 kB
Mapped:           122892 kB
Shmem:             18068 kB
KReclaimable:      98952 kB
Slab:             185004 kB
SReclaimable:      98952 kB
SUnreclaim:        86052 kB
KernelStack:        5184 kB
PageTables:        41556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   26586252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19077120 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 18:35:48