Trace number 4505002

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
UWrMaxSat-SCIP 2025-06-04UNSAT 1051.09 1053.82

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_3_ic.opb
MD5SUM9beff3f3155855feaa4c9645b72566dc
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.277731
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
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.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.52/0.56	c Converting 33133 PB-constraints to clauses...
0.52/0.58	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
301.16/302.15	c ============================[  Problem Statistics ]============================
301.16/302.15	c |  Number of variables:         13308                                         |
301.16/302.15	c |  Number of clauses:           98127 (incl.         1823 soft in queue)      |
301.16/302.15	c ===============================================================================
301.16/302.15	c Starting SCIP solver  (with time-limit: 900s) ...
1051.06/1053.81	c SCIP result: UNSATISFIABLE
1051.06/1053.81	c _______________________________________________________________________________
1051.06/1053.81	c 
1051.06/1053.81	c SCIP: SCIP Status        : problem is solved [infeasible]
1051.06/1053.81	c SCIP: Original Problem   :
1051.06/1053.81	c SCIP:   Problem name     : instance-4505002-1751457506.opb
1051.06/1053.81	c SCIP:   Variables        : 15650 (15650 binary, 0 integer, 0 implicit integer, 0 continuous)
1051.06/1053.81	c SCIP:   Constraints      : 66266 initial, 66266 maximal
1051.06/1053.81	c SCIP:   Objective        : minimize, 1825 non-zeros (abs.min = 1, abs.max = 1.1198e+08)
1051.06/1053.81	c SCIP: Total Time         :     751.66
1051.06/1053.81	c SCIP:   solving          :     751.66
1051.06/1053.81	c SCIP:   presolving       :     751.00 (included in solving)
1051.06/1053.81	c SCIP:   reading          :       0.00
1051.06/1053.81	c SCIP:   copying          :       0.00 (0 times copied the problem)
1051.06/1053.81	c =======================[ UWrMaxSat resources usage ]===========================
1051.06/1053.81	c Memory used            : 317.00 MB
1051.06/1053.81	c CPU time               : 1050.85 s
1051.06/1053.81	c Constr Enc: Srt/BDD/Add: 16579 0 0
1051.06/1053.81	c Reused sorter inputs   : 48 of 49450 inputs (0.10% in avg) in 16608 sorters
1051.06/1053.81	c _______________________________________________________________________________
1051.06/1053.81	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (56839 MiB free)
  memory of node 1: 64465 MiB (58556 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505002-1751457506/watcher-4505002-1751457506 -o /tmp/evaluation-result-4505002-1751457506/solver-4505002-1751457506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751456509-74418 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4505002-1751457506.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=74608, runsolver pid=74605

[startup+0.100074 s]*
/proc/loadavg: 4.06 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118161936/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=28308 memory=12288 CPUtime=0.1 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 2180 0 0 0 10 0 0 0 20 0 1 0 61429707 28987392 3072 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 7077 3072 1120 3139 0 3365 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28308 KiB
Current children cumulated memory: 12288 KiB

[startup+0.2136 s]*
/proc/loadavg: 4.06 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118154124/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=36380 memory=20240 CPUtime=0.21 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 4269 0 0 0 20 1 0 0 20 0 1 0 61429707 37253120 5060 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 9095 5060 1120 3139 0 5383 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36380 KiB
Current children cumulated memory: 20240 KiB

[startup+0.313262 s]*
/proc/loadavg: 4.06 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118142028/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=42208 memory=26128 CPUtime=0.32 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 5738 0 0 0 30 2 0 0 20 0 1 0 61429707 43220992 6532 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 10552 6532 1120 3139 0 6840 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 42208 KiB
Current children cumulated memory: 26128 KiB

[startup+0.700296 s]
/proc/loadavg: 4.06 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118133712/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=86232 memory=75732 CPUtime=0.69 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 18863 0 0 0 63 6 0 0 20 0 1 0 61429707 88301568 18933 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 21558 18933 2688 3139 0 17846 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 86232 KiB
Current children cumulated memory: 75732 KiB

[startup+1.5003 s]
/proc/loadavg: 4.05 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118077516/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=139980 memory=125844 CPUtime=1.49 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 31488 0 0 0 140 9 0 0 20 0 1 0 61429707 143339520 31461 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 34995 31461 2688 3139 0 31283 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 139980 KiB
Current children cumulated memory: 125844 KiB

[startup+3.11294 s]
/proc/loadavg: 4.05 4.00 3.20 5/250 74609
/proc/meminfo: memFree=118012368/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=149240 memory=135544 CPUtime=3.09 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 33162 0 0 0 300 9 0 0 20 0 1 0 61429707 152821760 33886 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 37310 33886 2688 3139 0 33598 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 149240 KiB
Current children cumulated memory: 135544 KiB

[startup+6.30032 s]
/proc/loadavg: 4.05 4.00 3.20 5/250 74610
/proc/meminfo: memFree=117847808/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=152556 memory=139180 CPUtime=6.27 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 33861 0 0 0 617 10 0 0 20 0 1 0 61429707 156217344 34795 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 38139 34795 2688 3139 0 34427 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 152556 KiB
Current children cumulated memory: 139180 KiB

[startup+12.7003 s]
/proc/loadavg: 4.04 4.00 3.21 5/250 74610
/proc/meminfo: memFree=117472404/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=153012 memory=139656 CPUtime=12.64 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 34451 0 0 0 1254 10 0 0 20 0 1 0 61429707 156684288 34914 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 38253 34914 2688 3139 0 34541 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 153012 KiB
Current children cumulated memory: 139656 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.02 3.22 5/250 74610
/proc/meminfo: memFree=116829464/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=154044 memory=140696 CPUtime=25.4 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 34959 0 0 0 2530 10 0 0 20 0 1 0 61429707 157741056 35174 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 38511 35174 2688 3139 0 34799 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 154044 KiB
Current children cumulated memory: 140696 KiB

[startup+51.1131 s]
/proc/loadavg: 4.07 4.01 3.25 5/250 74610
/proc/meminfo: memFree=116924364/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=156232 memory=142848 CPUtime=50.93 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 36891 0 0 0 5082 11 0 0 20 0 1 0 61429707 159981568 35712 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 39058 35712 2688 3139 0 35346 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 156232 KiB
Current children cumulated memory: 142848 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.03 3.30 5/250 74612
/proc/meminfo: memFree=116702244/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=164796 memory=151544 CPUtime=101.96 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 37754 0 0 0 10184 12 0 0 20 0 1 0 61429707 168751104 37886 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 41199 37886 2688 3139 0 37487 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 164796 KiB
Current children cumulated memory: 151544 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.05 3.35 5/253 74631
/proc/meminfo: memFree=116572472/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=178528 memory=165192 CPUtime=161.77 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 40549 0 0 0 16164 13 0 0 20 0 1 0 61429707 182812672 41298 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 44632 41298 2688 3139 0 40920 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 178528 KiB
Current children cumulated memory: 165192 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.05 3.40 5/252 74633
/proc/meminfo: memFree=116524056/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=164728 memory=151608 CPUtime=221.59 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 41307 0 0 0 22145 14 0 0 20 0 1 0 61429707 168681472 37902 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 41182 37902 2688 3139 0 37470 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 164728 KiB
Current children cumulated memory: 151608 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.09 3.46 5/252 74635
/proc/meminfo: memFree=119577476/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=179076 memory=165864 CPUtime=281.41 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 44127 0 0 0 28125 16 0 0 20 0 1 0 61429707 183373824 41466 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 44769 41466 2688 3139 0 41057 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 179076 KiB
Current children cumulated memory: 165864 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.09 3.50 5/252 74637
/proc/meminfo: memFree=119262512/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324808 memory=298552 CPUtime=341.24 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75938 0 0 0 34104 20 0 0 20 0 1 0 61429707 332603392 74638 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81202 74638 3104 3139 0 77490 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 324808 KiB
Current children cumulated memory: 298552 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.08 3.54 5/252 74639
/proc/meminfo: memFree=119043604/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324816 memory=298552 CPUtime=401.1 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75940 0 0 0 40090 20 0 0 20 0 1 0 61429707 332611584 74638 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81204 74638 3104 3139 0 77492 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 324816 KiB
Current children cumulated memory: 298552 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.08 3.58 5/251 74646
/proc/meminfo: memFree=119080936/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324824 memory=298552 CPUtime=460.95 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75944 0 0 0 46075 20 0 0 20 0 1 0 61429707 332619776 74638 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81206 74638 3104 3139 0 77494 0

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

/proc/loadavg: 4.06 4.08 3.67 5/251 74652
/proc/meminfo: memFree=117399628/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324836 memory=298680 CPUtime=640.51 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75949 0 0 0 64031 20 0 0 20 0 1 0 61429707 332632064 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81209 74670 3104 3139 0 77497 0
Current children cumulated CPU time: 640.51 s
Current children cumulated vsize: 324836 KiB
Current children cumulated memory: 298680 KiB

[startup+702.3 s]
/proc/loadavg: 4.06 4.08 3.70 5/251 74654
/proc/meminfo: memFree=119192792/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324840 memory=298680 CPUtime=700.37 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75950 0 0 0 70017 20 0 0 20 0 1 0 61429707 332636160 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81210 74670 3104 3139 0 77498 0
Current children cumulated CPU time: 700.37 s
Current children cumulated vsize: 324840 KiB
Current children cumulated memory: 298680 KiB

[startup+762.3 s]
/proc/loadavg: 4.22 4.12 3.74 5/250 74659
/proc/meminfo: memFree=119388708/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324844 memory=298680 CPUtime=760.24 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75953 0 0 0 76003 21 0 0 20 0 1 0 61429707 332640256 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81211 74670 3104 3139 0 77499 0
Current children cumulated CPU time: 760.24 s
Current children cumulated vsize: 324844 KiB
Current children cumulated memory: 298680 KiB

[startup+822.3 s]
/proc/loadavg: 4.40 4.18 3.79 5/249 74661
/proc/meminfo: memFree=119258540/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324848 memory=298680 CPUtime=820.1 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75954 0 0 0 81989 21 0 0 20 0 1 0 61429707 332644352 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81212 74670 3104 3139 0 77500 0
Current children cumulated CPU time: 820.1 s
Current children cumulated vsize: 324848 KiB
Current children cumulated memory: 298680 KiB

[startup+882.3 s]
/proc/loadavg: 4.71 4.31 3.86 5/249 74663
/proc/meminfo: memFree=119355988/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324852 memory=298680 CPUtime=879.96 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75955 0 0 0 87975 21 0 0 20 0 1 0 61429707 332648448 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81213 74670 3104 3139 0 77501 0
Current children cumulated CPU time: 879.96 s
Current children cumulated vsize: 324852 KiB
Current children cumulated memory: 298680 KiB

[startup+942.3 s]
/proc/loadavg: 4.32 4.27 3.88 5/250 74666
/proc/meminfo: memFree=119351336/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324856 memory=298680 CPUtime=939.82 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75956 0 0 0 93961 21 0 0 20 0 1 0 61429707 332652544 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81214 74670 3104 3139 0 77502 0
Current children cumulated CPU time: 939.82 s
Current children cumulated vsize: 324856 KiB
Current children cumulated memory: 298680 KiB

[startup+1002.3 s]
/proc/loadavg: 4.16 4.23 3.90 5/250 74668
/proc/meminfo: memFree=119213584/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=999.68 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 99947 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 999.68 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

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

# cumulated CPU time of all completed processes:  user=1050.85 s, system=0.23872 s

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

[startup+1024 s]*
/proc/loadavg: 4.19 4.23 3.91 5/251 74674
/proc/meminfo: memFree=119368788/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1021.34 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 102113 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1021.34 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1036.8 s]
/proc/loadavg: 4.16 4.23 3.91 5/251 74674
/proc/meminfo: memFree=119369484/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1034.1 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 103389 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1034.1 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1043.2 s]
/proc/loadavg: 4.14 4.22 3.91 5/251 74674
/proc/meminfo: memFree=119353352/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1040.48 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 104027 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1040.48 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1049.6 s]
/proc/loadavg: 4.12 4.21 3.91 5/251 74674
/proc/meminfo: memFree=119342776/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1046.87 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 104666 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1046.87 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1051.2 s]
/proc/loadavg: 4.12 4.21 3.91 5/251 74675
/proc/meminfo: memFree=119343028/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1048.46 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 104825 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1048.46 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1052.8 s]
/proc/loadavg: 4.11 4.21 3.91 5/251 74675
/proc/meminfo: memFree=119343028/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=324860 memory=298680 CPUtime=1050.06 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 75959 0 0 0 104985 21 0 0 20 0 1 0 61429707 332656640 74670 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 81215 74670 3104 3139 0 77503 0
Current children cumulated CPU time: 1050.06 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 298680 KiB

[startup+1053.6 s]
/proc/loadavg: 4.11 4.21 3.91 5/251 74675
/proc/meminfo: memFree=119343044/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=310104 memory=283644 CPUtime=1050.86 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 82659 0 0 0 105064 22 0 0 20 0 1 0 61429707 317546496 70911 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 77526 70911 3136 3139 0 73814 0
Current children cumulated CPU time: 1050.86 s
Current children cumulated vsize: 310104 KiB
Current children cumulated memory: 283644 KiB

[startup+1053.8 s]
/proc/loadavg: 4.11 4.21 3.91 5/251 74675
/proc/meminfo: memFree=119343044/131382112 swapFree=33005784/33010684
[pid=74608] ppid=74605 vsize=318276 memory=290684 CPUtime=1051.06 cores=1,3
/proc/74608/stat : 74608 (uwrmaxsat-scip) R 74605 74608 74406 0 -1 4194304 84293 0 0 0 105084 22 0 0 20 0 1 0 61429707 325914624 72671 18446744073709551615 4198400 17051741 140728214529008 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45572096 140728214534458 140728214534628 140728214534628 140728214540230 0
/proc/74608/statm: 79569 72671 3264 3139 0 75857 0
Current children cumulated CPU time: 1051.06 s
Current children cumulated vsize: 318276 KiB
Current children cumulated memory: 290684 KiB

Child status: 20

Real time (s): 1053.82
CPU time (s): 1051.09
CPU user time (s): 1050.85
CPU system time (s): 0.23872
CPU usage (%): 99.7409
Max. virtual memory (cumulated for all children) (KiB): 324860
Max. memory (cumulated for all children) (KiB): 298680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1050.85
system time used= 0.23872
maximum resident set size= 298680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 496


# summary of solver processes directly reported to runsolver:
#   pid: 74608
#   total CPU time (s): 1051.09
#   total CPU user time (s): 1050.85
#   total CPU system time (s): 0.23872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46313 second user time and 10.1109 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-02 13:58:26
IDJOB=4505002
IDBENCH=155719
IDSOLVER=3373
FILE ID=nodeC007/4505002-1751457506
RUNJOBID= nodeC007-1751456509-74418
SLURM_JOB_ID= 9598454
Free space on /tmp= 430932 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505002-1751457506/watcher-4505002-1751457506 -o /tmp/evaluation-result-4505002-1751457506/solver-4505002-1751457506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751456509-74418 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4505002-1751457506.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 9beff3f3155855feaa4c9645b72566dc
RANDOM SEED=1970505892

nodeC007 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		: 3571.467
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.68
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		: 2095.102
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118165716 kB
MemAvailable:   118022004 kB
Buffers:              16 kB
Cached:           526448 kB
SwapCached:          252 kB
Active:         12055848 kB
Inactive:         306436 kB
Active(anon):   11801400 kB
Inactive(anon):    47924 kB
Active(file):     254448 kB
Inactive(file):   258512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17984 kB
Writeback:             4 kB
AnonPages:      11835880 kB
Mapped:           137420 kB
Shmem:             13504 kB
KReclaimable:     365908 kB
Slab:             455544 kB
SReclaimable:     365908 kB
SUnreclaim:        89636 kB
KernelStack:        4032 kB
PageTables:        26660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13161640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3084288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430916 MiB
End job on nodeC007 at 2025-07-02 14:16:00