Trace number 4512941

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.41 3519.51

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round21-2.opb
MD5SUM4a86523b20ed9a3f9efb65c4df28efb6
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 benchmark0.895312
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.56/0.46	c Pseudo Boolean Optimization by upper bound
0.56/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.46	c  - never skip resolution steps
0.56/0.46	c  - Auto-division on coefficients is disabled
0.56/0.46	c  - No postprocessing
0.56/0.46	c  - Conflict is considered as is when resolving
0.56/0.46	c  - Use constraints as they come during conflict analysis
0.56/0.46	c  - Weaken first using unassigned literals
0.56/0.46	c  - Bump strategy: ALWAYS_ONE
0.56/0.46	c  - Bumper: EFFECTIVE
0.56/0.46	c --- Begin Solver configuration ---
0.56/0.46	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.56/0.46	c Learn all clauses as in MiniSAT
0.56/0.46	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.46	c No reason simplification
0.56/0.46	c Dynamic restart strategy considering the size of the coefficients
0.56/0.46	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.56/0.46	c timeout=2147483s
0.56/0.46	c DB Simplification allowed=false
0.56/0.46	c Listener: none
0.56/0.46	c --- End Solver configuration ---
0.56/0.46	c solving HOME/instance-4512941-1751212636.opb
0.56/0.46	c reading problem ... 
0.56/0.47	c using VERIPB proof format
0.56/0.47	c  no objective function found
1.46/0.97	c ... done. Wall clock time 0.506s.
1.46/0.97	c declared #vars     3968
1.46/0.97	c #constraints  9184
1.46/0.97	c constraints type 
1.46/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.46/0.98	c org.sat4j.specs.Constr$1 => 920
1.46/0.98	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1664
1.46/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5952
1.46/0.98	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.46/0.98	c 9184 constraints processed.
79.97/69.88	c cleaning 2499 clauses out of 5002 with flag 0/5002
1460.82/1450.49	c cleaning 4227 clauses out of 8501 with flag 0/11000
3600.04/3519.34	c starts		: 31
3600.04/3519.36	c conflicts		: 17263
3600.04/3519.36	c decisions		: 56619
3600.04/3519.36	c propagations		: 2028391
3600.04/3519.36	c inspects		: 131196230
3600.04/3519.36	c shortcuts		: 0
3600.04/3519.36	c learnt literals	: 0
3600.04/3519.36	c learnt binary clauses	: 0
3600.04/3519.36	c learnt ternary clauses	: 0
3600.04/3519.36	c learnt constraints	: 17263
3600.04/3519.36	c ignored constraints	: 0
3600.04/3519.36	c root simplifications	: 0
3600.04/3519.37	c removed literals (reason simplification)	: 0
3600.04/3519.37	c reason swapping (by a shorter reason)	: 0
3600.04/3519.37	c Calls to reduceDB	: 2
3600.04/3519.37	c Number of update (reduction) of LBD	: 22340
3600.04/3519.37	c Imported unit clauses	: 0
3600.04/3519.38	c No decision after first conflict	: false
3600.04/3519.38	c number of reductions to clauses (during analyze)	: 0
3600.04/3519.38	c number of learned constraints concerned by reduction	: 0
3600.04/3519.38	c number of learning phase by resolution	: 0
3600.04/3519.38	c number of learning phase by cutting planes	: 0
3600.04/3519.38	c number of rounding to 1 operations	: 0
3600.04/3519.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3519.38	c number of reductions of the coefficients by power 2 	: 0
3600.04/3519.38	c number of right shift for reduction by power 2 	: 0
3600.04/3519.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3519.38	c number of ending skipping 	: 0
3600.04/3519.38	c number of internal skipping 	: 0
3600.04/3519.38	c number of derivation steps 	: 575065
3600.04/3519.38	c number of skipped derivation steps 	: 0
3600.04/3519.38	c number of remaining unassigned 	: 135440
3600.04/3519.38	c number of remaining assigned 	: 26633077
3600.04/3519.39	c number of falsified literals weakened from reason	: 0
3600.04/3519.39	c number of falsified literals weakened from conflict	: 0
3600.04/3519.39	c time for arithmetic operations	: 351513505923
3600.04/3519.40	c minimum degree of deleted constraints	: 30
3600.04/3519.40	c maximum degree of deleted constraints	: 9916508409353367486069182232924843305039196503287336110742072715424123262681326607733476966965200583592499796433761398104514980105796971389839791145263891695599775992396752687087507912075229691908464936767120501476214652979980463966481492449566995537346521974658444209278954030893958508136140627205015480419496521954993859075331493396017724251480701345612184196664281247285430448371124354196689107690035676331883400590721617674879165839678386520646160969601890831930648192874819720312645440753429126452284637629369983560415842634589314202032147243598212286539217359464540647110762123072480997342889582346292286009198816734973279537202289234832140352599894109191345871086755899429576649775023457535466150750983502252912241297883351921428825553990343217542589114603178298021096800707864640087445224334788999870364011964780847220826484478865332606650884819704794372405353777717954398733488335530963907815328188616806072816430711506825379080135779697031841528072952651906963264951326181492340038732306510687261367706826898668699487603027442106211688636855206366973222457681749941108706898740058340595179671996878252511136517154273034407717104172614655791780989788833670291287487807501395283623519750375844858695411789236459906657069504277581607471709140743662999721476561269755563324066501094718048355315832854017911456915274407212130688126943483693261501410320174665048579617950884141122579128052672717516747528849774923492375761293030263037441545292338095194843502506068238993715867322419326078882843136386140715237966355114645607670414087689607634105917345704031884504985807508120853276433910719010575156679901012181373012221149543445811689439344409710383303003919244063796777794174826392137892833146177465590579601058146489799477753918615608554740218078859458421491504636175991128003782898375657053901775070304975413752108351932005740223597691663702844059446575066077275941958076531389804667693311151997180839284045579273460829257055076154313863069962575799821056850415087518175101804198890315334855776116023971880829854226339794412528989317350385040608617340393051204785014013715279152404801085755465383769425230618721926062713920473293309671192622524238433637484800043662257134861747518376912579728405345087705424859664789769872472170690176263469103600287761837904105731946721234544570211218380880306985364923581842272353598075174868859515186396493215195436702374149552773566149701138059907477088590934986623919392166921753668682044854543440874423653777612771583987717803819646858622416546479475304819025317947270994521021877827960257395139788168992612755914207815736670423948154221015762210627660042345158069294024514643351367660509236442525090082029226720763879777211219483099764948099955064050771708521594403443350073052448972761604024286302066765630281140951832151332264101840106644573386997337255299680703285210695510054130987878491340435508048810643485463768774979027688595506608337637478333090474806326908322256279631468509956721728695798920589748802314432069517686969887285200014109732510472066433139970113459580424267429752104287610986506668644054737365355454363000607560082516658481156640716185677010183580155685114269575493474698343837142305065133434579740969015947460372591244257778173719763010804962729397380260880241760613858985580514415223383615824194851037874621962100583892718798238162633669543063399974431789923557547400933616183144162329581627127544670263583272185059843552053649333334727730252891865064857056055836107846439651108573741253358385117609353181326025324120057001354199376368437491542847013188787304154948846832088819348906299624740908442858983592563794996506293790202597421923239177720517305324916646153709517648557015282014677279077026886782976000
3600.04/3519.40	c number of deleted constraints	: 6726
3600.24/3519.42	c speed (assignments/second)	: 576.509439351707
3600.24/3519.42	c non guided choices	: 232
3600.24/3519.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.24/3519.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10536
3600.24/3519.46	s UNKNOWN
3600.24/3519.47	c Total wall clock time (in seconds): 3518.994

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=27787, runsolver pid=27784

[startup+0.100071 s]*
/proc/loadavg: 4.09 4.12 4.13 6/326 27805
/proc/meminfo: memFree=108585032/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=18930384 memory=47208 CPUtime=0.1 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 5683 0 0 0 6 4 0 0 20 0 18 0 36943016 19384713216 11802 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4732596 11802 5144 1 0 546900 0
[pid=27787/tid=27789] ppid=27784 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 4592 0 0 0 4 2 0 0 20 0 18 0 36943018 19384713216 11802 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36943023 19384713216 11834 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=18930384 memory=56295059375534 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36943025 19384713216 11834 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47208 KiB

[startup+0.214038 s]*
/proc/loadavg: 4.09 4.12 4.13 6/326 27805
/proc/meminfo: memFree=108584024/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=18930384 memory=51836 CPUtime=0.25 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 6123 0 0 0 20 5 0 0 20 0 18 0 36943016 19384713216 12959 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4732596 12959 5336 1 0 547239 0
[pid=27787/tid=27789] ppid=27784 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 4949 0 0 0 13 3 0 0 20 0 18 0 36943018 19384713216 12959 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36943023 19384713216 12959 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36943025 19384713216 12959 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51836 KiB

[startup+0.315147 s]*
/proc/loadavg: 4.09 4.12 4.13 6/326 27805
/proc/meminfo: memFree=108572116/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=18930384 memory=57900 CPUtime=0.42 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 6636 0 0 0 36 6 0 0 20 0 18 0 36943016 19384713216 14475 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4732596 14475 5336 1 0 547679 0
[pid=27787/tid=27789] ppid=27784 vsize=18930384 memory=-6000919489835918701 CPUtime=0.24 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 5104 0 0 0 21 3 0 0 20 0 18 0 36943018 19384713216 14475 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36943023 19384713216 14475 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36943025 19384713216 14475 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57900 KiB

[startup+0.700396 s]
/proc/loadavg: 4.09 4.12 4.13 7/326 27805
/proc/meminfo: memFree=108568020/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=18930384 memory=146912 CPUtime=1.07 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 7300 0 0 0 98 9 0 0 20 0 18 0 36943016 19384713216 36728 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4732596 36728 5432 1 0 548046 0
[pid=27787/tid=27789] ppid=27784 vsize=18930384 memory=17792 CPUtime=0.57 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 5421 0 0 0 51 6 0 0 20 0 18 0 36943018 19384713216 36728 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=18930384 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36943023 19384713216 36728 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36943025 19384713216 36728 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 146912 KiB

[startup+1.50023 s]
/proc/loadavg: 4.09 4.12 4.13 8/328 27807
/proc/meminfo: memFree=108436072/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=209836 CPUtime=2.62 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 20263 0 0 0 248 14 0 0 20 0 20 0 36943016 19521036288 52459 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 52459 5464 1 0 554457 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=3328 CPUtime=1.13 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 6050 0 0 0 106 7 0 0 20 0 20 0 36943018 19521036288 52459 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 52459 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 52459 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 52459 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209836 KiB

[startup+3.10573 s]
/proc/loadavg: 4.09 4.12 4.13 6/328 27807
/proc/meminfo: memFree=108260592/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=393496 CPUtime=5.8 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 28474 0 0 0 560 20 0 0 20 0 20 0 36943016 19521036288 98374 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 98374 5464 1 0 558412 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=14352 CPUtime=2.65 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 6832 0 0 0 254 11 0 0 20 0 20 0 36943018 19521036288 98374 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 98374 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 98374 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 98374 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393496 KiB

[startup+6.30024 s]
/proc/loadavg: 4.24 4.15 4.14 6/328 27807
/proc/meminfo: memFree=108002120/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=611100 CPUtime=11.32 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 34079 0 0 0 1105 27 0 0 20 0 20 0 36943016 19521036288 152775 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 152775 5464 1 0 560077 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=0 CPUtime=5.78 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 7225 0 0 0 562 16 0 0 20 0 20 0 36943018 19521036288 152775 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 152775 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 152775 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=213932 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 152775 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 11.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 611100 KiB

[startup+12.7004 s]
/proc/loadavg: 4.22 4.15 4.14 5/328 27807
/proc/meminfo: memFree=107973448/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=638032 CPUtime=18.55 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 37533 0 0 0 1824 31 0 0 20 0 20 0 36943016 19521036288 159508 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 159508 5464 1 0 560093 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=213932 CPUtime=11.94 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 8102 0 0 0 1177 17 0 0 20 0 20 0 36943018 19521036288 159508 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=638032 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 159508 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 159508 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 159508 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 18.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 638032 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.14 4.14 5/328 27807
/proc/meminfo: memFree=107440480/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=1172944 CPUtime=32.75 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 43705 0 0 0 3233 42 0 0 20 0 20 0 36943016 19521036288 293236 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 293236 5464 1 0 560109 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=0 CPUtime=24.5 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 9958 0 0 0 2424 26 0 0 20 0 20 0 36943018 19521036288 293236 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 293236 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=1172944 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 293236 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=1172944 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 293236 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 32.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1172944 KiB

[startup+51.1138 s]
/proc/loadavg: 4.25 4.16 4.15 5/328 27808
/proc/meminfo: memFree=106144364/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=2467364 CPUtime=59.4 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 47448 0 0 0 5867 73 0 0 20 0 20 0 36943016 19521036288 616841 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 616841 5464 1 0 969557 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=1193164 CPUtime=49.61 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 11523 0 0 0 4912 49 0 0 20 0 20 0 36943018 19521036288 616841 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=26356 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 616841 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 616841 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0

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

[startup+3162.3 s]
/proc/loadavg: 4.37 4.25 4.20 5/332 28184
/proc/meminfo: memFree=110487084/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3224.7 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 205143 0 0 0 322038 432 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3126.74 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 81494 0 0 0 312537 137 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=-6000919489835918701 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2083 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3224.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.23 4.20 5/331 28187
/proc/meminfo: memFree=110474592/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3291.91 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 208442 0 0 0 328749 442 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3186.05 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 83145 0 0 0 318468 137 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2128 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3291.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.27 4.21 5/329 28189
/proc/meminfo: memFree=110457776/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3358.96 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 208673 0 0 0 335443 453 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3245.51 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 83279 0 0 0 324413 138 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3358.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.23 4.20 5/328 28191
/proc/meminfo: memFree=110449528/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3418.89 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 210554 0 0 0 341429 460 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3305.16 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 84800 0 0 0 330378 138 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3418.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.22 4.19 5/329 28195
/proc/meminfo: memFree=110433680/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3480.32 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 215339 0 0 0 347565 467 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3364.83 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 87157 0 0 0 336344 139 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2179 0 0 0 0 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3480.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/330 28202
/proc/meminfo: memFree=110433476/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3541.73 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 219612 0 0 0 353700 473 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3424.49 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 89209 0 0 0 342310 139 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0.01 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2256 0 0 0 1 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3541.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3519.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/331 28205
/proc/meminfo: memFree=110416772/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3600.04 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 222144 0 0 0 359525 479 0 0 20 0 20 0 36943016 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4765878 1363188 5496 1 0 1380415 0
[pid=27787/tid=27789] ppid=27784 vsize=19063512 memory=5452752 CPUtime=3481.14 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 91013 0 0 0 347974 140 0 0 20 0 20 0 36943018 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36943023 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19063512 memory=5452752 CPUtime=0.01 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2256 0 0 0 1 0 0 0 20 0 20 0 36943025 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27807] ppid=27784 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/27787/task/27807/stat : 27807 (Timer-0) S 27784 27787 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36943116 19521036288 1363188 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5452752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.58 s, system=4.82845 s

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

[startup+3519.41 s]
/proc/loadavg: 4.11 4.18 4.18 5/331 28205
/proc/meminfo: memFree=110416772/131382116 swapFree=33010684/33010684
[pid=27787] ppid=27784 vsize=19263204 memory=5453648 CPUtime=3600.24 cores=1,3
/proc/27787/stat : 27787 (java) S 27784 27787 26462 0 -1 4194304 224384 0 0 0 359545 479 0 0 20 0 21 0 36943016 19725520896 1363412 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
/proc/27787/statm: 4815801 1363412 5528 1 0 1381350 0
[pid=27787/tid=27789] ppid=27784 vsize=19263204 memory=3328 CPUtime=3481.24 cores=1,3
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26462 0 -1 4194368 91016 0 0 0 347984 140 0 0 20 0 21 0 36943018 19725520896 1363412 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27798] ppid=27784 vsize=19263204 memory=11008 CPUtime=0 cores=1,3
/proc/27787/task/27798/stat : 27798 (Finalizer) S 27784 27787 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36943023 19725520896 1363412 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
[pid=27787/tid=27805] ppid=27784 vsize=19263204 memory=5632 CPUtime=0.01 cores=1,3
/proc/27787/task/27805/stat : 27805 (Common-Cleaner) S 27784 27787 26462 0 -1 4194368 2256 0 0 0 1 0 0 0 20 0 21 0 36943025 19725520896 1363412 18446744073709551615 94286864740352 94286864744048 140733527034864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94286864751864 94286864752656 94286896386048 140733527042349 140733527042534 140733527042534 140733527048136 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5453648 KiB

Child status: 143

Real time (s): 3519.51
CPU time (s): 3600.41
CPU user time (s): 3595.58
CPU system time (s): 4.82845
CPU usage (%): 102.299
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5453648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.58
system time used= 4.82845
maximum resident set size= 5453776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 509504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129872
involuntary context switches= 29374


# summary of solver processes directly reported to runsolver:
#   pid: 27787
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3595.58
#   total CPU system time (s): 4.82845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5565 second user time and 38.0898 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 17:57:16
IDJOB=4512941
IDBENCH=162200
IDSOLVER=3362
FILE ID=nodeC010/4512941-1751212636
RUNJOBID= nodeC010-1751205646-26474
SLURM_JOB_ID= 9587628
Free space on /tmp= 432328 MiB

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

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

MD5SUM BENCH= 4a86523b20ed9a3f9efb65c4df28efb6
RANDOM SEED=265074995

nodeC010 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	: 0xb00001f
cpu MHz		: 3491.938
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1196.654
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.660
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.144
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3491.435
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3491.682
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.273
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.293
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        108595740 kB
MemAvailable:   109170236 kB
Buffers:            3280 kB
Cached:          1384344 kB
SwapCached:            0 kB
Active:         21150464 kB
Inactive:        1091836 kB
Active(anon):   20872636 kB
Inactive(anon):        0 kB
Active(file):     277828 kB
Inactive(file):  1091836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:      20856712 kB
Mapped:           123412 kB
Shmem:             17960 kB
KReclaimable:      88916 kB
Slab:             171108 kB
SReclaimable:      88916 kB
SUnreclaim:        82192 kB
KernelStack:        4992 kB
PageTables:        44568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   36241828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20553728 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC010 at 2025-06-29 18:55:56