Trace number 4486202

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06UNSAT 9.27771 6.88307

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum2.opb
MD5SUM8ca779b1371b878e1a3473b620bdf32f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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.153412
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25930
Total number of constraints22668
Number of constraints which are clauses10362
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints12203
Minimum length of a constraint1
Maximum length of a constraint913
Number of terms in the objective function 24130
Biggest coefficient in the objective function 655360000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3638660312
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 1024000000000000000000000000000
Number of bits of the biggest number in a constraint 100
Biggest sum of numbers in a constraint 3743132712137090008913823010064
Number of bits of the biggest sum of numbers102
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.15/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.12	c java.vm.version	22.0.1+8-16
0.15/0.12	c java.vm.vendor	Oracle Corporation
0.15/0.12	c sun.arch.data.model	64
0.15/0.12	c java.version		22.0.1
0.15/0.12	c os.name		Linux
0.15/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.15/0.12	c os.arch		amd64
0.15/0.13	c Free memory 		2104792832
0.15/0.13	c Max memory 		16282288128
0.15/0.13	c Total memory 		2113929216
0.15/0.13	c Number of processors 	2
0.15/0.19	c Pseudo Boolean Optimization by upper bound
0.15/0.19	c --- Begin Solver configuration ---
0.15/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.15/0.19	c Learn all clauses as in MiniSAT
0.15/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.19	c Expensive reason simplification
0.15/0.19	c Glucose 2.1 dynamic restart strategy
0.15/0.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.15/0.19	c timeout=2147483s
0.15/0.19	c DB Simplification allowed=false
0.15/0.19	c Listener: none
0.15/0.19	c --- End Solver configuration ---
0.15/0.19	c solving HOME/instance-4486202-1751314075.opb
0.15/0.19	c reading problem ... 
0.15/0.19	c  objective function found
8.99/6.71	c ... done. Wall clock time 6.514s.
8.99/6.71	c declared #vars     25930
8.99/6.71	c #constraints  22888
8.99/6.71	c constraints type 
8.99/6.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
8.99/6.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1453
8.99/6.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
8.99/6.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7990
8.99/6.71	c org.sat4j.specs.Constr$1 => 7614
8.99/6.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 229
8.99/6.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4005
8.99/6.71	c 22888 constraints processed.
8.99/6.73	c objective function length is 24130 literals
9.18/6.80	c starts		: 0
9.18/6.81	c conflicts		: 0
9.18/6.81	c decisions		: 0
9.18/6.81	c propagations		: 15827
9.18/6.81	c inspects		: 20252
9.18/6.81	c shortcuts		: 0
9.18/6.82	c learnt literals	: 0
9.18/6.82	c learnt binary clauses	: 0
9.18/6.82	c learnt ternary clauses	: 0
9.18/6.82	c learnt constraints	: 0
9.18/6.82	c ignored constraints	: 0
9.18/6.82	c root simplifications	: 0
9.18/6.82	c removed literals (reason simplification)	: 0
9.18/6.82	c reason swapping (by a shorter reason)	: 0
9.18/6.82	c Calls to reduceDB	: 0
9.18/6.82	c Number of update (reduction) of LBD	: 0
9.18/6.82	c Imported unit clauses	: 0
9.18/6.82	c No decision after first conflict	: true
9.18/6.82	c number of reductions to clauses (during analyze)	: 0
9.18/6.82	c number of learned constraints concerned by reduction	: 0
9.18/6.82	c number of learning phase by resolution	: 0
9.18/6.82	c number of learning phase by cutting planes	: 0
9.18/6.82	c number of rounding to 1 operations	: 0
9.18/6.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.18/6.82	c number of reductions of the coefficients by power 2 	: 0
9.18/6.82	c number of right shift for reduction by power 2 	: 0
9.18/6.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.18/6.82	c number of ending skipping 	: 0
9.18/6.82	c number of internal skipping 	: 0
9.18/6.82	c number of derivation steps 	: 0
9.18/6.82	c number of skipped derivation steps 	: 0
9.18/6.82	c number of remaining unassigned 	: 0
9.18/6.82	c number of remaining assigned 	: 0
9.18/6.82	c number of falsified literals weakened from reason	: 0
9.18/6.82	c number of falsified literals weakened from conflict	: 0
9.18/6.82	c time for arithmetic operations	: 0
9.18/6.83	c minimum degree of deleted constraints	: null
9.18/6.83	c maximum degree of deleted constraints	: null
9.18/6.83	c number of deleted constraints	: 0
9.18/6.84	c speed (assignments/second)	: 9.037213914278528E-6
9.18/6.84	c non guided choices	: 0
9.18/6.84	s UNSATISFIABLE
9.18/6.84	c Total wall clock time (in seconds): 6.653

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: 63794 MiB (63061 MiB free)
  memory of node 1: 64507 MiB (63857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486202-1751314075/watcher-4486202-1751314075 -o /tmp/evaluation-result-4486202-1751314075/solver-4486202-1751314075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42350 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4486202-1751314075.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 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
solver pid=42462, runsolver pid=42457
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 2.24 3.51 3.88 8/302 42480
/proc/meminfo: memFree=129997492/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18930384 memory=49628 CPUtime=0.15 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 6082 0 0 0 12 3 0 0 20 0 18 0 47086449 19384713216 12407 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4732596 12407 5361 1 0 547213 0
[pid=42462/tid=42464] ppid=42457 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 4968 0 0 0 6 1 0 0 20 0 18 0 47086451 19384713216 12407 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086454 19384713216 12407 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47086455 19384713216 12407 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49628 KiB

[startup+0.216251 s]*
/proc/loadavg: 2.24 3.51 3.88 7/294 42487
/proc/meminfo: memFree=129980300/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18930384 memory=60860 CPUtime=0.35 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 6767 0 0 0 31 4 0 0 20 0 18 0 47086449 19384713216 15215 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4732596 15215 5425 1 0 547801 0
[pid=42462/tid=42464] ppid=42457 vsize=18930384 memory=4026670089 CPUtime=0.19 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5266 0 0 0 17 2 0 0 20 0 18 0 47086451 19384713216 15215 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086454 19384713216 15215 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18930384 memory=55195547749698 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47086455 19384713216 15215 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60860 KiB

[startup+0.318408 s]*
/proc/loadavg: 2.24 3.51 3.88 6/280 42494
/proc/meminfo: memFree=130004444/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18930384 memory=68816 CPUtime=0.53 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 7376 0 0 0 47 6 0 0 20 0 18 0 47086449 19384713216 17204 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4732596 17204 5425 1 0 548223 0
[pid=42462/tid=42464] ppid=42457 vsize=18930384 memory=-6000919498409273963 CPUtime=0.27 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5271 0 0 0 24 3 0 0 20 0 18 0 47086451 19384713216 17204 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086454 19384713216 17204 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47086455 19384713216 17204 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68816 KiB

[startup+0.700302 s]
/proc/loadavg: 2.24 3.51 3.88 5/278 42498
/proc/meminfo: memFree=129980740/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18930384 memory=119520 CPUtime=1.23 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 8514 0 0 0 114 9 0 0 20 0 18 0 47086449 19384713216 29880 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4732596 29880 5425 1 0 548902 0
[pid=42462/tid=42464] ppid=42457 vsize=18930384 memory=17664 CPUtime=0.51 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5346 0 0 0 46 5 0 0 20 0 18 0 47086451 19384713216 29880 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086454 19384713216 29880 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47086455 19384713216 29880 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119520 KiB

[startup+1.5003 s]
/proc/loadavg: 2.24 3.51 3.88 5/279 42499
/proc/meminfo: memFree=129876140/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18996948 memory=189984 CPUtime=2.76 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 13261 0 0 0 263 13 0 0 20 0 19 0 47086449 19452874752 47496 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4749237 47496 5457 1 0 552219 0
[pid=42462/tid=42464] ppid=42457 vsize=18996948 memory=3200 CPUtime=1.15 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5399 0 0 0 109 6 0 0 20 0 19 0 47086451 19452874752 47496 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47086454 19452874752 47496 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47086455 19452874752 47496 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 189984 KiB

[startup+3.11365 s]
/proc/loadavg: 2.24 3.51 3.88 7/322 42608
/proc/meminfo: memFree=129170860/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18996948 memory=735084 CPUtime=5.03 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 18637 0 0 0 473 30 0 0 20 0 19 0 47086449 19452874752 183771 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4749237 183771 5457 1 0 1553406 0
[pid=42462/tid=42464] ppid=42457 vsize=18996948 memory=11264 CPUtime=2.56 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5600 0 0 0 238 18 0 0 20 0 19 0 47086451 19452874752 183771 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47086454 19452874752 183771 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47086455 19452874752 183771 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 735084 KiB

[startup+6.30041 s]
/proc/loadavg: 2.38 3.52 3.88 5/326 42612
/proc/meminfo: memFree=128783352/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18996948 memory=1071904 CPUtime=8.5 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 19522 0 0 0 810 40 0 0 20 0 19 0 47086449 19452874752 267976 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4749237 267976 5457 1 0 2061026 0
[pid=42462/tid=42464] ppid=42457 vsize=18996948 memory=5632 CPUtime=5.35 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5716 0 0 0 512 23 0 0 20 0 19 0 47086451 19452874752 267976 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47086454 19452874752 267976 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18996948 memory=-6000919477001546347 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47086455 19452874752 267976 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1071904 KiB

[startup+6.883 s]
# the end of solver process 42462 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=8.81338 s, system=0.464331 s

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

[startup+6.40045 s]
/proc/loadavg: 2.38 3.52 3.88 5/326 42612
/proc/meminfo: memFree=128783352/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=18996948 memory=1119008 CPUtime=8.61 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 19546 0 0 0 819 42 0 0 20 0 19 0 47086449 19452874752 279752 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4749237 279752 5457 1 0 2061026 0
[pid=42462/tid=42464] ppid=42457 vsize=18996948 memory=192260 CPUtime=5.45 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) R 42457 42462 42338 0 -1 4194368 5740 0 0 0 520 25 0 0 20 0 19 0 47086451 19452874752 279752 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47086454 19452874752 279752 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=18996948 memory=211309297979 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47086455 19452874752 279752 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1119008 KiB

[startup+6.80031 s]
/proc/loadavg: 2.38 3.52 3.88 5/326 42612
/proc/meminfo: memFree=128783352/131382112 swapFree=33010160/33010684
[pid=42462] ppid=42457 vsize=19130076 memory=1275728 CPUtime=9.18 cores=1,3
/proc/42462/stat : 42462 (java) S 42457 42462 42338 0 -1 4194304 19892 0 0 0 873 45 0 0 20 0 20 0 47086449 19589197824 318932 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
/proc/42462/statm: 4782519 318932 5521 1 0 2061685 0
[pid=42462/tid=42464] ppid=42457 vsize=19130076 memory=5836719200206612089 CPUtime=5.73 cores=1,3
/proc/42462/task/42464/stat : 42464 (java) S 42457 42462 42338 0 -1 4194368 5876 0 0 0 546 27 0 0 20 0 20 0 47086451 19589197824 318932 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42473] ppid=42457 vsize=19130076 memory=1026848 CPUtime=0 cores=1,3
/proc/42462/task/42473/stat : 42473 (Finalizer) S 42457 42462 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086454 19589197824 318932 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
[pid=42462/tid=42480] ppid=42457 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/42462/task/42480/stat : 42480 (Common-Cleaner) S 42457 42462 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47086455 19589197824 318932 18446744073709551615 93866544431104 93866544434800 140732090216992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93866544442616 93866544443408 93866564026368 140732090222977 140732090223078 140732090223078 140732090228680 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1275728 KiB

Child status: 20

Real time (s): 6.88307
CPU time (s): 9.27771
CPU user time (s): 8.81338
CPU system time (s): 0.464331
CPU usage (%): 134.79
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 1275728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.81338
system time used= 0.464331
maximum resident set size= 1276240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2390
involuntary context switches= 1699


# summary of solver processes directly reported to runsolver:
#   pid: 42462
#   total CPU time (s): 9.27771
#   total CPU user time (s): 8.81338
#   total CPU system time (s): 0.464331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046424 second user time and 0.14078 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 22:07:56
IDJOB=4486202
IDBENCH=146986
IDSOLVER=3363
FILE ID=nodeC001/4486202-1751314075
RUNJOBID= nodeC001-1751314075-42350
SLURM_JOB_ID= 9594322
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486202-1751314075/watcher-4486202-1751314075 -o /tmp/evaluation-result-4486202-1751314075/solver-4486202-1751314075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42350 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4486202-1751314075.opb

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

MD5SUM BENCH= 8ca779b1371b878e1a3473b620bdf32f
RANDOM SEED=64199688

nodeC001 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		: 1197.193
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.49
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		: 1995.433
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.49
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		: 1296.913
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.49
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.392
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.49
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		: 1197.166
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.49
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		: 1197.171
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.49
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		: 1296.931
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.49
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		: 1296.927
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129961328 kB
MemAvailable:   129772180 kB
Buffers:            2128 kB
Cached:           615704 kB
SwapCached:           28 kB
Active:           550868 kB
Inactive:         316808 kB
Active(anon):     257436 kB
Inactive(anon):    10380 kB
Active(file):     293432 kB
Inactive(file):   306428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69392 kB
Writeback:             0 kB
AnonPages:        253296 kB
Mapped:           122412 kB
Shmem:             17932 kB
KReclaimable:     100856 kB
Slab:             183392 kB
SReclaimable:     100856 kB
SUnreclaim:        82536 kB
KernelStack:        4896 kB
PageTables:         4084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7002132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-06-30 22:08:03