Trace number 4506983

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.24 3640.59

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K159.opb
MD5SUM27d58ce279c297ab3aeba38d0412d1d9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2789.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18921
Total number of constraints19241
Number of constraints which are clauses19082
Number of constraints which are cardinality constraints (but not clauses)159
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint159
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 160
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.05/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.24	c See www.sat4j.org for details.
0.05/0.24	c version PB25.v20250606
0.05/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.25	c java.vm.version	22.0.1+8-16
0.05/0.25	c java.vm.vendor	Oracle Corporation
0.05/0.25	c sun.arch.data.model	64
0.05/0.25	c java.version		22.0.1
0.05/0.25	c os.name		Linux
0.05/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.05/0.25	c os.arch		amd64
0.05/0.25	c Free memory 		2104792832
0.05/0.25	c Max memory 		16282288128
0.05/0.25	c Total memory 		2113929216
0.05/0.26	c Number of processors 	2
0.20/0.32	c Pseudo Boolean Optimization by upper bound
0.20/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.32	c  - never skip resolution steps
0.20/0.32	c  - Auto-division on coefficients is disabled
0.20/0.32	c  - No postprocessing
0.20/0.32	c  - Conflict is considered as is when resolving
0.20/0.32	c  - Use constraints as they come during conflict analysis
0.20/0.32	c  - Weaken first using unassigned literals
0.20/0.32	c  - Bump strategy: ALWAYS_ONE
0.20/0.32	c  - Bumper: EFFECTIVE
0.20/0.32	c --- Begin Solver configuration ---
0.20/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.20/0.32	c Learn all clauses as in MiniSAT
0.20/0.32	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.32	c No reason simplification
0.20/0.32	c Dynamic restart strategy considering the size of the coefficients
0.20/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.20/0.32	c timeout=2147483s
0.20/0.32	c DB Simplification allowed=false
0.20/0.32	c Listener: none
0.20/0.32	c --- End Solver configuration ---
0.20/0.32	c solving HOME/instance-4506983-1751183987.opb
0.20/0.32	c reading problem ... 
0.20/0.32	c using VERIPB proof format
0.20/0.32	c  no objective function found
2.30/1.43	c ... done. Wall clock time 1.1s.
2.30/1.43	c declared #vars     18921
2.30/1.43	c #constraints  19241
2.30/1.43	c constraints type 
2.30/1.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2054
2.30/1.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 159
2.30/1.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17026
2.30/1.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.30/1.43	c 19241 constraints processed.
117.25/110.20	c cleaning 2473 clauses out of 5000 with flag 0/5000
597.17/624.47	c cleaning 4227 clauses out of 8528 with flag 0/11001
3600.08/3640.52	c starts		: 20
3600.08/3640.52	c conflicts		: 17044
3600.08/3640.53	c decisions		: 192710
3600.08/3640.53	c propagations		: 19270132
3600.08/3640.53	c inspects		: 86495200
3600.08/3640.53	c shortcuts		: 0
3600.08/3640.53	c learnt literals	: 0
3600.08/3640.53	c learnt binary clauses	: 0
3600.08/3640.53	c learnt ternary clauses	: 84
3600.08/3640.53	c learnt constraints	: 17043
3600.08/3640.53	c ignored constraints	: 0
3600.08/3640.53	c root simplifications	: 0
3600.08/3640.53	c removed literals (reason simplification)	: 0
3600.08/3640.53	c reason swapping (by a shorter reason)	: 0
3600.08/3640.53	c Calls to reduceDB	: 2
3600.08/3640.53	c Number of update (reduction) of LBD	: 33048
3600.08/3640.53	c Imported unit clauses	: 0
3600.08/3640.53	c No decision after first conflict	: false
3600.08/3640.53	c number of reductions to clauses (during analyze)	: 0
3600.08/3640.53	c number of learned constraints concerned by reduction	: 0
3600.08/3640.53	c number of learning phase by resolution	: 0
3600.08/3640.53	c number of learning phase by cutting planes	: 0
3600.08/3640.53	c number of rounding to 1 operations	: 0
3600.08/3640.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3640.53	c number of reductions of the coefficients by power 2 	: 0
3600.08/3640.53	c number of right shift for reduction by power 2 	: 0
3600.08/3640.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3640.53	c number of ending skipping 	: 0
3600.08/3640.54	c number of internal skipping 	: 0
3600.08/3640.54	c number of derivation steps 	: 1155630
3600.08/3640.54	c number of skipped derivation steps 	: 0
3600.08/3640.54	c number of remaining unassigned 	: 272385
3600.08/3640.54	c number of remaining assigned 	: 47875049
3600.08/3640.54	c number of falsified literals weakened from reason	: 0
3600.08/3640.54	c number of falsified literals weakened from conflict	: 0
3600.08/3640.54	c time for arithmetic operations	: 995173379682
3600.08/3640.56	c minimum degree of deleted constraints	: 1
3600.08/3640.56	c maximum degree of deleted constraints	: 2315302465875138612411732769351769353518245591048438397368204917295512873546741393878786141118526923175811778577938351943167478154446036070086521290282733946280915281059637779767006412315187685292343322070138392516218372584101151266660223414202731670775088438702596263634562207583302084617442028456638343087689570728452922938186880056611998308841792460268859310765472274660373610284285683228416428347516466776430172621007049864176252865848027862609651430596365458132563113493673114582602087179099239872070660389350402490230665960125178564155567561481546967023326636614302369659929008134298361204502250630579959644185214307186960067999676943796352203228661541126723195923946576894699024108385739533158957948051469221863041515751328963412897308200491349834581346902341009935428136999632413986722463235380419179982479877121254554939655256597832115408068718802980640496031244861571767584917249673955385918293901863509338229384442807378736271833750312686527452663793892996248776851773840843607323700671098892653659247395656808037426334294841229961360724121633410547139983286300355218963762279774650696970136827116652116194619882125381593005836852725442457481736040059398599419698256570594680523477120799335543649955267804072800810304944452883613863407951293842402019654882608901745675440623234174446133988467702110474229787296669683431328423603153907067690633991708163145369085028638730130247084129450424546222315855134833252159176411571459116957616949789876545241626688804947168999228170119594563978853266903674220256652445944907158544084125949463276001523975670331576120059720172119375646338513858021450781232511061799186320590192932747654829429796828543808693698517099810192199905768751218527262936199906857349495789533439745326620452247674982982957779567844382465816243740400525400591248209723988076553362025016832462000376864944652692668384419059707889223586118787142742504313585475885104400396795875667227096369626178565483375643636852564634548702999652741576182873252403532364069376819930422769133016197467848994780022706426302029282662635969456501662125221894788401514933890628013947438627404009968226920696883047502556473311665852114034314251593252186141620055566726289314816797338020439819306829514878456997712988766154173532408132558777313870870289146230036713611685793297962152019485928277867102362813255660009567491317717749393270546214695391122469435890411661816517200925233666386712132982781685550308133721034635096613561039241171496614482942054197476412901271549839830041037250981848214428724499387427104817148145075402526418395367636569114518235955003951517408271918991556009104873621754049235585133842491454513336657710915938160184755862859731537041767557389510746227189875547347035164570502484463580106995790235175459670548514525447290045171749222403714357908922426461613449142089537374549792884336766411728855190498732854715214581681137173950911387204138266936461432996135802388605660513584324065938208036597615733311190871884820292014981275971910947082053085520579140615226729408028335217128599265246858139296994263386548612114795345225946816359093160112988213651425151756170335662103660987372790091584484158368749677385804218157624147093719583602253625281164672552913317513595480707526966329269318976825876504429669218034656159391314367689300582306531325117609138529216655763124479112907361780586151711379764308925100928363466278249354383283534955852430509649023652898672717835372917350029956174125148491417642529990218166157996527911579850920976787584965850063252822465278958187209759795711980697112840230871211477364829901449210513683299244769422033361544926466185102369895448372875276537104892751642786006763221931882335744278968908601591972900124301169452574389397789670253759521188953177213502844713615693607247352933197920904044234866634129187774236901485009318846617211985455220597436296397406356556000
3600.08/3640.56	c number of deleted constraints	: 6700
3600.08/3640.56	c speed (assignments/second)	: 5295.285579362652
3600.08/3640.56	c non guided choices	: 5123
3600.08/3640.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 558
3600.08/3640.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2792
3600.08/3640.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6993
3600.08/3640.57	s UNKNOWN
3600.08/3640.57	c Total wall clock time (in seconds): 3640.245

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 (63097 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-4506983-1751183987/watcher-4506983-1751183987 -o /tmp/evaluation-result-4506983-1751183987/solver-4506983-1751183987 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20567 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506983-1751183987 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4506983-1751183987.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=20617, runsolver pid=20608

[startup+0.100056 s]*
/proc/loadavg: 0.48 0.92 1.13 2/273 20634
/proc/meminfo: memFree=129982620/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=483604 memory=13056 CPUtime=0 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 708 0 149 0 0 0 0 0 20 0 2 0 34076537 495210496 3264 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 120901 3264 2816 1 0 2505 0
[pid=20617/tid=20631] ppid=20608 vsize=483604 memory=4026532124 CPUtime=0 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4456512 161 0 72 0 0 0 0 0 20 0 2 0 34076544 495210496 3296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 483604 KiB
Current children cumulated memory: 13056 KiB

[startup+0.205331 s]*
/proc/loadavg: 0.48 0.92 1.13 10/337 20698
/proc/meminfo: memFree=129924596/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=18930384 memory=47604 CPUtime=0.05 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 5507 0 454 0 3 2 0 0 20 0 18 0 34076537 19384713216 11901 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4732596 11901 5151 1 0 546955 0
[pid=20617/tid=20631] ppid=20608 vsize=18930384 memory=3472328132922704156 CPUtime=0.03 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) S 20608 20617 20557 0 -1 4194368 4412 0 348 0 1 2 0 0 20 0 18 0 34076544 19384713216 11901 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 34076554 19384713216 11901 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 34076555 19384713216 11901 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47604 KiB

[startup+0.305533 s]*
/proc/loadavg: 0.48 0.92 1.13 13/337 20698
/proc/meminfo: memFree=129893848/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=18930384 memory=58940 CPUtime=0.2 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 6670 0 454 0 17 3 0 0 20 0 18 0 34076537 19384713216 14735 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4732596 14735 5343 1 0 547852 0
[pid=20617/tid=20631] ppid=20608 vsize=18930384 memory=-6000919507133295725 CPUtime=0.11 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 5049 0 348 0 9 2 0 0 20 0 18 0 34076544 19384713216 14735 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=18930384 memory=-4421386504837753701 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 34076554 19384713216 14735 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 34076555 19384713216 14735 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58940 KiB

[startup+0.70021 s]
/proc/loadavg: 0.48 0.92 1.13 10/341 20702
/proc/meminfo: memFree=129494844/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=18996948 memory=333148 CPUtime=0.94 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 9427 0 454 0 84 10 0 0 20 0 19 0 34076537 19452874752 83287 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4749237 83287 5439 1 0 549674 0
[pid=20617/tid=20631] ppid=20608 vsize=18996948 memory=17408 CPUtime=0.43 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 5295 0 348 0 36 7 0 0 20 0 19 0 34076544 19452874752 83287 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 34076554 19452874752 83287 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 34076555 19452874752 83287 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 333148 KiB

[startup+1.5002 s]
/proc/loadavg: 0.48 0.92 1.13 9/341 20702
/proc/meminfo: memFree=124749488/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=2464568 CPUtime=2.49 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 23589 0 454 0 196 53 0 0 20 0 20 0 34076537 19521036288 616142 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 616142 5439 1 0 1082117 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=5632 CPUtime=1.17 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 6372 0 348 0 70 47 0 0 20 0 20 0 34076544 19521036288 616142 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 616142 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 616142 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2464568 KiB

[startup+3.10492 s]
/proc/loadavg: 1.08 1.04 1.17 10/346 20708
/proc/meminfo: memFree=120955308/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=2675592 CPUtime=5.68 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 24746 0 454 0 510 58 0 0 20 0 20 0 34076537 19521036288 668898 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 668898 5439 1 0 1082671 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=0 CPUtime=2.66 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 6505 0 348 0 215 51 0 0 20 0 20 0 34076544 19521036288 668898 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 668898 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=2576684 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 668898 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 668898 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2675592 KiB

[startup+6.30028 s]
/proc/loadavg: 1.08 1.04 1.17 6/346 20708
/proc/meminfo: memFree=120007552/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=3187900 CPUtime=10.62 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 25204 0 454 0 993 69 0 0 20 0 20 0 34076537 19521036288 796975 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 796975 5471 1 0 1082677 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=0 CPUtime=5.83 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 6759 0 348 0 521 62 0 0 20 0 20 0 34076544 19521036288 796975 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=2244 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 796975 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 796975 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=-6000919472790334573 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 796975 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3187900 KiB

[startup+12.7002 s]
/proc/loadavg: 1.40 1.10 1.19 7/346 20708
/proc/meminfo: memFree=119435292/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=3383116 CPUtime=18.35 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 26261 0 454 0 1760 75 0 0 20 0 20 0 34076537 19521036288 845779 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 845779 5471 1 0 1082744 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=-6000919472790334573 CPUtime=12.18 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 7600 0 348 0 1151 67 0 0 20 0 20 0 34076544 19521036288 845779 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=3382988 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 845779 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=3382988 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 845779 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=3383116 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 845779 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 18.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3383116 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=20617] ppid=20608 vsize=19063512 memory=3387524 CPUtime=31.4 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 35566 0 454 0 3063 77 0 0 20 0 20 0 34076537 19521036288 846881 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 846881 5471 1 0 1082760 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=0 CPUtime=24.94 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 9584 0 348 0 2426 68 0 0 20 0 20 0 34076544 19521036288 846881 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 846881 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=3383244 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 846881 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=3024 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 846881 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 31.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387524 KiB

[startup+51.1049 s]
/proc/loadavg: 2.76 1.50 1.32 7/346 20708
/proc/meminfo: memFree=119059560/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=3452048 CPUtime=57.58 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 49866 0 454 0 5676 82 0 0 20 0 20 0 34076537 19521036288 863012 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 863012 5471 1 0 1082842 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=3452048 CPUtime=50.39 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 13385 0 348 0 4969 70 0 0 20 0 20 0 34076544 19521036288 863012 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=3452048 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 863012 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=3451920 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 863012 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=3451920 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 863012 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 57.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452048 KiB


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

/proc/meminfo: memFree=107408180/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3242.31 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 195047 0 455 0 323963 268 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3204.78 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 79332 0 348 0 320349 129 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3242.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.02 6/345 20895
/proc/meminfo: memFree=107403808/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3302.3 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 196170 0 455 0 329960 270 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=-6000919472790334573 CPUtime=3264.44 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 80165 0 348 0 326314 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3302.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.11 4.03 6/346 20898
/proc/meminfo: memFree=107379644/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3362.24 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 197590 0 455 0 335952 272 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=-6000919472790334573 CPUtime=3324.17 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 80989 0 348 0 332287 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 1941 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3362.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.03 6/344 20903
/proc/meminfo: memFree=107380140/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3422.17 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 199622 0 455 0 341944 273 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=-6000919472790334573 CPUtime=3383.92 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 82236 0 348 0 338262 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 2051 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3422.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.03 6/344 20909
/proc/meminfo: memFree=107361680/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3482.07 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 200330 0 455 0 347932 275 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3443.76 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 82735 0 348 0 344246 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 2090 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3482.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 6/343 20911
/proc/meminfo: memFree=107344396/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3541.97 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 200426 0 455 0 353920 277 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=17408 CPUtime=3503.6 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 82772 0 348 0 350230 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 2092 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=6964 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3541.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.5 s]
/proc/loadavg: 4.22 4.13 4.05 6/343 20914
/proc/meminfo: memFree=107304600/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3600.08 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 200460 0 455 0 359730 278 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=0 CPUtime=3561.66 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 82782 0 348 0 356036 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 2096 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.79969 s

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

[startup+3640.5 s]
/proc/loadavg: 4.22 4.13 4.05 6/343 20914
/proc/meminfo: memFree=107304600/131249996 swapFree=33010684/33010684
[pid=20617] ppid=20608 vsize=19063512 memory=4289184 CPUtime=3600.08 cores=0,2
/proc/20617/stat : 20617 (java) S 20608 20617 20557 0 -1 4194304 200460 0 455 0 359730 278 0 0 20 0 20 0 34076537 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
/proc/20617/statm: 4765878 1072296 5471 1 0 1089840 0
[pid=20617/tid=20631] ppid=20608 vsize=19063512 memory=0 CPUtime=3561.66 cores=0,2
/proc/20617/task/20631/stat : 20631 (java) R 20608 20617 20557 0 -1 4194368 82782 0 348 0 356036 130 0 0 20 0 20 0 34076544 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20669] ppid=20608 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/20617/task/20669/stat : 20669 (Finalizer) S 20608 20617 20557 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34076554 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20698] ppid=20608 vsize=19063512 memory=4289184 CPUtime=0 cores=0,2
/proc/20617/task/20698/stat : 20698 (Common-Cleaner) S 20608 20617 20557 0 -1 4194368 2096 0 0 0 0 0 0 0 20 0 20 0 34076555 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
[pid=20617/tid=20705] ppid=20608 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/20617/task/20705/stat : 20705 (Timer-0) S 20608 20617 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076682 19521036288 1072296 18446744073709551615 94554197540864 94554197544560 140721982344704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94554197552376 94554197553168 94554230595584 140721982351661 140721982351846 140721982351846 140721982357448 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289184 KiB

Child status: 143

Real time (s): 3640.59
CPU time (s): 3600.24
CPU user time (s): 3597.44
CPU system time (s): 2.79969
CPU usage (%): 98.8916
Max. virtual memory (cumulated for all children) (KiB): 19068544
Max. memory (cumulated for all children) (KiB): 4289184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.79969
maximum resident set size= 4290336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203003
page faults= 455
swaps= 0
block input operations= 30192
block output operations= 936920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165462
involuntary context switches= 13443


# summary of solver processes directly reported to runsolver:
#   pid: 20617
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.79969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90404 second user time and 14.0391 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 09:59:47
IDJOB=4506983
IDBENCH=158311
IDSOLVER=3362
FILE ID=nodeC023/4506983-1751183987
RUNJOBID= nodeC023-1751183987-20567
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_K159.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506983-1751183987/watcher-4506983-1751183987 -o /tmp/evaluation-result-4506983-1751183987/solver-4506983-1751183987 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20567 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506983-1751183987 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4506983-1751183987.opb

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
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		: 3607.052
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		: 3439.004
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		: 3599.894
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		: 2742.554
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.071
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		: 3257.149
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		: 3600.239
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		: 2390.996
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:        129981980 kB
MemAvailable:   129701456 kB
Buffers:            3280 kB
Cached:           529856 kB
SwapCached:            0 kB
Active:           353200 kB
Inactive:         259520 kB
Active(anon):      97648 kB
Inactive(anon):        0 kB
Active(file):     255552 kB
Inactive(file):   259520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:         82692 kB
Mapped:           102692 kB
Shmem:             18064 kB
KReclaimable:      87284 kB
Slab:             172908 kB
SReclaimable:      87284 kB
SUnreclaim:        85624 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:     340096 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