Trace number 4516937

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.25 3596.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-28array_alg_ineq8.opb
MD5SUMe563df95219b214aec9816293324d964
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.38135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1820
Total number of constraints4903
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4516937-1751243239.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.50/0.34	c ... done. Wall clock time 0.172s.
0.50/0.34	c declared #vars     1820
0.50/0.34	c #constraints  4933
0.50/0.34	c constraints type 
0.50/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2464
0.50/0.34	c org.sat4j.specs.Constr$1 => 1204
0.50/0.34	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 5
0.50/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.50/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 420
0.50/0.34	c 4933 constraints processed.
1654.38/1649.74	c cleaning 2500 clauses out of 5000 with flag 0/5000
3600.03/3596.21	c starts		: 7
3600.03/3596.27	c conflicts		: 8067
3600.03/3596.27	c decisions		: 9402
3600.03/3596.27	c propagations		: 1248784
3600.03/3596.27	c inspects		: 144919572
3600.03/3596.27	c shortcuts		: 0
3600.03/3596.27	c learnt literals	: 0
3600.03/3596.27	c learnt binary clauses	: 0
3600.03/3596.27	c learnt ternary clauses	: 0
3600.03/3596.27	c learnt constraints	: 8066
3600.03/3596.27	c ignored constraints	: 0
3600.03/3596.27	c root simplifications	: 0
3600.03/3596.27	c removed literals (reason simplification)	: 0
3600.03/3596.27	c reason swapping (by a shorter reason)	: 0
3600.03/3596.27	c Calls to reduceDB	: 1
3600.03/3596.27	c Number of update (reduction) of LBD	: 5991
3600.03/3596.27	c Imported unit clauses	: 0
3600.03/3596.27	c No decision after first conflict	: false
3600.03/3596.27	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.27	c number of learned constraints concerned by reduction	: 0
3600.03/3596.27	c number of learning phase by resolution	: 0
3600.03/3596.27	c number of learning phase by cutting planes	: 0
3600.03/3596.27	c number of rounding to 1 operations	: 0
3600.03/3596.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.27	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.27	c number of right shift for reduction by power 2 	: 0
3600.03/3596.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.27	c number of ending skipping 	: 0
3600.03/3596.27	c number of internal skipping 	: 0
3600.03/3596.27	c number of derivation steps 	: 357119
3600.03/3596.27	c number of skipped derivation steps 	: 0
3600.03/3596.27	c number of remaining unassigned 	: 52336
3600.03/3596.27	c number of remaining assigned 	: 40648271
3600.03/3596.27	c number of falsified literals weakened from reason	: 0
3600.03/3596.27	c number of falsified literals weakened from conflict	: 0
3600.03/3596.27	c time for arithmetic operations	: 30622291073
3600.03/3596.27	c minimum degree of deleted constraints	: 72057565404812736
3600.03/3596.27	c maximum degree of deleted constraints	: 416357249630854736049143683851676642227355054418813801168953410290794592849466386696617549941290846768823169337669387100318990753971396610161724899186882865457472721880746715397101959512791826257363272141239520007351498555695750319833648366661222605674510726763954826710739223552488372469767305619916642139687965090637650975881169241696288998823836175090560828124710937795560080499841999743224644346052391636369991882411209554584585631587045565180132078123696226815197604135968622223430453449713126732385023679163933067154334079610098874123347257674114244652464327473631187589045077806839011841286781805757763351954531488179107970724590880674130192846499276536478746281641430772018184805787910171887222455268717804796334740822427594287630045785856813871258740161994570997243541734038183205528382728633121825082851397001739078497006149121193621014757698439180877385920852437797261605791460138195148523077757828038811655865821821453314135496623138291982800570929704763063929082446664644938443547942924148240596097520672874495416459313118930222124128580586087821518039956579989360454632531247255698108026622301683079377240633228464888153407412818247139359932633006935114946106170310829190809699066815298944911896713656380980481103744559977384592688377076711367396185798941371203104023553074600825669665176671528627925752001864108131844051054673727300575012347665195860355401338212106650054799706793356558257524777566575879451649134001112032651548846328118051898996871073302897016137575782865834169174593925724921036006494962952055516731680252757618544942860223559429686025586724288087298402227935139242825128041453579236510331555806952684125309902095626885862197069938062907351068361784478814567780692708650781849293790588416743407418566305440909670527767373430624182587494413207919179039210190455648629161950293046249990131244895672430934021143327790458113591829142872728003126663218450319768834457823231422557536767110745252411869874664608462273291967128310660102915324951820482984971792216979743985124572103703374564346536007344676250353757755894456196364521485531776980555245889315411435114030992838088399174959672081689523756705551105958015182312054692966026646880
3600.03/3596.27	c number of deleted constraints	: 2500
3600.03/3596.27	c speed (assignments/second)	: 347.2774467550222
3600.03/3596.27	c non guided choices	: 14
3600.03/3596.29	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5566
3600.03/3596.29	s UNKNOWN
3600.03/3596.30	c Total wall clock time (in seconds): 3596.139

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=33657, runsolver pid=33654

[startup+0.10007 s]*
/proc/loadavg: 4.36 4.21 4.13 7/340 33676
/proc/meminfo: memFree=124226804/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=18930384 memory=55716 CPUtime=0.12 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 6540 0 0 0 11 1 0 0 20 0 18 0 39998485 19384713216 13929 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4732596 13929 5367 1 0 547587 0
[pid=33657/tid=33659] ppid=33654 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 5043 0 0 0 6 1 0 0 20 0 18 0 39998486 19384713216 13929 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 13929 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=18930384 memory=58485492696503 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 13929 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55716 KiB

[startup+0.205926 s]*
/proc/loadavg: 4.36 4.21 4.13 8/340 33676
/proc/meminfo: memFree=124186052/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=18930384 memory=66444 CPUtime=0.31 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 7150 0 0 0 29 2 0 0 20 0 18 0 39998485 19384713216 16611 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4732596 16611 5431 1 0 548025 0
[pid=33657/tid=33659] ppid=33654 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 5419 0 0 0 16 1 0 0 20 0 18 0 39998486 19384713216 16611 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=18930384 memory=13934 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 16611 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 16611 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66444 KiB

[startup+0.305799 s]*
/proc/loadavg: 4.58 4.26 4.15 8/340 33676
/proc/meminfo: memFree=124137660/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=18930384 memory=131648 CPUtime=0.5 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 8535 0 0 0 47 3 0 0 20 0 18 0 39998485 19384713216 32912 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4732596 32912 5431 1 0 548878 0
[pid=33657/tid=33659] ppid=33654 vsize=18930384 memory=-6000919489886316908 CPUtime=0.24 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 5471 0 0 0 22 2 0 0 20 0 18 0 39998486 19384713216 32912 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 32912 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39998488 19384713216 32912 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131648 KiB

[startup+0.70025 s]
/proc/loadavg: 4.58 4.26 4.15 7/342 33678
/proc/meminfo: memFree=124084796/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=173276 CPUtime=1.26 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 14991 0 0 0 121 5 0 0 20 0 20 0 39998485 19521036288 43319 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 43319 5495 1 0 553953 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=17280 CPUtime=0.6 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 5537 0 0 0 57 3 0 0 20 0 20 0 39998486 19521036288 43319 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 43319 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 43319 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 43319 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173276 KiB

[startup+1.50027 s]
/proc/loadavg: 4.58 4.26 4.15 7/343 33679
/proc/meminfo: memFree=124053668/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=174684 CPUtime=2.83 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 20709 0 0 0 277 6 0 0 20 0 20 0 39998485 19521036288 43671 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 43671 5495 1 0 554002 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=10752 CPUtime=1.36 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 5897 0 0 0 133 3 0 0 20 0 20 0 39998486 19521036288 43671 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 43671 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 43671 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 43671 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174684 KiB

[startup+3.10596 s]
/proc/loadavg: 4.58 4.26 4.15 6/343 33679
/proc/meminfo: memFree=123607876/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=353288 CPUtime=5.53 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 24663 0 0 0 542 11 0 0 20 0 20 0 39998485 19521036288 88322 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 88322 5495 1 0 554447 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=10752 CPUtime=2.92 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 6583 0 0 0 286 6 0 0 20 0 20 0 39998486 19521036288 88322 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=-6000919489886316908 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 88322 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 88322 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 88322 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353288 KiB

[startup+6.30022 s]
/proc/loadavg: 4.69 4.29 4.16 5/343 33679
/proc/meminfo: memFree=123288288/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=454484 CPUtime=9.11 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 25293 0 0 0 897 14 0 0 20 0 20 0 39998485 19521036288 113621 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 113621 5495 1 0 554449 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=0 CPUtime=6.09 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 7035 0 0 0 601 8 0 0 20 0 20 0 39998486 19521036288 113621 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 113621 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 113621 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=191212 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 113621 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 454484 KiB

[startup+12.7002 s]
/proc/loadavg: 4.63 4.28 4.16 6/343 33679
/proc/meminfo: memFree=122558004/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=519936 CPUtime=15.99 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 34522 0 0 0 1583 16 0 0 20 0 20 0 39998485 19521036288 129984 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 129984 5495 1 0 554449 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=191212 CPUtime=12.42 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 8931 0 0 0 1233 9 0 0 20 0 20 0 39998486 19521036288 129984 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=519936 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 129984 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 129984 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 129984 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 519936 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 4.27 4.16 6/342 33680
/proc/meminfo: memFree=121143392/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=1239268 CPUtime=29.15 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 36257 0 0 0 2882 33 0 0 20 0 20 0 39998485 19521036288 309817 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 309817 5495 1 0 554465 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=519936 CPUtime=25.15 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 9823 0 0 0 2491 24 0 0 20 0 20 0 39998486 19521036288 309817 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=1196060 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 309817 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=1032220 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 309817 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 309817 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 29.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1239268 KiB

[startup+51.1056 s]
/proc/loadavg: 4.40 4.26 4.16 5/343 33681
/proc/meminfo: memFree=120197404/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=1363092 CPUtime=55.44 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 49550 0 0 0 5504 40 0 0 20 0 20 0 39998485 19521036288 340773 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 340773 5495 1 0 559649 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=1363092 CPUtime=50.65 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 11944 0 0 0 5038 27 0 0 20 0 20 0 39998486 19521036288 340773 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=1362964 CPUtime=0 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 3.80 4.23 4.30 4/317 33901
/proc/meminfo: memFree=115736392/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3285.29 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 118533 0 0 0 328325 204 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3265.54 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 47696 0 0 0 326471 83 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1241 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3285.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

[startup+3342.3 s]
/proc/loadavg: 3.40 4.04 4.22 4/316 33903
/proc/meminfo: memFree=115642960/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3345.23 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 118558 0 0 0 334316 207 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3325.28 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 47699 0 0 0 332445 83 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1241 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3345.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

[startup+3402.3 s]
/proc/loadavg: 2.96 3.81 4.13 3/291 33939
/proc/meminfo: memFree=121968684/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3405.17 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 118882 0 0 0 340307 210 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=14720 CPUtime=3385.03 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 47920 0 0 0 338418 85 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1241 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3405.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

[startup+3462.3 s]
/proc/loadavg: 2.44 3.51 4.01 3/289 33941
/proc/meminfo: memFree=121967624/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3465.75 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 122584 0 0 0 346361 214 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3444.75 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 49522 0 0 0 344388 87 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3465.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

[startup+3522.3 s]
/proc/loadavg: 1.81 3.15 3.85 2/263 33976
/proc/meminfo: memFree=125217924/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3525.72 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 124855 0 0 0 352354 218 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3504.5 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 51027 0 0 0 350361 89 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1410 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3525.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

[startup+3582.3 s]
/proc/loadavg: 1.42 2.79 3.68 2/264 33981
/proc/meminfo: memFree=125229792/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3586.26 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 126194 0 0 0 358404 222 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3564.15 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 51088 0 0 0 356325 90 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1411 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3586.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.2 s]
/proc/loadavg: 1.32 2.70 3.64 2/264 33981
/proc/meminfo: memFree=125226296/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19063512 memory=2174956 CPUtime=3600.03 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 126194 0 0 0 359781 222 0 0 20 0 20 0 39998485 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4765878 543739 5495 1 0 560049 0
[pid=33657/tid=33659] ppid=33654 vsize=19063512 memory=6396 CPUtime=3577.93 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 51088 0 0 0 357703 90 0 0 20 0 20 0 39998486 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19063512 memory=2220 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1411 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33677] ppid=33654 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/33657/task/33677/stat : 33677 (Timer-0) S 33654 33657 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998519 19521036288 543739 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.01 s, system=2.23845 s

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

[startup+3596.3 s]
/proc/loadavg: 1.32 2.70 3.64 2/264 33981
/proc/meminfo: memFree=125226296/131249992 swapFree=33010160/33010684
[pid=33657] ppid=33654 vsize=19263204 memory=2175724 CPUtime=3600.22 cores=4,6
/proc/33657/stat : 33657 (java) S 33654 33657 32006 0 -1 4194304 127654 0 0 0 359800 222 0 0 20 0 19 0 39998485 19725520896 543931 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
/proc/33657/statm: 4815801 543931 5495 1 0 561001 0
[pid=33657/tid=33659] ppid=33654 vsize=19263204 memory=2174956 CPUtime=3577.99 cores=4,6
/proc/33657/task/33659/stat : 33659 (java) R 33654 33657 32006 0 -1 4194368 51116 0 0 0 357709 90 0 0 20 0 19 0 39998486 19725520896 543931 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33669] ppid=33654 vsize=19263204 memory=2174956 CPUtime=0 cores=4,6
/proc/33657/task/33669/stat : 33669 (Finalizer) S 33654 33657 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39998488 19725520896 543931 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
[pid=33657/tid=33676] ppid=33654 vsize=19263204 memory=12416 CPUtime=0 cores=4,6
/proc/33657/task/33676/stat : 33676 (Common-Cleaner) S 33654 33657 32006 0 -1 4194368 1411 0 0 0 0 0 0 0 20 0 19 0 39998488 19725520896 543931 18446744073709551615 94448281034752 94448281038448 140722309590528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448281046264 94448281047056 94448297824256 140722309597485 140722309597670 140722309597670 140722309603272 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2175724 KiB

Child status: 143

Real time (s): 3596.32
CPU time (s): 3600.25
CPU user time (s): 3598.01
CPU system time (s): 2.23845
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2175724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.01
system time used= 2.23845
maximum resident set size= 2175852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 791160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117248
involuntary context switches= 8244


# summary of solver processes directly reported to runsolver:
#   pid: 33657
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.01
#   total CPU system time (s): 2.23845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6953 second user time and 17.2424 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 02:27:19
IDJOB=4516937
IDBENCH=175942
IDSOLVER=3362
FILE ID=nodeC035/4516937-1751243239
RUNJOBID= nodeC035-1751239612-32017
SLURM_JOB_ID= 9587722
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-28array_alg_ineq8.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516937-1751243239/watcher-4516937-1751243239 -o /tmp/evaluation-result-4516937-1751243239/solver-4516937-1751243239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32017 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516937-1751243239 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516937-1751243239.opb

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

MD5SUM BENCH= e563df95219b214aec9816293324d964
RANDOM SEED=309514538

nodeC035 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124280432 kB
MemAvailable:   126257416 kB
Buffers:            1840 kB
Cached:          2731608 kB
SwapCached:           12 kB
Active:          3704924 kB
Inactive:        2452356 kB
Active(anon):    3430164 kB
Inactive(anon):    11768 kB
Active(file):     274760 kB
Inactive(file):  2440588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5600 kB
Writeback:             0 kB
AnonPages:       3427028 kB
Mapped:           123012 kB
Shmem:             18044 kB
KReclaimable:     201752 kB
Slab:             290608 kB
SReclaimable:     201752 kB
SUnreclaim:        88856 kB
KernelStack:        5168 kB
PageTables:        10220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7512704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3196928 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC035 at 2025-06-30 03:27:16