Trace number 4504395

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.18 3570.7

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_5_mh.opb
MD5SUMf52c25e5aa8e0a6173f9b1fa92936824
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3486983
Best CPU time to get the best result obtained on this benchmark70102.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4504395-1751461672.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.17	c  objective function found
238.28/234.76	c ... done. Wall clock time 234.597s.
238.28/234.76	c declared #vars     250200
238.28/234.76	c #constraints  610314
238.28/234.76	c constraints type 
238.28/234.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
238.28/234.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
238.28/234.76	c org.sat4j.specs.Constr$1 => 3
238.28/234.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 121375
238.28/234.76	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
238.28/234.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
238.28/234.76	c 610314 constraints processed.
238.28/234.77	c objective function length is 129800 literals
1996.34/1986.43	c cleaning 2608 clauses out of 5215 with flag 0/5215
3389.33/3364.06	c cleaning 4197 clauses out of 8396 with flag 0/11004
3600.00/3570.61	c starts		: 12
3600.00/3570.63	c conflicts		: 13034
3600.00/3570.64	c decisions		: 248077
3600.00/3570.64	c propagations		: 101133113
3600.00/3570.64	c inspects		: 272807944
3600.00/3570.64	c shortcuts		: 0
3600.00/3570.64	c learnt literals	: 0
3600.00/3570.64	c learnt binary clauses	: 3
3600.00/3570.64	c learnt ternary clauses	: 0
3600.00/3570.64	c learnt constraints	: 13034
3600.00/3570.64	c ignored constraints	: 0
3600.00/3570.64	c root simplifications	: 0
3600.00/3570.64	c removed literals (reason simplification)	: 0
3600.00/3570.64	c reason swapping (by a shorter reason)	: 0
3600.00/3570.64	c Calls to reduceDB	: 2
3600.00/3570.64	c Number of update (reduction) of LBD	: 21973
3600.00/3570.64	c Imported unit clauses	: 0
3600.00/3570.64	c No decision after first conflict	: false
3600.00/3570.64	c number of reductions to clauses (during analyze)	: 0
3600.00/3570.64	c number of learned constraints concerned by reduction	: 0
3600.00/3570.64	c number of learning phase by resolution	: 0
3600.00/3570.64	c number of learning phase by cutting planes	: 0
3600.00/3570.64	c number of rounding to 1 operations	: 0
3600.00/3570.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3570.65	c number of reductions of the coefficients by power 2 	: 0
3600.00/3570.65	c number of right shift for reduction by power 2 	: 0
3600.00/3570.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3570.65	c number of ending skipping 	: 0
3600.00/3570.65	c number of internal skipping 	: 0
3600.00/3570.65	c number of derivation steps 	: 127361
3600.00/3570.65	c number of skipped derivation steps 	: 0
3600.00/3570.65	c number of remaining unassigned 	: 286176
3600.00/3570.65	c number of remaining assigned 	: 4404786
3600.00/3570.65	c number of falsified literals weakened from reason	: 0
3600.00/3570.65	c number of falsified literals weakened from conflict	: 0
3600.00/3570.65	c time for arithmetic operations	: 2520281059
3600.00/3570.65	c minimum degree of deleted constraints	: 1
3600.00/3570.65	c maximum degree of deleted constraints	: 57558491882046863264797238661836657715929657217455396366128365671736587936553082749364749028838933371852930358603098718737908710566226138998425427005778536520924911581390478299039362573947424093245927911701198641591274375967517120814220917714255276110075734952809614517908327423985442493546238999610161880372323208291116920545384475200253175561547313930526175412852434212045192467340991858108268003099744648501210309590805611714976452161339428616785497761061841418485945162315651390970598251272439192800550954206622569249886792322627419938387049516358125196231637611467902926861585644567350119425638813450436078534749697402253610745331029056167883961663434908378296012345489715990678329110172839872577704188112943961540215623990548517573667896323173507181848830548652894586549080492502090457374275454981375056450269924344725040997301419165842323602781766503982817879100267178312688772488847272169581372625236897789472359702345391041171431178195971644584075679469716402839716634123418068016310784631505294575032117025377942921823072955728357278947341504224838156542268893250574092178001670484781962483069767690797972195751900465451528540431878998811280801855453527197680933908705182451551819103737116277867462617178023248795384132695936322950255912347139671755102672567407097736960923750968815192030843210306015799306638227356211723962291283418658151870528916304629672655315506504632323067365298918676963216306192947402009388615639702073618688652218040324470841843407148585808831561990730916356420854913348442130171381328576765603944090244993580251104046770429423391018811551556325761711895649153318131039785733812154859683761478105475133529902315456914649798056208223794364994273527526998460967675649277602153196760163160136692149800728145241784908649576117493109806685267196467472403047393187588707195943699602244954356244374218510563740824391205144924257640896309135453646838881796343651306822218311001172318891299429237240338480105010263956367414709772695921500451887356721875429987940654225924944683967932180369627177576000327803023011826068802816084941485918428455393121281355837974956740502736179932660873715604095203210440402134274470158889008464041225103767013349259155562425516493325744531742104727847727638666061557894796113701835479645802501748406332174935028632606982288330828924798274211750557042041728070347189780759632286271879566341462619006343644849307432287570658755136742628952972334926929887441438523738899899974182263753835086736434751154859318688514866554344467554426212672149296514091367569707927930041581360505045356916648643239628890139123136100507665774769538952458383247174149485764500379163026465192912540295263420673896274589054701822463489455621331041290820217986872299956690257642490792439278983404079472252742008224078609785470112252606569801234564250197326139151369599226920205540954598969190342135778204997091056019348587919340435962123009213130040292984692625518342890947967410471031147877150937556060560767383188505348092285907180258936070707332366579829551172861085778918462671300005916375778411960274417730978167825597285512929017385906330594287597104508963738458439252709240484518412688261622080932640134762449149367900414550880103850809314443533529179056134717554315543428787335050479785233814909136272594190519296646683960397916950799330833437804335790724326284907694300042332822855953970214485633134133042438615296153049375356030611644394898280207045377215357449665790574555440967591567827289296041664638268231194146211970425507971819569779551170960977337090028753898287348458795339953010158699789492393776306825097743889025782410672172245193129780927182647036003262149547285883935965103328328376397342921566592798430215997537774973752845574374332324600810282459453784351044468625342352163828767852588697168035005056740094916586952946949462804393284387209311643579938548142292279176106063744375847534157823162550071496489791341859577594957447678237934712001333825158892568898496993003968614117185722119055226174348788159169455656453757985233932536334985881687125786094551423543811244994367534711192536324354177508362126726911658351632834257714293065386875464095080876562556237500653208088557607638421680901831176607149349397986545362885250490334962131258230969844805307981438342990617618536885615894866427172189555330522485809466673980840222856477249999135105640817819051353002923395680082895901735798582761687884117730549110979465110200743947115311427900489745394485525655639478153611449296738348226813900450995426813255949992530738465819836922223000542274914692498505250752014879709215512710737588079255260993899863209292150240449150916364047723788857680
3600.00/3570.65	c number of deleted constraints	: 6805
3600.00/3570.65	c speed (assignments/second)	: 30318.107894127017
3600.00/3570.65	c non guided choices	: 49
3600.00/3570.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103
3600.00/3570.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1020
3600.00/3570.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.00/3570.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5103
3600.00/3570.67	s UNKNOWN
3600.00/3570.67	c Total wall clock time (in seconds): 3570.504

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504395-1751461672/watcher-4504395-1751461672 -o /tmp/evaluation-result-4504395-1751461672/solver-4504395-1751461672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751461672-67029 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504395-1751461672 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504395-1751461672.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
solver pid=67116, runsolver pid=67112
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.63 1.21 1.97 10/331 67155
/proc/meminfo: memFree=128083444/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18930384 memory=55628 CPUtime=0.12 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 6545 0 0 0 10 2 0 0 20 0 18 0 61844802 19384713216 13907 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4732596 13907 5371 1 0 547612 0
[pid=67116/tid=67121] ppid=67112 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 61844804 19384713216 13907 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844806 19384713216 13907 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844807 19384713216 13907 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55628 KiB

[startup+0.205716 s]*
/proc/loadavg: 0.63 1.21 1.97 11/333 67157
/proc/meminfo: memFree=127905268/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18930384 memory=72508 CPUtime=0.31 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 7109 0 0 0 28 3 0 0 20 0 18 0 61844802 19384713216 18127 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4732596 18127 5435 1 0 547982 0
[pid=67116/tid=67121] ppid=67112 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 5347 0 0 0 15 1 0 0 20 0 18 0 61844804 19384713216 18127 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844806 19384713216 18127 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844807 19384713216 18127 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72508 KiB

[startup+0.305956 s]*
/proc/loadavg: 0.63 1.21 1.97 9/333 67157
/proc/meminfo: memFree=127681956/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18930384 memory=103704 CPUtime=0.5 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 8865 0 0 0 46 4 0 0 20 0 18 0 61844802 19384713216 25926 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4732596 25926 5435 1 0 549084 0
[pid=67116/tid=67121] ppid=67112 vsize=18930384 memory=-6000919494248719721 CPUtime=0.26 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 5362 0 0 0 24 2 0 0 20 0 18 0 61844804 19384713216 25926 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844806 19384713216 25926 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844807 19384713216 25926 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103704 KiB

[startup+0.70024 s]
/proc/loadavg: 0.63 1.21 1.97 11/336 67160
/proc/meminfo: memFree=126698036/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=201952 CPUtime=1.25 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 9335 0 0 0 118 7 0 0 20 0 19 0 61844802 19452874752 50488 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 50488 5531 1 0 549457 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=18560 CPUtime=0.56 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 5428 0 0 0 52 4 0 0 20 0 19 0 61844804 19452874752 50488 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 50488 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 50488 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 201952 KiB

[startup+1.50028 s]
/proc/loadavg: 1.38 1.36 2.02 8/336 67160
/proc/meminfo: memFree=124301884/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=2355856 CPUtime=2.34 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 12122 0 0 0 184 50 0 0 20 0 19 0 61844802 19452874752 588964 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 588964 5531 1 0 1907375 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=3328 CPUtime=1.26 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 6468 0 0 0 82 44 0 0 20 0 19 0 61844804 19452874752 588964 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 588964 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 588964 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2355856 KiB

[startup+3.10582 s]
/proc/loadavg: 1.38 1.36 2.02 6/336 67160
/proc/meminfo: memFree=115131928/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4662520 CPUtime=4.01 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 13392 0 0 0 307 94 0 0 20 0 19 0 61844802 19452874752 1165630 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 1165630 5531 1 0 1907487 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=10752 CPUtime=2.84 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) S 67112 67116 67018 0 -1 4194368 7594 0 0 0 197 87 0 0 20 0 19 0 61844804 19452874752 1165630 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 1165630 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 1165630 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4662520 KiB

[startup+6.30028 s]
/proc/loadavg: 1.83 1.45 2.04 7/337 67161
/proc/meminfo: memFree=115067020/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4689976 CPUtime=8.22 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 22823 0 0 0 725 97 0 0 20 0 19 0 61844802 19452874752 1172494 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 1172494 5531 1 0 1913157 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=5632 CPUtime=5.93 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 7970 0 0 0 506 87 0 0 20 0 19 0 61844804 19452874752 1172494 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 1172494 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=-6000919498543687017 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 1172494 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4689976 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.49 2.05 5/337 67161
/proc/meminfo: memFree=114947708/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4701272 CPUtime=14.9 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 25872 0 0 0 1392 98 0 0 20 0 19 0 61844802 19452874752 1175318 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 1175318 5531 1 0 1913220 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=0 CPUtime=12.2 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 8865 0 0 0 1133 87 0 0 20 0 19 0 61844804 19452874752 1175318 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 1175318 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=4668684 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 1175318 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4701272 KiB

[startup+25.5003 s]
/proc/loadavg: 2.31 1.57 2.08 5/337 67161
/proc/meminfo: memFree=114521488/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4707460 CPUtime=27.78 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 29178 0 0 0 2678 100 0 0 20 0 19 0 61844802 19452874752 1176865 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 1176865 5531 1 0 1913220 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=14848 CPUtime=24.84 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 10884 0 0 0 2396 88 0 0 20 0 19 0 61844804 19452874752 1176865 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=4691468 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 1176865 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=18560 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 1176865 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 27.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4707460 KiB

[startup+51.1058 s]
/proc/loadavg: 3.09 1.84 2.15 5/337 67162
/proc/meminfo: memFree=113717732/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4726048 CPUtime=53.49 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 33672 0 0 0 5247 102 0 0 20 0 19 0 61844802 19452874752 1181512 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4749237 1181512 5531 1 0 1913220 0
[pid=67116/tid=67121] ppid=67112 vsize=18996948 memory=4705392 CPUtime=50.07 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 13139 0 0 0 4919 88 0 0 20 0 19 0 61844804 19452874752 1181512 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=18996948 memory=4721916 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844806 19452874752 1181512 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=18996948 memory=14848 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 61844807 19452874752 1181512 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 53.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4726048 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.19 2.25 5/337 67164
/proc/meminfo: memFree=113286312/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=18996948 memory=4740528 CPUtime=104.84 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 39818 0 0 0 10375 109 0 0 20 0 19 0 61844802 19452874752 1185132 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0

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

/proc/meminfo: memFree=105163520/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7584264 CPUtime=3178.94 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 235777 0 0 0 317602 292 0 0 20 0 20 0 61844802 19521036288 1896066 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1896066 5595 1 0 1917305 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=5276 CPUtime=3140.76 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 124689 0 0 0 313947 129 0 0 20 0 20 0 61844804 19521036288 1896066 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1896066 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3054 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1896066 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=7578888 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1896066 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3178.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7584264 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.13 4.07 5/341 67333
/proc/meminfo: memFree=105151776/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7579132 CPUtime=3239.13 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 238473 0 0 0 323619 294 0 0 20 0 20 0 61844802 19521036288 1894783 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1894783 5595 1 0 1917321 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=5276 CPUtime=3200.49 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 126021 0 0 0 319919 130 0 0 20 0 20 0 61844804 19521036288 1894783 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=7579132 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1894783 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=7579132 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3055 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1894783 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1894783 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3239.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7579132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.08 5/341 67337
/proc/meminfo: memFree=105118844/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7589032 CPUtime=3300.18 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 246968 0 0 0 329719 299 0 0 20 0 20 0 61844802 19521036288 1897258 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1897258 5595 1 0 1917816 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=7588904 CPUtime=3260.19 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 129011 0 0 0 325888 131 0 0 20 0 20 0 61844804 19521036288 1897258 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=7580400 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1897258 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=7580400 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3099 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1897258 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=-6000919498543687017 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1897258 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3300.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7589032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.08 5/342 67340
/proc/meminfo: memFree=105085688/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7599088 CPUtime=3367.65 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 261817 0 0 0 336458 307 0 0 20 0 20 0 61844802 19521036288 1899772 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1899772 5595 1 0 1923237 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=5276 CPUtime=3319.05 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 132049 0 0 0 331774 131 0 0 20 0 20 0 61844804 19521036288 1899772 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=7598832 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1899772 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=7595888 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3099 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1899772 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=7599088 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1899772 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3367.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7599088 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.08 5/343 67343
/proc/meminfo: memFree=105075612/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7600368 CPUtime=3428.15 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 269158 0 0 0 342505 310 0 0 20 0 20 0 61844802 19521036288 1900092 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1900092 5595 1 0 1923397 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=14848 CPUtime=3378.75 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 135776 0 0 0 337743 132 0 0 20 0 20 0 61844804 19521036288 1900092 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1900092 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=7600368 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3144 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1900092 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=7600368 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1900092 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3428.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7600368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.14 4.09 5/343 67345
/proc/meminfo: memFree=105051232/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7602476 CPUtime=3488.47 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 273787 0 0 0 348534 313 0 0 20 0 20 0 61844802 19521036288 1900619 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1900619 5595 1 0 1923397 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=12416 CPUtime=3438.23 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 138619 0 0 0 343690 133 0 0 20 0 20 0 61844804 19521036288 1900619 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1900619 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=7602476 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3215 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1900619 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1900619 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3488.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7602476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.14 4.09 5/342 67347
/proc/meminfo: memFree=105045864/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7604908 CPUtime=3551.38 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 280689 0 0 0 354820 318 0 0 20 0 20 0 61844802 19521036288 1901227 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1901227 5595 1 0 1924223 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=10752 CPUtime=3497.65 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 141864 0 0 0 349631 134 0 0 20 0 20 0 61844804 19521036288 1901227 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=7604908 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1901227 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=21872 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3343 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1901227 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1901227 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3551.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7604908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.6 s]
/proc/loadavg: 4.16 4.14 4.09 5/344 67351
/proc/meminfo: memFree=105010792/131249988 swapFree=33010672/33010684
[pid=67116] ppid=67112 vsize=19063512 memory=7607596 CPUtime=3600 cores=4,6
/proc/67116/stat : 67116 (java) S 67112 67116 67018 0 -1 4194304 286357 0 0 0 359680 320 0 0 20 0 20 0 61844802 19521036288 1901899 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
/proc/67116/statm: 4765878 1901899 5595 1 0 1924740 0
[pid=67116/tid=67121] ppid=67112 vsize=19063512 memory=17440 CPUtime=3545.49 cores=4,6
/proc/67116/task/67121/stat : 67121 (java) R 67112 67116 67018 0 -1 4194368 144268 0 0 0 354414 135 0 0 20 0 20 0 61844804 19521036288 1901899 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67137] ppid=67112 vsize=19063512 memory=46592 CPUtime=0 cores=4,6
/proc/67116/task/67137/stat : 67137 (Finalizer) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61844806 19521036288 1901899 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67144] ppid=67112 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/67116/task/67144/stat : 67144 (Common-Cleaner) S 67112 67116 67018 0 -1 4194368 3343 0 0 0 0 0 0 0 20 0 20 0 61844807 19521036288 1901899 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
[pid=67116/tid=67176] ppid=67112 vsize=19063512 memory=9984 CPUtime=0 cores=4,6
/proc/67116/task/67176/stat : 67176 (Timer-0) S 67112 67116 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61868295 19521036288 1901899 18446744073709551615 94152933638144 94152933641840 140729735208784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152933649656 94152933650448 94152939823104 140729735211309 140729735211494 140729735211494 140729735217096 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7607596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.23469 s

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

Child status: 143

Real time (s): 3570.7
CPU time (s): 3600.18
CPU user time (s): 3596.94
CPU system time (s): 3.23469
CPU usage (%): 100.826
Max. virtual memory (cumulated for all children) (KiB): 19069104
Max. memory (cumulated for all children) (KiB): 7618260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.23469
maximum resident set size= 7620980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 309680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129978
involuntary context switches= 25072


# summary of solver processes directly reported to runsolver:
#   pid: 67116
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.23469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36147 second user time and 16.1609 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-02 15:07:52
IDJOB=4504395
IDBENCH=155654
IDSOLVER=3362
FILE ID=nodeC020/4504395-1751461672
RUNJOBID= nodeC020-1751461672-67029
SLURM_JOB_ID= 9598465
Free space on /tmp= 431988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504395-1751461672/watcher-4504395-1751461672 -o /tmp/evaluation-result-4504395-1751461672/solver-4504395-1751461672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751461672-67029 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504395-1751461672 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504395-1751461672.opb

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=647253967

nodeC020 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.915
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.79
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.899
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.79
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.892
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.79
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.809
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.79
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.894
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.79
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.903
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.79
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.221
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.79
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.877
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128203584 kB
MemAvailable:   129705272 kB
Buffers:            2128 kB
Cached:          2304692 kB
SwapCached:            8 kB
Active:           591052 kB
Inactive:        1853684 kB
Active(anon):     133452 kB
Inactive(anon):    22512 kB
Active(file):     457600 kB
Inactive(file):  1831172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57020 kB
Writeback:             0 kB
AnonPages:        141672 kB
Mapped:           122492 kB
Shmem:             18048 kB
KReclaimable:     104312 kB
Slab:             194108 kB
SReclaimable:     104312 kB
SUnreclaim:        89796 kB
KernelStack:        4596 kB
PageTables:         3128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4770432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150952 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431988 MiB
End job on nodeC020 at 2025-07-02 16:07:23