Trace number 4523640

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.03 3609.7

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
MD5SUMb9738ec4eef81a08a451499c860dc376
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark111.609
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1450
Total number of constraints2030
Number of constraints which are clauses941
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 157
Biggest coefficient in the objective function 65
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 438
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1634
Number of bits of the biggest sum of numbers11
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.40/0.51	c limit for coefficient in constraints and objective to 1000000000
0.40/0.51	c will solve HOME/instance-4523640-1751599935.opb
0.40/0.51	c [0.01] 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 (61143 MiB free)
  memory of node 1: 64465 MiB (60362 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523640-1751599935/watcher-4523640-1751599935 -o /tmp/evaluation-result-4523640-1751599935/solver-4523640-1751599935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81655 --watchdog 3760 ./ipbhs_scip HOME/instance-4523640-1751599935.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=82409, runsolver pid=82406
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124407100/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=65748 memory=31872 CPUtime=0.09 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 1962 0 0 0 8 1 0 0 20 0 1 0 75672378 67325952 7968 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 16437 7968 1600 2790 0 9862 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 65748 KiB
Current children cumulated memory: 31872 KiB

[startup+0.218512 s]*
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124402816/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=69840 memory=35840 CPUtime=0.2 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 2982 0 0 0 19 1 0 0 20 0 1 0 75672378 71516160 8960 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 17460 8960 1600 2790 0 10885 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69840 KiB
Current children cumulated memory: 35840 KiB

[startup+0.312944 s]*
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124395256/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=74864 memory=46396 CPUtime=0.3 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 4537 0 0 0 28 2 0 0 20 0 1 0 75672378 76660736 11599 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 18716 11599 1664 2790 0 12141 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 74864 KiB
Current children cumulated memory: 46396 KiB

[startup+0.700251 s]
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124379128/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=96908 memory=75836 CPUtime=0.66 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 10121 0 0 0 63 3 0 0 20 0 1 0 75672378 99233792 18959 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 24227 18959 3552 2790 0 17652 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 96908 KiB
Current children cumulated memory: 75836 KiB

[startup+1.50031 s]
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124371064/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=96908 memory=77116 CPUtime=1.46 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 10443 0 0 0 141 5 0 0 20 0 1 0 75672378 99233792 19279 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 24227 19279 3552 2790 0 17652 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 96908 KiB
Current children cumulated memory: 77116 KiB

[startup+3.11268 s]
/proc/loadavg: 4.10 4.13 4.11 5/250 82410
/proc/meminfo: memFree=124359792/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=99628 memory=80060 CPUtime=3.08 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 11176 0 0 0 300 8 0 0 20 0 1 0 75672378 102019072 20015 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 24907 20015 3552 2790 0 18332 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 99628 KiB
Current children cumulated memory: 80060 KiB

[startup+6.30026 s]
/proc/loadavg: 4.10 4.13 4.11 5/250 82410
/proc/meminfo: memFree=124365612/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=104048 memory=84168 CPUtime=6.26 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 11715 0 0 0 617 9 0 0 20 0 1 0 75672378 106545152 21042 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 26012 21042 3552 2790 0 19437 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 104048 KiB
Current children cumulated memory: 84168 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.14 4.12 5/250 82410
/proc/meminfo: memFree=124381680/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=112572 memory=86728 CPUtime=12.64 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 12358 0 0 0 1251 13 0 0 20 0 1 0 75672378 115273728 21682 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 28143 21682 3552 2790 0 21568 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 112572 KiB
Current children cumulated memory: 86728 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124359300/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=116316 memory=95956 CPUtime=25.4 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 13634 0 0 0 2519 21 0 0 20 0 1 0 75672378 119107584 23989 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 29079 23989 3552 2790 0 22504 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 116316 KiB
Current children cumulated memory: 95956 KiB

[startup+51.1129 s]
/proc/loadavg: 4.09 4.12 4.11 5/250 82410
/proc/meminfo: memFree=124341368/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=131032 memory=106492 CPUtime=50.94 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 14737 0 0 0 5060 34 0 0 20 0 1 0 75672378 134176768 26623 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 32758 26623 3552 2790 0 26183 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 131032 KiB
Current children cumulated memory: 106492 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.13 4.11 5/251 82417
/proc/meminfo: memFree=124286836/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=132352 memory=107900 CPUtime=102 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 15086 0 0 0 10146 54 0 0 20 0 1 0 75672378 135528448 26975 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 33088 26975 3552 2790 0 26513 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 132352 KiB
Current children cumulated memory: 107900 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 4.14 4.11 5/250 82419
/proc/meminfo: memFree=124241548/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=134344 memory=111640 CPUtime=161.84 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 15530 0 0 0 16106 78 0 0 20 0 1 0 75672378 137568256 27910 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 33586 27910 3552 2790 0 27011 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 134344 KiB
Current children cumulated memory: 111640 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.14 4.11 5/250 82421
/proc/meminfo: memFree=124187568/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=135408 memory=114872 CPUtime=221.68 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 15813 0 0 0 22070 98 0 0 20 0 1 0 75672378 138657792 28718 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 33852 28718 3552 2790 0 27277 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 135408 KiB
Current children cumulated memory: 114872 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/251 82424
/proc/meminfo: memFree=124079692/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=155908 memory=120564 CPUtime=281.52 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 16753 0 0 0 28031 121 0 0 20 0 1 0 75672378 159649792 30141 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 38977 30141 3552 2790 0 32402 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 155908 KiB
Current children cumulated memory: 120564 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/251 82426
/proc/meminfo: memFree=123934052/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=157416 memory=124120 CPUtime=341.36 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 17107 0 0 0 33989 147 0 0 20 0 1 0 75672378 161193984 31030 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 39354 31030 3552 2790 0 32779 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 157416 KiB
Current children cumulated memory: 124120 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/250 82428
/proc/meminfo: memFree=123866576/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=157968 memory=124632 CPUtime=401.2 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 17251 0 0 0 39950 170 0 0 20 0 1 0 75672378 161759232 31158 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 39492 31158 3552 2790 0 32917 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 157968 KiB
Current children cumulated memory: 124632 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.11 4.10 5/252 82613
/proc/meminfo: memFree=124975220/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=158880 memory=125784 CPUtime=461.03 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 17522 0 0 0 45903 200 0 0 20 0 1 0 75672378 162693120 31446 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 39720 31446 3552 2790 0 33145 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 212568 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.15 4.18 5/250 82784
/proc/meminfo: memFree=119227024/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=260008 memory=212568 CPUtime=2914.65 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 23856 0 0 0 290609 856 0 0 20 0 1 0 75672378 266248192 53142 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65002 53142 3552 2790 0 58427 0
Current children cumulated CPU time: 2914.65 s
Current children cumulated vsize: 260008 KiB
Current children cumulated memory: 212568 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.15 4.18 5/250 82786
/proc/meminfo: memFree=119225096/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=260008 memory=212696 CPUtime=2974.49 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 23883 0 0 0 296577 872 0 0 20 0 1 0 75672378 266248192 53174 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65002 53174 3552 2790 0 58427 0
Current children cumulated CPU time: 2974.49 s
Current children cumulated vsize: 260008 KiB
Current children cumulated memory: 212696 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.14 4.17 5/250 82788
/proc/meminfo: memFree=119218680/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=260460 memory=213080 CPUtime=3034.32 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 23982 0 0 0 302546 886 0 0 20 0 1 0 75672378 266711040 53270 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65115 53270 3552 2790 0 58540 0
Current children cumulated CPU time: 3034.32 s
Current children cumulated vsize: 260460 KiB
Current children cumulated memory: 213080 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.14 4.17 5/250 82790
/proc/meminfo: memFree=119219712/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=260656 memory=213336 CPUtime=3094.16 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24032 0 0 0 308515 901 0 0 20 0 1 0 75672378 266911744 53334 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65164 53334 3552 2790 0 58589 0
Current children cumulated CPU time: 3094.16 s
Current children cumulated vsize: 260656 KiB
Current children cumulated memory: 213336 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.16 5/250 82796
/proc/meminfo: memFree=119216948/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=260656 memory=213464 CPUtime=3153.98 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24050 0 0 0 314481 917 0 0 20 0 1 0 75672378 266911744 53366 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65164 53366 3552 2790 0 58589 0
Current children cumulated CPU time: 3153.98 s
Current children cumulated vsize: 260656 KiB
Current children cumulated memory: 213464 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.13 4.16 5/250 82843
/proc/meminfo: memFree=122509056/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=261784 memory=214104 CPUtime=3213.81 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24228 0 0 0 320453 928 0 0 20 0 1 0 75672378 268066816 53526 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65446 53526 3552 2790 0 58871 0
Current children cumulated CPU time: 3213.81 s
Current children cumulated vsize: 261784 KiB
Current children cumulated memory: 214104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.16 4.17 5/251 82847
/proc/meminfo: memFree=122362800/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=262708 memory=217068 CPUtime=3273.63 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24441 0 0 0 326418 945 0 0 20 0 1 0 75672378 269012992 54267 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65677 54267 3552 2790 0 59102 0
Current children cumulated CPU time: 3273.63 s
Current children cumulated vsize: 262708 KiB
Current children cumulated memory: 217068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.16 5/252 82850
/proc/meminfo: memFree=122293704/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=262708 memory=217068 CPUtime=3333.44 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24470 0 0 0 332386 958 0 0 20 0 1 0 75672378 269012992 54267 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65677 54267 3552 2790 0 59102 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 262708 KiB
Current children cumulated memory: 217068 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/252 82852
/proc/meminfo: memFree=122266776/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217836 CPUtime=3393.26 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24655 0 0 0 338356 970 0 0 20 0 1 0 75672378 269869056 54459 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54459 3552 2790 0 59311 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/252 82854
/proc/meminfo: memFree=122218884/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217836 CPUtime=3453.07 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24656 0 0 0 344325 982 0 0 20 0 1 0 75672378 269869056 54459 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54459 3552 2790 0 59311 0
Current children cumulated CPU time: 3453.07 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.15 5/252 82859
/proc/meminfo: memFree=122210328/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217964 CPUtime=3512.89 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24672 0 0 0 350289 1000 0 0 20 0 1 0 75672378 269869056 54491 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54491 3552 2790 0 59311 0
Current children cumulated CPU time: 3512.89 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/251 82861
/proc/meminfo: memFree=122203692/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217964 CPUtime=3572.7 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24672 0 0 0 356257 1013 0 0 20 0 1 0 75672378 269869056 54491 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54491 3552 2790 0 59311 0
Current children cumulated CPU time: 3572.7 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.06 4.09 4.14 5/250 82861
/proc/meminfo: memFree=122204660/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217964 CPUtime=3600.02 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24677 0 0 0 358984 1018 0 0 20 0 1 0 75672378 269869056 54491 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54491 3552 2790 0 59311 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.85 s, system=10.1861 s

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

[startup+3609.7 s]
/proc/loadavg: 4.06 4.09 4.14 5/250 82861
/proc/meminfo: memFree=122204660/131382120 swapFree=33010416/33010684
[pid=82409] ppid=82406 vsize=263544 memory=217964 CPUtime=3600.02 cores=0,2
/proc/82409/stat : 82409 (ipbhs_scip) R 82406 82409 81645 0 -1 4194304 24677 0 0 0 358984 1018 0 0 20 0 1 0 75672378 269869056 54491 18446744073709551615 94566591795200 94566603221597 140736117626448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566605357272 94566605402290 94566611681280 140736117635474 140736117635593 140736117635593 140736117641195 0
/proc/82409/statm: 65886 54491 3552 2790 0 59311 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 217964 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.03
CPU user time (s): 3589.85
CPU system time (s): 10.1861
CPU usage (%): 99.7321
Max. virtual memory (cumulated for all children) (KiB): 263544
Max. memory (cumulated for all children) (KiB): 217964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.85
system time used= 10.1861
maximum resident set size= 217964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24677
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= 102
involuntary context switches= 8290


# summary of solver processes directly reported to runsolver:
#   pid: 82409
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3589.85
#   total CPU system time (s): 10.1861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3676 second user time and 34.212 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 05:32:15
IDJOB=4523640
IDBENCH=180369
IDSOLVER=3335
FILE ID=nodeC002/4523640-1751599935
RUNJOBID= nodeC002-1751595922-81655
SLURM_JOB_ID= 9598862
Free space on /tmp= 432468 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523640-1751599935/watcher-4523640-1751599935 -o /tmp/evaluation-result-4523640-1751599935/solver-4523640-1751599935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81655 --watchdog 3760  ./ipbhs_scip HOME/instance-4523640-1751599935.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= b9738ec4eef81a08a451499c860dc376
RANDOM SEED=1374745710

nodeC002 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		: 1496.536
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.81
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.442
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.81
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.218
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.81
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.81
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.551
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.81
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		: 3691.455
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.81
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.528
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.81
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		: 3700.000
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124421264 kB
MemAvailable:   125451180 kB
Buffers:            2128 kB
Cached:          1834336 kB
SwapCached:           28 kB
Active:          4766804 kB
Inactive:        1531244 kB
Active(anon):    4473112 kB
Inactive(anon):     6404 kB
Active(file):     293692 kB
Inactive(file):  1524840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72932 kB
Writeback:             8 kB
AnonPages:       4464752 kB
Mapped:           134924 kB
Shmem:             17932 kB
KReclaimable:     102020 kB
Slab:             186852 kB
SReclaimable:     102020 kB
SUnreclaim:        84832 kB
KernelStack:        4032 kB
PageTables:        11960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4933444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3518464 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432372 MiB
End job on nodeC002 at 2025-07-04 06:32:26