Trace number 4504374

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.13 3607.38

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_5_mh.opb
MD5SUMf52c25e5aa8e0a6173f9b1fa92936824
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 benchmark3486983
Best CPU time to get the best result obtained on this benchmark70102.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
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
3.96/4.10	c limit for coefficient in constraints and objective to 1000000000
3.96/4.10	c will solve HOME/instance-4504374-1751439177.opb
3.96/4.10	c [0.1] will start solving
219.35/220.27	c [1.54] solve iteration 1, LB=-50, UB=73955175647

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504374-1751439177/watcher-4504374-1751439177 -o /tmp/evaluation-result-4504374-1751439177/solver-4504374-1751439177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61321 --watchdog 3760 ./ipbhs_scip HOME/instance-4504374-1751439177.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=61736, runsolver pid=61732

[startup+0.100067 s]*
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=122777012/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=66600 memory=23988 CPUtime=0.08 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 3267 0 0 0 7 1 0 0 20 0 1 0 59596990 68198400 5997 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 16650 5997 1568 2790 0 10075 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 66600 KiB
Current children cumulated memory: 23988 KiB

[startup+0.208515 s]*
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=122236220/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=73136 memory=30388 CPUtime=0.18 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 4865 0 0 0 16 2 0 0 20 0 1 0 59596990 74891264 7597 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 18284 7597 1568 2790 0 11709 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 73136 KiB
Current children cumulated memory: 30388 KiB

[startup+0.308458 s]*
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121891468/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=84484 memory=41084 CPUtime=0.28 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 7009 0 0 0 25 3 0 0 20 0 1 0 59596990 86511616 10271 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 21121 10271 1568 2790 0 14546 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 84484 KiB
Current children cumulated memory: 41084 KiB

[startup+0.7003 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121690208/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=104372 memory=59848 CPUtime=0.66 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 9145 0 0 0 62 4 0 0 20 0 1 0 59596990 106876928 14962 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 26093 14962 1568 2790 0 19518 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 104372 KiB
Current children cumulated memory: 59848 KiB

[startup+1.50034 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121583596/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=136128 memory=92676 CPUtime=1.46 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 15312 0 0 0 139 7 0 0 20 0 1 0 59596990 139395072 23137 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 34032 23169 1568 2790 0 27457 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 136128 KiB
Current children cumulated memory: 92676 KiB

[startup+3.1128 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121041476/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=301520 memory=242172 CPUtime=3.06 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 36793 0 0 0 243 63 0 0 20 0 1 0 59596990 308756480 60543 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 75380 60543 1664 2790 0 68805 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 301520 KiB
Current children cumulated memory: 242172 KiB

[startup+6.30031 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 61741
/proc/meminfo: memFree=119940784/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=875516 memory=786004 CPUtime=6.25 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 159694 0 0 0 446 179 0 0 20 0 1 0 59596990 896528384 196501 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 218879 196501 3104 2790 0 212304 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 875516 KiB
Current children cumulated memory: 786004 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.11 4.06 5/252 61742
/proc/meminfo: memFree=118980656/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=1334468 memory=1228028 CPUtime=12.62 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 266065 0 0 0 1064 198 0 0 20 0 1 0 59596990 1366495232 307007 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 333617 307007 3456 2790 0 327042 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1334468 KiB
Current children cumulated memory: 1228028 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.12 4.06 5/252 61742
/proc/meminfo: memFree=117226296/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=2112196 memory=1940640 CPUtime=25.39 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 424175 0 0 0 2311 228 0 0 20 0 1 0 59596990 2162888704 485160 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 528049 485160 3648 2790 0 521474 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2112196 KiB
Current children cumulated memory: 1940640 KiB

[startup+51.1132 s]
/proc/loadavg: 4.12 4.11 4.06 5/252 61742
/proc/meminfo: memFree=117032536/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=2129236 memory=1957536 CPUtime=50.89 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 428390 0 0 0 4860 229 0 0 20 0 1 0 59596990 2180337664 489384 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 532309 489384 3648 2790 0 525734 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 2129236 KiB
Current children cumulated memory: 1957536 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/251 61744
/proc/meminfo: memFree=115804204/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=2685248 memory=2453580 CPUtime=101.86 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 533093 0 0 0 9938 248 0 0 20 0 1 0 59596990 2749693952 613395 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 671312 613395 3648 2790 0 664737 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 2685248 KiB
Current children cumulated memory: 2453580 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/252 61747
/proc/meminfo: memFree=115481652/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=2697344 memory=2465484 CPUtime=161.65 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 536069 0 0 0 15914 251 0 0 20 0 1 0 59596990 2762080256 616371 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 674336 616371 3648 2790 0 667761 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 2697344 KiB
Current children cumulated memory: 2465484 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.06 5/252 61749
/proc/meminfo: memFree=113937580/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2913044 CPUtime=221.44 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647051 0 0 0 21875 269 0 0 20 0 1 0 59596990 3228823552 728261 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 728261 3680 2790 0 781712 0
Current children cumulated CPU time: 221.44 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2913044 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.07 5/253 61754
/proc/meminfo: memFree=113902692/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2913172 CPUtime=281.33 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647108 0 0 0 27826 307 0 0 20 0 1 0 59596990 3228823552 728293 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 728293 3712 2790 0 781712 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2913172 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.08 4.06 5/251 61756
/proc/meminfo: memFree=113834628/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2913556 CPUtime=341.21 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647177 0 0 0 33775 346 0 0 20 0 1 0 59596990 3228823552 728389 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 728389 3712 2790 0 781712 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2913556 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.11 4.07 5/251 61758
/proc/meminfo: memFree=113252956/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2913684 CPUtime=401.1 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647248 0 0 0 39720 390 0 0 20 0 1 0 59596990 3228823552 728421 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 728421 3712 2790 0 781712 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2913684 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.07 5/250 61760
/proc/meminfo: memFree=113236328/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2913940 CPUtime=460.98 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647312 0 0 0 45664 434 0 0 20 0 1 0 59596990 3228823552 728485 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 728485 3712 2790 0 781712 0

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

Current children cumulated memory: 2920260 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 61975
/proc/meminfo: memFree=106051564/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=2916.32 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647601 0 0 0 289401 2231 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 2916.32 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/251 61982
/proc/meminfo: memFree=105831144/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=2976.21 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647623 0 0 0 295346 2275 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 2976.21 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 61984
/proc/meminfo: memFree=105808552/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3036.1 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647623 0 0 0 301287 2323 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3036.1 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 61986
/proc/meminfo: memFree=105810988/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3095.99 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647626 0 0 0 307233 2366 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3095.99 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 61988
/proc/meminfo: memFree=105783580/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3155.87 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647626 0 0 0 313174 2413 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3155.87 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 61990
/proc/meminfo: memFree=105690700/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3215.76 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647648 0 0 0 319119 2457 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3215.76 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 61992
/proc/meminfo: memFree=105692076/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3275.65 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647648 0 0 0 325060 2505 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3275.65 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3342.3 s]
/proc/loadavg: 5.00 4.33 4.17 5/250 61997
/proc/meminfo: memFree=105832980/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3335.53 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647651 0 0 0 331003 2550 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3335.53 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.80 4.43 4.21 5/250 61999
/proc/meminfo: memFree=105824920/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3395.42 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647651 0 0 0 336945 2597 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3395.42 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.38 4.21 5/250 62001
/proc/meminfo: memFree=105708944/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3455.32 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647673 0 0 0 342890 2642 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3455.32 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.32 4.20 5/250 62004
/proc/meminfo: memFree=105515756/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3515.2 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647673 0 0 0 348832 2688 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3515.2 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.28 4.18 5/250 62010
/proc/meminfo: memFree=105521000/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3575.09 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647676 0 0 0 354774 2735 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3575.09 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 4.08 4.25 4.18 5/250 62010
/proc/meminfo: memFree=105520752/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3600.05 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647676 0 0 0 357250 2755 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.5 s, system=27.6319 s

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

[startup+3607.3 s]
/proc/loadavg: 4.08 4.25 4.18 5/250 62010
/proc/meminfo: memFree=105520752/131382116 swapFree=33010160/33010684
[pid=61736] ppid=61732 vsize=3153148 memory=2920260 CPUtime=3600.05 cores=5,7
/proc/61736/stat : 61736 (ipbhs_scip) R 61732 61736 60790 0 -1 4194304 647676 0 0 0 357250 2755 0 0 20 0 1 0 59596990 3228823552 730065 18446744073709551615 94762481430528 94762492856925 140724731441056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94762494992600 94762495037618 94762508242944 140724731443602 140724731443721 140724731443721 140724731449323 0
/proc/61736/statm: 788287 730065 3712 2790 0 781712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3153148 KiB
Current children cumulated memory: 2920260 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.38
CPU time (s): 3600.13
CPU user time (s): 3572.5
CPU system time (s): 27.6319
CPU usage (%): 99.799
Max. virtual memory (cumulated for all children) (KiB): 3153148
Max. memory (cumulated for all children) (KiB): 2920260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.5
system time used= 27.6319
maximum resident set size= 2920260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 647676
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= 73
involuntary context switches= 2246


# summary of solver processes directly reported to runsolver:
#   pid: 61736
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3572.5
#   total CPU system time (s): 27.6319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8332 second user time and 31.7154 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 08:52:58
IDJOB=4504374
IDBENCH=155654
IDSOLVER=3335
FILE ID=nodeC004/4504374-1751439177
RUNJOBID= nodeC004-1751435565-61321
SLURM_JOB_ID= 9598382
Free space on /tmp= 431532 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504374-1751439177/watcher-4504374-1751439177 -o /tmp/evaluation-result-4504374-1751439177/solver-4504374-1751439177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61321 --watchdog 3760  ./ipbhs_scip HOME/instance-4504374-1751439177.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=980384327

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123481676 kB
MemAvailable:   129199564 kB
Buffers:            2720 kB
Cached:          6468040 kB
SwapCached:           20 kB
Active:          1059512 kB
Inactive:        6131356 kB
Active(anon):     731880 kB
Inactive(anon):     6188 kB
Active(file):     327632 kB
Inactive(file):  6125168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            333900 kB
Writeback:             0 kB
AnonPages:        723308 kB
Mapped:           114456 kB
Shmem:             17956 kB
KReclaimable:     209432 kB
Slab:             295196 kB
SReclaimable:     209432 kB
SUnreclaim:        85764 kB
KernelStack:        3984 kB
PageTables:         4192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2190680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431372 MiB
End job on nodeC004 at 2025-07-02 09:53:06