Trace number 4487744

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
IPBHS-SCIP 2025-06-09? (TO) 3600.11 3611.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUM908a9c4c32d975b4e5850834449958a7
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 benchmark2076
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.68/0.78	c limit for coefficient in constraints and objective to 1000000000
0.68/0.78	c will solve HOME/instance-4487744-1751308860.opb
0.68/0.78	c [0.02] will start solving

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487744-1751308860/watcher-4487744-1751308860 -o /tmp/evaluation-result-4487744-1751308860/solver-4487744-1751308860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751301413-48376 --watchdog 3760 ./ipbhs_scip HOME/instance-4487744-1751308860.opb --optimizer scip --max-coef 1000000000 

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
solver pid=51004, runsolver pid=51001
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 4.49 4.29 4.21 5/251 51005
/proc/meminfo: memFree=126675600/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=1968556 memory=296764 CPUtime=0.1 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 746 0 0 0 3 7 0 0 20 0 1 0 46565194 2015801344 74191 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 492139 74191 1568 2790 0 485564 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 1968556 KiB
Current children cumulated memory: 296764 KiB

[startup+0.211097 s]*
/proc/loadavg: 4.49 4.29 4.21 5/251 51005
/proc/meminfo: memFree=126347920/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=1968556 memory=626492 CPUtime=0.21 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 907 0 0 0 6 15 0 0 20 0 1 0 46565194 2015801344 156623 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 492139 156623 1568 2790 0 485564 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 1968556 KiB
Current children cumulated memory: 626492 KiB

[startup+0.310926 s]*
/proc/loadavg: 4.49 4.29 4.21 5/251 51005
/proc/meminfo: memFree=126053008/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=1968556 memory=921404 CPUtime=0.3 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 1051 0 0 0 8 22 0 0 20 0 1 0 46565194 2015801344 230351 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 492139 230351 1568 2790 0 485564 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 1968556 KiB
Current children cumulated memory: 921404 KiB

[startup+0.700321 s]
/proc/loadavg: 4.49 4.29 4.21 5/251 51005
/proc/meminfo: memFree=125401744/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=1974288 memory=1940532 CPUtime=0.68 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 3500 0 0 0 22 46 0 0 20 0 1 0 46565194 2021670912 485133 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 493572 485133 1664 2790 0 486997 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1974288 KiB
Current children cumulated memory: 1940532 KiB

[startup+1.50031 s]
/proc/loadavg: 4.49 4.29 4.21 5/251 51005
/proc/meminfo: memFree=124945012/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2147836 memory=2086636 CPUtime=1.48 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 39058 0 0 0 89 59 0 0 20 0 1 0 46565194 2199384064 521659 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 536959 521659 3648 2790 0 530384 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2147836 KiB
Current children cumulated memory: 2086636 KiB

[startup+3.11279 s]
/proc/loadavg: 4.45 4.28 4.21 5/251 51005
/proc/meminfo: memFree=124867864/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2153232 memory=2092268 CPUtime=3.09 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 40482 0 0 0 250 59 0 0 20 0 1 0 46565194 2204909568 523067 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 538308 523067 3648 2790 0 531733 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2153232 KiB
Current children cumulated memory: 2092268 KiB

[startup+6.30031 s]
/proc/loadavg: 4.45 4.28 4.21 5/251 51005
/proc/meminfo: memFree=124868920/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2153232 memory=2092268 CPUtime=6.27 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 40501 0 0 0 568 59 0 0 20 0 1 0 46565194 2204909568 523067 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 538308 523067 3648 2790 0 531733 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2153232 KiB
Current children cumulated memory: 2092268 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.27 4.20 5/251 51005
/proc/meminfo: memFree=124868920/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2155812 memory=2093676 CPUtime=12.65 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 40849 0 0 0 1206 59 0 0 20 0 1 0 46565194 2207551488 523419 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 538953 523419 3648 2790 0 532378 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2155812 KiB
Current children cumulated memory: 2093676 KiB

[startup+25.5006 s]
/proc/loadavg: 4.32 4.27 4.20 5/251 51005
/proc/meminfo: memFree=124848696/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2159712 memory=2097080 CPUtime=25.41 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 41203 0 0 0 2482 59 0 0 20 0 1 0 46565194 2211545088 524270 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 539928 524270 3648 2790 0 533353 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2159712 KiB
Current children cumulated memory: 2097080 KiB

[startup+51.1128 s]
/proc/loadavg: 4.27 4.26 4.20 5/251 51006
/proc/meminfo: memFree=124816248/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2166636 memory=2103232 CPUtime=50.94 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 42546 0 0 0 5034 60 0 0 20 0 1 0 46565194 2218635264 525808 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 541659 525808 3648 2790 0 535084 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2166636 KiB
Current children cumulated memory: 2103232 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.23 4.19 5/251 51008
/proc/meminfo: memFree=124808132/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2168992 memory=2105628 CPUtime=101.97 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 43269 0 0 0 10137 60 0 0 20 0 1 0 46565194 2221047808 526407 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 542248 526407 3648 2790 0 535673 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2168992 KiB
Current children cumulated memory: 2105628 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.22 4.19 5/251 51013
/proc/meminfo: memFree=124799780/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2179352 memory=2113696 CPUtime=161.79 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 43523 0 0 0 16118 61 0 0 20 0 1 0 46565194 2231656448 528424 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 544838 528424 3648 2790 0 538263 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 2179352 KiB
Current children cumulated memory: 2113696 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/250 51015
/proc/meminfo: memFree=124819612/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2179352 memory=2114080 CPUtime=221.6 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 43638 0 0 0 22099 61 0 0 20 0 1 0 46565194 2231656448 528520 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 544838 528520 3648 2790 0 538263 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2179352 KiB
Current children cumulated memory: 2114080 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/250 51021
/proc/meminfo: memFree=124798908/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2184604 memory=2120496 CPUtime=281.4 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 44248 0 0 0 28079 61 0 0 20 0 1 0 46565194 2237034496 530124 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 546151 530124 3648 2790 0 539576 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 2184604 KiB
Current children cumulated memory: 2120496 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/245 51553
/proc/meminfo: memFree=125845460/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2188460 memory=2124256 CPUtime=341.16 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 44737 0 0 0 34053 63 0 0 20 0 1 0 46565194 2240983040 531064 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 547115 531064 3648 2790 0 540540 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 2188460 KiB
Current children cumulated memory: 2124256 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/251 51789
/proc/meminfo: memFree=123938572/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2188460 memory=2124256 CPUtime=400.91 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 44740 0 0 0 40027 64 0 0 20 0 1 0 46565194 2240983040 531064 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 547115 531064 3648 2790 0 540540 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 2188460 KiB
Current children cumulated memory: 2124256 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/252 51792
/proc/meminfo: memFree=123854500/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2190720 memory=2126432 CPUtime=460.68 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 45316 0 0 0 46004 64 0 0 20 0 1 0 46565194 2243297280 531608 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 547680 531608 3648 2790 0 541105 0
Current children cumulated CPU time: 460.68 s

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

Current children cumulated memory: 2196500 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 51916
/proc/meminfo: memFree=123295568/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2237172 memory=2198292 CPUtime=2912.51 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 48893 0 0 0 291185 66 0 0 20 0 1 0 46565194 2290864128 549573 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 559293 549573 3648 2790 0 552718 0
Current children cumulated CPU time: 2912.51 s
Current children cumulated vsize: 2237172 KiB
Current children cumulated memory: 2198292 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 51919
/proc/meminfo: memFree=123250528/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2240164 memory=2203400 CPUtime=2972.35 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49133 0 0 0 297168 67 0 0 20 0 1 0 46565194 2293927936 550850 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 560041 550850 3648 2790 0 553466 0
Current children cumulated CPU time: 2972.35 s
Current children cumulated vsize: 2240164 KiB
Current children cumulated memory: 2203400 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/251 51924
/proc/meminfo: memFree=123263152/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2240164 memory=2203400 CPUtime=3032.19 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49180 0 0 0 303152 67 0 0 20 0 1 0 46565194 2293927936 550850 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 560041 550850 3648 2790 0 553466 0
Current children cumulated CPU time: 3032.19 s
Current children cumulated vsize: 2240164 KiB
Current children cumulated memory: 2203400 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/251 51926
/proc/meminfo: memFree=123249696/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2240164 memory=2203400 CPUtime=3092.03 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49181 0 0 0 309136 67 0 0 20 0 1 0 46565194 2293927936 550850 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 560041 550850 3648 2790 0 553466 0
Current children cumulated CPU time: 3092.03 s
Current children cumulated vsize: 2240164 KiB
Current children cumulated memory: 2203400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 51928
/proc/meminfo: memFree=123222732/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2259548 memory=2205872 CPUtime=3151.86 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49258 0 0 0 315119 67 0 0 20 0 1 0 46565194 2313777152 551468 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 564887 551468 3648 2790 0 558312 0
Current children cumulated CPU time: 3151.86 s
Current children cumulated vsize: 2259548 KiB
Current children cumulated memory: 2205872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/252 51932
/proc/meminfo: memFree=123226044/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2259548 memory=2205872 CPUtime=3211.69 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49262 0 0 0 321102 67 0 0 20 0 1 0 46565194 2313777152 551468 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 564887 551468 3648 2790 0 558312 0
Current children cumulated CPU time: 3211.69 s
Current children cumulated vsize: 2259548 KiB
Current children cumulated memory: 2205872 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/252 51934
/proc/meminfo: memFree=123226728/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2266404 memory=2214672 CPUtime=3271.52 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 49956 0 0 0 327085 67 0 0 20 0 1 0 46565194 2320797696 553668 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 566601 553668 3648 2790 0 560026 0
Current children cumulated CPU time: 3271.52 s
Current children cumulated vsize: 2266404 KiB
Current children cumulated memory: 2214672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/252 51940
/proc/meminfo: memFree=123237076/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2277724 memory=2216960 CPUtime=3331.36 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 50052 0 0 0 333069 67 0 0 20 0 1 0 46565194 2332389376 554240 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 569431 554240 3648 2790 0 562856 0
Current children cumulated CPU time: 3331.36 s
Current children cumulated vsize: 2277724 KiB
Current children cumulated memory: 2216960 KiB

[startup+3402.3 s]
/proc/loadavg: 3.90 4.05 4.08 4/244 51973
/proc/meminfo: memFree=123463328/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2282004 memory=2228884 CPUtime=3391.19 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 50500 0 0 0 339051 68 0 0 20 0 1 0 46565194 2336772096 557221 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 570501 557221 3648 2790 0 563926 0
Current children cumulated CPU time: 3391.19 s
Current children cumulated vsize: 2282004 KiB
Current children cumulated memory: 2228884 KiB

[startup+3462.3 s]
/proc/loadavg: 2.93 3.76 3.97 3/238 52005
/proc/meminfo: memFree=125276668/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2226580 memory=2185984 CPUtime=3451.04 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 71685 0 0 0 345031 73 0 0 20 0 1 0 46565194 2280017920 546496 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 556645 546496 3712 2790 0 550070 0
Current children cumulated CPU time: 3451.04 s
Current children cumulated vsize: 2226580 KiB
Current children cumulated memory: 2185984 KiB

[startup+3522.3 s]
/proc/loadavg: 2.45 3.47 3.86 3/238 52007
/proc/meminfo: memFree=125267612/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2234444 memory=2194220 CPUtime=3510.9 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 72725 0 0 0 351017 73 0 0 20 0 1 0 46565194 2288070656 548555 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 558611 548555 3712 2790 0 552036 0
Current children cumulated CPU time: 3510.9 s
Current children cumulated vsize: 2234444 KiB
Current children cumulated memory: 2194220 KiB

[startup+3582.3 s]
/proc/loadavg: 2.22 3.22 3.74 3/238 52009
/proc/meminfo: memFree=125268636/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2245040 memory=2202360 CPUtime=3570.76 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 73245 0 0 0 357003 73 0 0 20 0 1 0 46565194 2298920960 550590 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 561260 550590 3712 2790 0 554685 0
Current children cumulated CPU time: 3570.76 s
Current children cumulated vsize: 2245040 KiB
Current children cumulated memory: 2202360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 2.21 3.13 3.70 3/238 52010
/proc/meminfo: memFree=125268644/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2245040 memory=2202872 CPUtime=3600.09 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 73353 0 0 0 359936 73 0 0 20 0 1 0 46565194 2298920960 550718 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 561260 550718 3712 2790 0 554685 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2245040 KiB
Current children cumulated memory: 2202872 KiB

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

[startup+3611.71 s]
# the end of solver process 51004 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.747494 s

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

[startup+3611.7 s]
/proc/loadavg: 2.21 3.13 3.70 3/238 52010
/proc/meminfo: memFree=125268644/131382112 swapFree=33010684/33010684
[pid=51004] ppid=51001 vsize=2245040 memory=2202872 CPUtime=3600.09 cores=5,7
/proc/51004/stat : 51004 (ipbhs_scip) R 51001 51004 48363 0 -1 4194304 73353 0 0 0 359936 73 0 0 20 0 1 0 46565194 2298920960 550718 18446744073709551615 94070303444992 94070314871389 140726933288160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94070317007064 94070317052082 94070347132928 140726933297554 140726933297673 140726933297673 140726933303275 0
/proc/51004/statm: 561260 550718 3712 2790 0 554685 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2245040 KiB
Current children cumulated memory: 2202872 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.71
CPU time (s): 3600.11
CPU user time (s): 3599.36
CPU system time (s): 0.747494
CPU usage (%): 99.6788
Max. virtual memory (cumulated for all children) (KiB): 2282004
Max. memory (cumulated for all children) (KiB): 2229012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.747494
maximum resident set size= 2229012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73353
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= 80
involuntary context switches= 1222


# summary of solver processes directly reported to runsolver:
#   pid: 51004
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.747494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6784 second user time and 34.4904 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 20:41:00
IDJOB=4487744
IDBENCH=147222
IDSOLVER=3335
FILE ID=nodeC007/4487744-1751308860
RUNJOBID= nodeC007-1751301413-48376
SLURM_JOB_ID= 9594277
Free space on /tmp= 432808 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487744-1751308860/watcher-4487744-1751308860 -o /tmp/evaluation-result-4487744-1751308860/solver-4487744-1751308860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751301413-48376 --watchdog 3760  ./ipbhs_scip HOME/instance-4487744-1751308860.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 908a9c4c32d975b4e5850834449958a7
RANDOM SEED=1954487986

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.204
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		: 3691.372
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.428
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		: 3700.000
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		: 3662.178
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		: 1197.307
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		: 1496.507
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:        126695800 kB
MemAvailable:   127129708 kB
Buffers:            3280 kB
Cached:          1241260 kB
SwapCached:            0 kB
Active:          2866620 kB
Inactive:         994752 kB
Active(anon):    2634792 kB
Inactive(anon):        0 kB
Active(file):     231828 kB
Inactive(file):   994752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70368 kB
Writeback:             0 kB
AnonPages:       2619260 kB
Mapped:           134940 kB
Shmem:             17960 kB
KReclaimable:      93908 kB
Slab:             177480 kB
SReclaimable:      93908 kB
SUnreclaim:        83572 kB
KernelStack:        4048 kB
PageTables:         8400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3263560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1609728 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= 432880 MiB
End job on nodeC007 at 2025-06-30 21:41:13