Trace number 4505462

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-04? 557.438 559.09

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM52dca71e841298ae6df8c1bcbb79ed30
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13359973
Best CPU time to get the best result obtained on this benchmark3600.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
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...
27.12/27.25	c Converting 4940608 PB-constraints to clauses...
28.41/28.59	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
481.17/482.68	c ============================[  Problem Statistics ]============================
481.17/482.68	c |  Number of variables:       7503732                                         |
481.17/482.68	c |  Number of clauses:        50754859 (incl.      1019798 soft in queue)      |
481.17/482.68	c ===============================================================================
481.46/482.93	c Starting SCIP solver  (with time-limit: 900s) ...
556.74/558.40	[/home/teresa/Marek/scipoptsuite-9.2.2/scip/src/scip/cons.c:88] ERROR: Insufficient memory for reallocation of 28782728 bytes.
556.74/558.40	[cons.c:88] ERROR: No memory in function call
556.74/558.40	[cons.c:786] ERROR: Error <-1> in function call
556.74/558.40	[cons.c:6000] ERROR: Error <-1> in function call
556.74/558.40	[scip_cons.c:1051] ERROR: Error <-1> in function call
556.74/558.40	[cons_setppc.c:7109] ERROR: Error <-1> in function call
556.74/558.40	[cons_knapsack.c:10649] ERROR: Error <-1> in function call
556.74/558.40	[cons_knapsack.c:12739] ERROR: Error <-1> in function call
556.74/558.40	[cons.c:4087] ERROR: Error <-1> in function call
556.74/558.40	[scip_solve.c:866] ERROR: Error <-1> in function call
556.74/558.40	[scip_solve.c:1079] ERROR: Error <-1> in function call
556.74/558.40	[scip_solve.c:1251] ERROR: Error <-1> in function call
556.74/558.40	[scip_solve.c:2373] ERROR: Error <-1> in function call
556.74/558.40	[scip_solve.c:2611] ERROR: Error <-1> in function call
556.74/558.40	c SCIP error <-1>
556.74/558.40	terminate called after throwing an instance of 'std::bad_alloc'
556.74/558.40	  what():  std::bad_alloc
556.74/558.40	c *** TERMINATED by signal 6 ***
556.74/558.40	c _______________________________________________________________________________
556.74/558.40	c 
556.74/558.40	c _______________________________________________________________________________
556.74/558.40	c 
556.74/558.40	c =======================[ UWrMaxSat resources usage ]===========================
556.74/558.40	c Memory used            : 30990.00 MB
556.74/558.40	c CPU time               : 542.25 s
556.74/558.40	c Constr Enc: Srt/BDD/Add: 1005153 0 1
556.74/558.40	c Reused sorter inputs   : 198 of 4100200 inputs (0.00% in avg) in 1015258 sorters
556.74/558.40	c _______________________________________________________________________________
556.74/558.40	c _______________________________________________________________________________
556.74/558.40	s UNKNOWN

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=75421, runsolver pid=75418

[startup+0.100106 s]*
/proc/loadavg: 4.13 4.11 4.09 5/251 75422
/proc/meminfo: memFree=69860916/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=62292 memory=46040 CPUtime=0.1 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 10986 0 0 0 9 1 0 0 20 0 1 0 62156908 63787008 11478 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 15573 11478 1120 3139 0 11861 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 62292 KiB
Current children cumulated memory: 46040 KiB

[startup+0.213244 s]*
/proc/loadavg: 4.13 4.11 4.09 5/251 75422
/proc/meminfo: memFree=69824880/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=104860 memory=87180 CPUtime=0.22 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 18735 0 0 0 19 3 0 0 20 0 1 0 62156908 107376640 21795 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 26215 21795 1120 3139 0 22503 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 104860 KiB
Current children cumulated memory: 87180 KiB

[startup+0.313299 s]*
/proc/loadavg: 4.12 4.11 4.09 5/251 75422
/proc/meminfo: memFree=69809004/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=169876 memory=148884 CPUtime=0.31 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 24467 0 0 0 26 5 0 0 20 0 1 0 62156908 173953024 37221 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 42469 37221 1120 3139 0 38757 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 169876 KiB
Current children cumulated memory: 148884 KiB

[startup+0.700316 s]
/proc/loadavg: 4.12 4.11 4.09 6/251 75422
/proc/meminfo: memFree=69691112/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=329092 memory=305000 CPUtime=0.69 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 34893 0 0 0 59 10 0 0 20 0 1 0 62156908 336990208 76250 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 82273 76250 1120 3139 0 78561 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 329092 KiB
Current children cumulated memory: 305000 KiB

[startup+1.50032 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 75422
/proc/meminfo: memFree=69541104/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=435024 memory=412504 CPUtime=1.49 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 57161 0 0 0 134 15 0 0 20 0 1 0 62156908 445464576 103126 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 108756 103126 1120 3139 0 105044 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 435024 KiB
Current children cumulated memory: 412504 KiB

[startup+3.11319 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 75422
/proc/meminfo: memFree=69516656/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=494692 memory=420440 CPUtime=3.09 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 59177 0 0 0 293 16 0 0 20 0 1 0 62156908 506564608 105110 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 123673 105110 1120 3139 0 119961 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 494692 KiB
Current children cumulated memory: 420440 KiB

[startup+6.30033 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 75422
/proc/meminfo: memFree=68937064/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=1163436 memory=1059496 CPUtime=6.27 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 158791 0 0 0 586 41 0 0 20 0 1 0 62156908 1191358464 264874 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 290859 264874 1120 3139 0 287147 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1163436 KiB
Current children cumulated memory: 1059496 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 75422
/proc/meminfo: memFree=67819488/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=2349364 memory=2244856 CPUtime=12.65 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 435759 0 0 0 1178 87 0 0 20 0 1 0 62156908 2405748736 561182 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 587341 561182 1120 3139 0 583629 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2349364 KiB
Current children cumulated memory: 2244856 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/251 75422
/proc/meminfo: memFree=65859612/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=4260908 memory=4159404 CPUtime=25.42 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 910406 0 0 0 2374 168 0 0 20 0 1 0 62156908 4363169792 1039851 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 1065227 1039851 1120 3139 0 1061515 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4260908 KiB
Current children cumulated memory: 4159404 KiB

[startup+51.1128 s]
/proc/loadavg: 4.23 4.14 4.10 5/251 75468
/proc/meminfo: memFree=73270792/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=10913448 memory=10788944 CPUtime=50.97 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 2384155 0 0 0 4684 413 0 0 20 0 1 0 62156908 11175370752 2697236 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 2728362 2697236 2688 3139 0 2724650 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 10913448 KiB
Current children cumulated memory: 10788944 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/251 75479
/proc/meminfo: memFree=57326124/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=17091848 memory=16293932 CPUtime=102 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 2778408 0 0 0 9609 591 0 0 20 0 1 0 62156908 17502052352 4073483 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 4272962 4073483 2688 3139 0 4269250 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 17091848 KiB
Current children cumulated memory: 16293932 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/250 75481
/proc/meminfo: memFree=45935288/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=22249036 memory=20861112 CPUtime=161.83 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3382249 0 0 0 15370 813 0 0 20 0 1 0 62156908 22783012864 5215278 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 5562259 5215278 2688 3139 0 5558547 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 22249036 KiB
Current children cumulated memory: 20861112 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 75483
/proc/meminfo: memFree=42553820/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=22254872 memory=20875832 CPUtime=221.64 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3387910 0 0 0 21344 820 0 0 20 0 1 0 62156908 22788988928 5218958 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 5563718 5218958 2688 3139 0 5560006 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 22254872 KiB
Current children cumulated memory: 20875832 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/250 75487
/proc/meminfo: memFree=41263968/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=24365660 memory=22994016 CPUtime=281.46 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3398470 0 0 0 27276 870 0 0 20 0 1 0 62156908 24950435840 5748504 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 6091415 5748504 2688 3139 0 6087703 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 24365660 KiB
Current children cumulated memory: 22994016 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 75490
/proc/meminfo: memFree=40305184/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=24671104 memory=23304324 CPUtime=341.29 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3413703 0 0 0 33110 1019 0 0 20 0 1 0 62156908 25263210496 5826081 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 6167776 5826081 2688 3139 0 6164064 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 24671104 KiB
Current children cumulated memory: 23304324 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/250 75492
/proc/meminfo: memFree=39659940/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=25414240 memory=23611684 CPUtime=401.1 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3420429 0 0 0 39042 1068 0 0 20 0 1 0 62156908 26024181760 5902921 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 6353560 5902921 2720 3139 0 6349848 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 25414240 KiB
Current children cumulated memory: 23611684 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/250 75494
/proc/meminfo: memFree=37411664/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=27037748 memory=25773792 CPUtime=460.92 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 3428880 0 0 0 44947 1145 0 0 20 0 1 0 62156908 27686653952 6443448 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 6759437 6443448 2720 3139 0 6755725 0
Current children cumulated CPU time: 460.92 s
Current children cumulated vsize: 27037748 KiB
Current children cumulated memory: 25773792 KiB

[startup+522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/250 75496
/proc/meminfo: memFree=31601568/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=30354984 memory=29050512 CPUtime=520.75 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4663409 0 0 0 50671 1404 0 0 20 0 1 0 62156908 31083503616 7262628 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7588746 7262628 3072 3139 0 7585034 0
Current children cumulated CPU time: 520.75 s
Current children cumulated vsize: 30354984 KiB
Current children cumulated memory: 29050512 KiB

[startup+559.09 s]
# the end of solver process 75421 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=542.25 s, system=15.187 s

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

[startup+537.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 75498
/proc/meminfo: memFree=35164340/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=30512664 memory=29203096 CPUtime=536 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4671963 0 0 0 52192 1408 0 0 20 0 1 0 62156908 31244967936 7300774 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7628166 7300774 3104 3139 0 7624454 0
Current children cumulated CPU time: 536 s
Current children cumulated vsize: 30512664 KiB
Current children cumulated memory: 29203096 KiB

[startup+550.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 75498
/proc/meminfo: memFree=29604020/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=31705948 memory=30401048 CPUtime=548.77 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4882031 0 0 0 53427 1450 0 0 20 0 1 0 62156908 32466890752 7600262 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7926487 7600262 3104 3139 0 7922775 0
Current children cumulated CPU time: 548.77 s
Current children cumulated vsize: 31705948 KiB
Current children cumulated memory: 30401048 KiB

[startup+553.6 s]
/proc/loadavg: 4.07 4.10 4.09 5/250 75498
/proc/meminfo: memFree=28935240/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=31705948 memory=30401048 CPUtime=551.96 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4882276 0 0 0 53746 1450 0 0 20 0 1 0 62156908 32466890752 7600262 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7926487 7600262 3104 3139 0 7922775 0
Current children cumulated CPU time: 551.96 s
Current children cumulated vsize: 31705948 KiB
Current children cumulated memory: 30401048 KiB

[startup+556.8 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 75498
/proc/meminfo: memFree=27659864/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=31705948 memory=30401048 CPUtime=555.15 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4882422 0 0 0 54065 1450 0 0 20 0 1 0 62156908 32466890752 7600262 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7926487 7600262 3104 3139 0 7922775 0
Current children cumulated CPU time: 555.15 s
Current children cumulated vsize: 31705948 KiB
Current children cumulated memory: 30401048 KiB

[startup+558.4 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 75498
/proc/meminfo: memFree=27590872/131382112 swapFree=33005784/33010684
[pid=75421] ppid=75418 vsize=31734056 memory=30410388 CPUtime=556.74 cores=5,7
/proc/75421/stat : 75421 (uwrmaxsat-scip) R 75418 75421 74406 0 -1 4194304 4882874 0 0 0 54224 1450 0 0 20 0 1 0 62156908 32495673344 7602597 18446744073709551615 4198400 17051741 140735706263456 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45522944 140735706270010 140735706270180 140735706270180 140735706275782 0
/proc/75421/statm: 7933514 7602597 3104 3139 0 7929802 0
Current children cumulated CPU time: 556.74 s
Current children cumulated vsize: 31734056 KiB
Current children cumulated memory: 30410388 KiB

[startup+558.8 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 75498
/proc/meminfo: memFree=30201744/131382112 swapFree=33005784/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+559 s]*
/proc/loadavg: 4.06 4.10 4.09 5/250 75498
/proc/meminfo: memFree=47029408/131382112 swapFree=33005784/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 559.09
CPU time (s): 557.438
CPU user time (s): 542.25
CPU system time (s): 15.187
CPU usage (%): 99.7045
Max. virtual memory (cumulated for all children) (KiB): 31734056
Max. memory (cumulated for all children) (KiB): 30410388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 542.25
system time used= 15.187
maximum resident set size= 30426900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4882932
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= 687


# summary of solver processes directly reported to runsolver:
#   pid: 75421
#   total CPU time (s): 557.438
#   total CPU user time (s): 542.25
#   total CPU system time (s): 15.187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86885 second user time and 5.42993 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-02 15:59:38
IDJOB=4505462
IDBENCH=155757
IDSOLVER=3373
FILE ID=nodeC007/4505462-1751464775
RUNJOBID= nodeC007-1751456509-74419
SLURM_JOB_ID= 9598454
Free space on /tmp= 430484 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.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-4505462-1751464775/watcher-4505462-1751464775 -o /tmp/evaluation-result-4505462-1751464775/solver-4505462-1751464775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751456509-74419 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4505462-1751464775.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 52dca71e841298ae6df8c1bcbb79ed30
RANDOM SEED=70767624

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		: 3662.855
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		: 3491.847
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.684
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.589
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		: 3491.933
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		: 3700.000
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		: 3700.000
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.195
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:        69893928 kB
MemAvailable:   70257516 kB
Buffers:              16 kB
Cached:          1033696 kB
SwapCached:          252 kB
Active:         59634356 kB
Inactive:         813684 kB
Active(anon):   59379908 kB
Inactive(anon):    47924 kB
Active(file):     254448 kB
Inactive(file):   765760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            238600 kB
Writeback:             4 kB
AnonPages:      59407488 kB
Mapped:           137972 kB
Shmem:             13504 kB
KReclaimable:     366016 kB
Slab:             455552 kB
SReclaimable:     366016 kB
SUnreclaim:        89536 kB
KernelStack:        4048 kB
PageTables:       119660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   62474268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15462400 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= 430348 MiB
End job on nodeC007 at 2025-07-02 16:08:57