Trace number 4507091

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.28 3640.22

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 151
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.22	c See www.sat4j.org for details.
0.06/0.23	c version PB25.v20250606
0.06/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.24	c java.vm.version	22.0.1+8-16
0.06/0.24	c java.vm.vendor	Oracle Corporation
0.06/0.24	c sun.arch.data.model	64
0.06/0.24	c java.version		22.0.1
0.06/0.24	c os.name		Linux
0.06/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.24	c os.arch		amd64
0.06/0.24	c Free memory 		2104792832
0.06/0.24	c Max memory 		16282288128
0.06/0.24	c Total memory 		2113929216
0.06/0.24	c Number of processors 	2
0.23/0.31	c Pseudo Boolean Optimization by upper bound
0.23/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.31	c  - never skip resolution steps
0.23/0.31	c  - Auto-division on coefficients is disabled
0.23/0.31	c  - No postprocessing
0.23/0.31	c  - Conflict is considered as is when resolving
0.23/0.31	c  - Use constraints as they come during conflict analysis
0.23/0.31	c  - Weaken first using unassigned literals
0.23/0.31	c  - Bump strategy: ALWAYS_ONE
0.23/0.31	c  - Bumper: EFFECTIVE
0.23/0.31	c --- Begin Solver configuration ---
0.23/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.23/0.31	c Learn all clauses as in MiniSAT
0.23/0.31	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.31	c No reason simplification
0.23/0.31	c Dynamic restart strategy considering the size of the coefficients
0.23/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.23/0.31	c timeout=2147483s
0.23/0.31	c DB Simplification allowed=false
0.23/0.31	c Listener: none
0.23/0.31	c --- End Solver configuration ---
0.23/0.31	c solving HOME/instance-4507091-1751183987.opb
0.23/0.31	c reading problem ... 
0.23/0.31	c using VERIPB proof format
0.23/0.31	c  no objective function found
1.95/1.25	c ... done. Wall clock time 0.934s.
1.95/1.25	c declared #vars     17850
1.95/1.25	c #constraints  18152
1.95/1.25	c constraints type 
1.95/1.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1937
1.95/1.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
1.95/1.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16063
1.95/1.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.95/1.25	c 18152 constraints processed.
180.33/173.11	c cleaning 2489 clauses out of 5000 with flag 0/5000
507.36/528.64	c cleaning 4227 clauses out of 8511 with flag 0/11000
1165.84/1208.08	c cleaning 5609 clauses out of 11284 with flag 0/18000
3600.08/3640.12	c starts		: 27
3600.08/3640.14	c conflicts		: 25760
3600.08/3640.14	c decisions		: 246856
3600.08/3640.14	c propagations		: 25458132
3600.08/3640.14	c inspects		: 129830012
3600.08/3640.14	c shortcuts		: 0
3600.08/3640.14	c learnt literals	: 0
3600.08/3640.14	c learnt binary clauses	: 0
3600.08/3640.14	c learnt ternary clauses	: 94
3600.08/3640.14	c learnt constraints	: 25759
3600.08/3640.14	c ignored constraints	: 0
3600.08/3640.14	c root simplifications	: 0
3600.08/3640.14	c removed literals (reason simplification)	: 0
3600.08/3640.14	c reason swapping (by a shorter reason)	: 0
3600.08/3640.14	c Calls to reduceDB	: 3
3600.08/3640.14	c Number of update (reduction) of LBD	: 45632
3600.08/3640.14	c Imported unit clauses	: 0
3600.08/3640.14	c No decision after first conflict	: false
3600.08/3640.14	c number of reductions to clauses (during analyze)	: 0
3600.08/3640.14	c number of learned constraints concerned by reduction	: 0
3600.08/3640.14	c number of learning phase by resolution	: 0
3600.08/3640.14	c number of learning phase by cutting planes	: 0
3600.08/3640.14	c number of rounding to 1 operations	: 0
3600.08/3640.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3640.14	c number of reductions of the coefficients by power 2 	: 0
3600.08/3640.14	c number of right shift for reduction by power 2 	: 0
3600.08/3640.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3640.14	c number of ending skipping 	: 0
3600.08/3640.14	c number of internal skipping 	: 0
3600.08/3640.14	c number of derivation steps 	: 1654675
3600.08/3640.15	c number of skipped derivation steps 	: 0
3600.08/3640.15	c number of remaining unassigned 	: 494971
3600.08/3640.15	c number of remaining assigned 	: 67538265
3600.08/3640.15	c number of falsified literals weakened from reason	: 0
3600.08/3640.15	c number of falsified literals weakened from conflict	: 0
3600.08/3640.15	c time for arithmetic operations	: 1123554269628
3600.08/3640.16	c minimum degree of deleted constraints	: 1
3600.08/3640.16	c maximum degree of deleted constraints	: 2116093732453597738169871360164199280154843761800182112368535781886121360450758784445119942025344229103264975152322345049272466315446414189736440671753932895625077276305761925087393451783486252467121771300186093890215602025965483033881320662451459332734511887305807651805501181251124475706746517268647890989383693941413491822443082860799082540155089824482879861067290739970397753380547902769444363472447640588552020431965846878239616458579504271450687327950792701462672657762071227218088745734216623472582359481496333663878811831072635670914403256570827345079804313840308610864231956798404019545437967768166868045568423788010344040809554477839445522485584241958506175221941365162395881238256677003794905901081593094153415443764174960171434076967515312306064805385809904476751495736279220131506806285454293941298097477457994145754644079713205980184621388206906868214884316861890878312075858874462460904728658704736878833577442663271438967062817582098191489558556070850594983477298245407173296317261061512568485237334494474594300185478137500923398379457273337779441615776256023736813707458109468891117387637525756154901279387338857369761169966922603752297719871613221275390484621856150231496152848198491565121788372153614099389867321739646753727455688555547344156635409386762659289809483062104858677694087348152567313904015464483561768204859971459099416847136084641352767756084721591904793656974024312785080632202993648397255386387767944584467618022365718379118008376286689980997684848303733887938130784862586358469718644237843932872410196255819029792286690922522588097107983304962033063528988693527463678930891165301519341536414418205263381059613058404722051686215909628726649154001822915861605498001791551631748463878200139798264764320577826658619560497163572529033588727878019518846229315098099983123535987983307263502745944042511188404416015378964172816017346487033341969041191690996591403997454448732846116823598403268176680541467955442685827876798174543734974339732856990915757743776411249856464327033707215066602685896794871961755078062089198393442422008364492790941667085742820838573698307411403977201287893822973099165559331596959711652182796136559843640119170163704736328726743984807423720814144006863416015149975064117508962879733930779685874627552031582283401583997550581000281317407259972701122806747291618466634514341431569029508064349489098676820366694181347808768734468706598857324415396343470351962401459273929435741274297274034221229414954616546558040209910441753660824918255010984226573818041915942623742807955966339104321288363260905981629685007520030139907984281480056539926832127382081963413158567244101049378101698819802903519677723948918506864547823923696349002890602374494981027520230802439413710272568488546086755520104339874741181439657886400749605607723344342045531214759906203388296887753591977588099653818463091826461882873894106366682056640450709683844740568075424630072267275135725730683256232798365274515022284425146113125666741582493769981863794298708324964898880901504577780919539013597963519708908120993684906827902900241849115237823894723751317461536280888329877866523989603390148315139759744801059395540945457744730023690719450132569602239228872365519496873978334193721662695524726812588282194830640958467467433938759052783339120851933900062117292425767270245828358062594807805149588923138685801989179973149294514090645710995994155774142612985329499661787955279240669492016713772845535870897877568629168182280038712540034472684226509904188315155388023897105529378009299809702013050686777009327524013379766455119327640648441933787295046302766140225472757298406064445512780599625367235531213511951986303862819201581577655898263555573109584225147291827925359560997833535133787318780194238119170691682538400691564528954450542128100603341510517753531825430833152706814815826418240398477909398067018218960941430392279197654230113429330618940041819996440753889375078441334660669662994634775101541477030667371522071541208043066861798679724555196553208375291920082524758753582716963672333885854968972810566737938518345272499276641510604380319127441587030472434922281341678135944770372672221298231313329282509431097683714457355118518534989611010582120228068492414186353615543093521748184525086566206225646126247250818807425618764886143201675559083205236367954872902885530847096481259032363918493715270809399176216679090435081964154907083339563624569942957276338468341474908332276387966717126247436517053299047206304482374459125394845994895244166039568781918183871748610285643650782679683092683115624386472269617006541685069354140879717545287581002180048795999103524607511564059009086847874906140152137973975119773763768614559890850050470161791417557759408480470695210248358524264299019100454768327846483325407301145434315957635751627462582397543270532272264804392685714716546684496189260929918290104485042825002631234220201126548175959988104276694913683141022016721627905215056434239088986373142936762084700234424587782472551700425566275024335286770428433985570113125179656529689763030027605445940422042341576214041619672999328133428145737402604978521673789715442360612875468647941858939360937453748426835271176665870898190565108467405885480165169612289204023334122806948091993900014365287872412095255274483365965519819802489998363468203330816104949814593676567511891035686333846020165039146703823207792524087587312093028795804188435256110426215155211826572590103735686132388596068367919085645794463663424201989606718627780616304950021317126605679012204062101768606847990930748564071920353580167859674804875766418900827694471340147154771832543788003666625615419602342219808938068962584760211572575599283095813972686974888100164043726087165037139460201616685869851097298818192140650481662760245355097952395433550432760206052002958004282080748786345546986430046242333060987787630107557537843953377309194056163507064556335857271132683902835007317115467777815822969355042096309139762715130078620375077946577617899449073405734247967567436361264459519516384183426368819361030763388501434606587056284999131488635977714855582011669116992962022447145567842389590920413276201094940382417588323808973782236808533504832440219698790334476610228349055722506054863906131233752298484732696658928184479257555180658086468644980500043478769229516488283911991775386184521036973102431350040061806892855165741039948209524747903807064722971322685766590823337440887151723294671851729957762287483246791614178118214311729461594122412002692944523855941176114068084685350909206940441934916600326917485911489348708198502018001824182690469061153302978431360106902240587549304798076504294231919981987812747713227133885529839427687005300968591914386003995260156658106601431085490626891556789693619197851988469258388613441507026709845789442533097325604670487585514551226608698527280389566000475637492745820880272494800427705225387656834927722665193123774224117719605600136680156146129701338175860133903140788118754165995630932248354022547011987646252614177914356950289609001685223011288702057405226803441090860964329104182249634426478298540695741065173545078125156345268778001364571515184059260972053498056695124378586682923024004499846888382949625162346585541910865414152065307366466159861014424078364346150746174290385902190219277189570178259998771245344648016534726519764787200
3600.08/3640.16	c number of deleted constraints	: 12325
3600.08/3640.17	c speed (assignments/second)	: 6996.104593117538
3600.08/3640.17	c non guided choices	: 4176
3600.08/3640.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 626
3600.08/3640.18	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3031
3600.08/3640.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9777
3600.08/3640.19	s UNKNOWN
3600.08/3640.19	c Total wall clock time (in seconds): 3639.884

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100063 s]*
/proc/loadavg: 0.48 0.92 1.13 1/273 20634
/proc/meminfo: memFree=129982116/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=16933428 memory=19556 CPUtime=0.01 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 1631 0 148 0 0 1 0 0 20 0 6 0 34076538 17339830272 4889 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4233357 4889 3040 1 0 537456 0
[pid=20621/tid=20633] ppid=20609 vsize=17065528 memory=4026532124 CPUtime=0 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 1084 0 70 0 0 0 0 0 20 0 7 0 34076544 17475100672 4889 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20654] ppid=20609 vsize=17065528 memory=16099 CPUtime=0 cores=5,7
/proc/20621/task/20654/stat : 20654 (java) R 20609 20621 20557 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 7 0 34076548 17475100672 4889 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16933428 KiB
Current children cumulated memory: 19556 KiB

[startup+0.205661 s]*
/proc/loadavg: 0.48 0.92 1.13 11/337 20698
/proc/meminfo: memFree=129924596/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=18930384 memory=47852 CPUtime=0.06 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 5607 0 447 0 4 2 0 0 20 0 18 0 34076538 19384713216 11963 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4732596 11963 5152 1 0 547009 0
[pid=20621/tid=20633] ppid=20609 vsize=18930384 memory=3472328300254200092 CPUtime=0.04 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) S 20609 20621 20557 0 -1 4194368 4508 0 336 0 2 2 0 0 20 0 18 0 34076544 19384713216 11963 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=18930384 memory=16099 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34076554 19384713216 11963 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 34076555 19384713216 11963 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47852 KiB

[startup+0.305631 s]*
/proc/loadavg: 0.48 0.92 1.13 13/337 20698
/proc/meminfo: memFree=129893848/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=18930384 memory=61200 CPUtime=0.23 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 6731 0 454 0 19 4 0 0 20 0 18 0 34076538 19384713216 15300 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4732596 15300 5344 1 0 547881 0
[pid=20621/tid=20633] ppid=20609 vsize=18930384 memory=-6000919507133295725 CPUtime=0.13 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 5104 0 342 0 10 3 0 0 20 0 18 0 34076544 19384713216 15300 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=18930384 memory=-4421386504837753701 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34076554 19384713216 15300 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 34076555 19384713216 15300 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61200 KiB

[startup+0.700245 s]
/proc/loadavg: 0.48 0.92 1.13 11/341 20702
/proc/meminfo: memFree=129494844/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=18996948 memory=404696 CPUtime=0.98 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 9480 0 454 0 86 12 0 0 20 0 19 0 34076538 19452874752 101174 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4749237 101174 5408 1 0 549682 0
[pid=20621/tid=20633] ppid=20609 vsize=18996948 memory=17408 CPUtime=0.47 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 5351 0 342 0 37 10 0 0 20 0 19 0 34076544 19452874752 101174 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34076554 19452874752 101174 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 34076555 19452874752 101174 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 404696 KiB

[startup+1.50022 s]
/proc/loadavg: 0.48 0.92 1.13 7/341 20702
/proc/meminfo: memFree=124704560/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1318060 CPUtime=2.54 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 22397 0 455 0 224 30 0 0 20 0 20 0 34076538 19521036288 329515 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 329515 5408 1 0 555941 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=0 CPUtime=1.18 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 5911 0 343 0 92 26 0 0 20 0 20 0 34076544 19521036288 329515 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 329515 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=211309297979 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 329515 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318060 KiB

[startup+3.10562 s]
/proc/loadavg: 1.08 1.04 1.17 9/346 20708
/proc/meminfo: memFree=120955308/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1321984 CPUtime=5.73 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 22917 0 456 0 541 32 0 0 20 0 20 0 34076538 19521036288 330496 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 330496 5408 1 0 556034 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=0 CPUtime=2.69 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 5973 0 344 0 242 27 0 0 20 0 20 0 34076544 19521036288 330496 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 330496 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=211309297979 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 330496 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=732728 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 330496 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321984 KiB

[startup+6.30022 s]
/proc/loadavg: 1.08 1.04 1.17 5/346 20708
/proc/meminfo: memFree=120007552/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1317464 CPUtime=10.31 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 28412 0 456 0 998 33 0 0 20 0 20 0 34076538 19521036288 329366 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 329366 5440 1 0 556070 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 6353 0 344 0 558 27 0 0 20 0 20 0 34076544 19521036288 329366 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=732728 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 329366 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=-6000919468495367277 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 329366 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5736 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 329366 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 10.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317464 KiB

[startup+12.7002 s]
/proc/loadavg: 1.40 1.10 1.19 6/346 20708
/proc/meminfo: memFree=119435292/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1318328 CPUtime=18.39 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 33305 0 457 0 1804 35 0 0 20 0 20 0 34076538 19521036288 329582 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 329582 5440 1 0 556134 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=1318328 CPUtime=12.24 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 7860 0 344 0 1196 28 0 0 20 0 20 0 34076544 19521036288 329582 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 329582 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 329582 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 329582 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 18.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318328 KiB

[startup+25.5002 s]
/proc/loadavg: 2.11 1.28 1.25 6/346 20708
/proc/meminfo: memFree=119356884/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1365860 CPUtime=31.49 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 42503 0 457 0 3111 38 0 0 20 0 20 0 34076538 19521036288 341465 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 341465 5440 1 0 556183 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=1318328 CPUtime=24.92 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 9544 0 344 0 2463 29 0 0 20 0 20 0 34076544 19521036288 341465 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 341465 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=1334984 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 55 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 341465 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 341465 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 31.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1365860 KiB

[startup+51.1056 s]
/proc/loadavg: 2.76 1.50 1.32 5/346 20708
/proc/meminfo: memFree=119059560/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=1403056 CPUtime=57.41 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 54596 0 457 0 5700 41 0 0 20 0 20 0 34076538 19521036288 350764 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 350764 5440 1 0 556269 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=1403056 CPUtime=50.41 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 12947 0 344 0 5011 30 0 0 20 0 20 0 34076544 19521036288 350764 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=1403056 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 350764 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=1365988 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 55 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 350764 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 350764 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 57.41 s

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

/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2485 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3181.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/346 20892
/proc/meminfo: memFree=107408180/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3241.54 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 220679 0 457 0 323900 254 0 0 20 0 20 0 34076538 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289608 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=14156 CPUtime=3200.98 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 80765 0 344 0 319949 149 0 0 20 0 20 0 34076544 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2485 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3241.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.02 5/345 20895
/proc/meminfo: memFree=107403808/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3301.67 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 222708 0 457 0 329910 257 0 0 20 0 20 0 34076538 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289608 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=17408 CPUtime=3260.56 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 82359 0 344 0 325905 151 0 0 20 0 20 0 34076544 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2578 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3301.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.11 4.03 5/346 20898
/proc/meminfo: memFree=107379644/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3361.71 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 224841 0 457 0 335910 261 0 0 20 0 20 0 34076538 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289608 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3320.21 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 83508 0 344 0 331869 152 0 0 20 0 20 0 34076544 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2680 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3361.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/344 20903
/proc/meminfo: memFree=107380140/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3422.22 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 227727 0 457 0 341959 263 0 0 20 0 20 0 34076538 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289608 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3379.29 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 85139 0 344 0 337776 153 0 0 20 0 20 0 34076544 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2680 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3422.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.03 5/344 20909
/proc/meminfo: memFree=107361680/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3482.21 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 227902 0 457 0 347955 266 0 0 20 0 20 0 34076538 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289608 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=5158432 CPUtime=3438.91 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 85192 0 344 0 343738 153 0 0 20 0 20 0 34076544 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2743 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5158432 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289608 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3482.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/343 20911
/proc/meminfo: memFree=107344396/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158560 CPUtime=3542.25 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 230083 0 457 0 353956 269 0 0 20 0 20 0 34076538 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289640 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=5158560 CPUtime=3498.56 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 86571 0 344 0 349702 154 0 0 20 0 20 0 34076544 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158560 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2743 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=5158560 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3542.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.11 s]
/proc/loadavg: 4.22 4.13 4.05 5/343 20914
/proc/meminfo: memFree=107304600/131249996 swapFree=33010684/33010684
[pid=20621] ppid=20609 vsize=19063512 memory=5158560 CPUtime=3600.08 cores=5,7
/proc/20621/stat : 20621 (java) S 20609 20621 20557 0 -1 4194304 232360 0 457 0 359736 272 0 0 20 0 20 0 34076538 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
/proc/20621/statm: 4765878 1289640 5472 1 0 1304728 0
[pid=20621/tid=20633] ppid=20609 vsize=19063512 memory=5158560 CPUtime=3555.99 cores=5,7
/proc/20621/task/20633/stat : 20633 (java) R 20609 20621 20557 0 -1 4194368 87989 0 344 0 355445 154 0 0 20 0 20 0 34076544 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20667] ppid=20609 vsize=19063512 memory=5158560 CPUtime=0 cores=5,7
/proc/20621/task/20667/stat : 20667 (Finalizer) S 20609 20621 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076554 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20695] ppid=20609 vsize=19063512 memory=5158560 CPUtime=0 cores=5,7
/proc/20621/task/20695/stat : 20695 (Common-Cleaner) S 20609 20621 20557 0 -1 4194368 2828 0 1 0 0 0 0 0 20 0 20 0 34076555 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
[pid=20621/tid=20703] ppid=20609 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/20621/task/20703/stat : 20703 (Timer-0) S 20609 20621 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076664 19521036288 1289640 18446744073709551615 94828894892032 94828894895728 140729465844048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94828894903544 94828894904336 94828912869376 140729465846061 140729465846246 140729465846246 140729465851848 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.74765 s

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

[startup+3640.2 s]*
/proc/loadavg: 4.22 4.13 4.05 5/325 20917
/proc/meminfo: memFree=108762020/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3640.22
CPU time (s): 3600.28
CPU user time (s): 3597.54
CPU system time (s): 2.74765
CPU usage (%): 98.903
Max. virtual memory (cumulated for all children) (KiB): 19069268
Max. memory (cumulated for all children) (KiB): 5158560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.74765
maximum resident set size= 5159584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235780
page faults= 460
swaps= 0
block input operations= 10288
block output operations= 1540936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139886
involuntary context switches= 26561


# summary of solver processes directly reported to runsolver:
#   pid: 20621
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.74765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4152 second user time and 18.1948 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 09:59:47
IDJOB=4507091
IDBENCH=158322
IDSOLVER=3362
FILE ID=nodeC023/4507091-1751183987
RUNJOBID= nodeC023-1751183987-20570
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507091-1751183987/watcher-4507091-1751183987 -o /tmp/evaluation-result-4507091-1751183987/solver-4507091-1751183987 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20570 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507091-1751183987 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507091-1751183987.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1355199410

nodeC023 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		: 3600.252
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.78
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.926
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.119
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.064
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.78
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.989
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.78
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.911
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.652
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.78
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		: 3599.431
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129982316 kB
MemAvailable:   129702764 kB
Buffers:            3280 kB
Cached:           530828 kB
SwapCached:            0 kB
Active:           353200 kB
Inactive:         260492 kB
Active(anon):      97648 kB
Inactive(anon):        0 kB
Active(file):     255552 kB
Inactive(file):   260492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6804 kB
Writeback:             0 kB
AnonPages:         82692 kB
Mapped:           102692 kB
Shmem:             18064 kB
KReclaimable:      87284 kB
Slab:             172576 kB
SReclaimable:      87284 kB
SUnreclaim:        85292 kB
KernelStack:        4040 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC023 at 2025-06-29 11:00:27