Trace number 4498600

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-SCIP 2025-06-09? (TO) 3600.11 3608.39

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__64.opb
MD5SUM6d0bcc2b57c04c2d4d51edf27892ab0d
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 benchmark74222
Best CPU time to get the best result obtained on this benchmark15.1822
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables641998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint64
Maximum length of a constraint2817
Number of terms in the objective function 640000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22177598784
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22177598784
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
3.58/3.68	c limit for coefficient in constraints and objective to 1000000000
3.58/3.68	c will solve HOME/instance-4498600-1751400783.opb
3.58/3.68	c [0.53] 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: 63708 MiB (60095 MiB free)
  memory of node 1: 64465 MiB (60328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498600-1751400783/watcher-4498600-1751400783 -o /tmp/evaluation-result-4498600-1751400783/solver-4498600-1751400783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751397021-57503 --watchdog 3760 ./ipbhs_scip HOME/instance-4498600-1751400783.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=58026, runsolver pid=58023

[startup+0.100062 s]*
/proc/loadavg: 4.16 4.14 4.10 5/265 58027
/proc/meminfo: memFree=122916696/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=1766104 memory=432364 CPUtime=0.09 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 891 0 0 0 1 8 0 0 20 0 1 0 55754954 1808490496 108091 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 441526 108091 1600 2790 0 434951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1766104 KiB
Current children cumulated memory: 432364 KiB

[startup+0.205627 s]*
/proc/loadavg: 4.16 4.14 4.10 5/265 58027
/proc/meminfo: memFree=122711140/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=1766104 memory=905452 CPUtime=0.2 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 1122 0 0 0 3 17 0 0 20 0 1 0 55754954 1808490496 226363 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 441526 226363 1600 2790 0 434951 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1766104 KiB
Current children cumulated memory: 905452 KiB

[startup+0.305568 s]*
/proc/loadavg: 4.16 4.14 4.10 5/265 58027
/proc/meminfo: memFree=122268016/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=1766104 memory=1349868 CPUtime=0.29 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 1339 0 0 0 4 25 0 0 20 0 1 0 55754954 1808490496 337467 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 441526 337467 1600 2790 0 434951 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1766104 KiB
Current children cumulated memory: 1349868 KiB

[startup+0.700172 s]
/proc/loadavg: 4.16 4.14 4.10 5/265 58027
/proc/meminfo: memFree=121852304/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=1863812 memory=1813872 CPUtime=0.68 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 13079 0 0 0 32 36 0 0 20 0 1 0 55754954 1908543488 453468 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 465953 453468 1600 2790 0 459378 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1863812 KiB
Current children cumulated memory: 1813872 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.14 4.10 5/265 58027
/proc/meminfo: memFree=121815440/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=1979528 memory=1929384 CPUtime=1.48 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 31656 0 0 0 108 40 0 0 20 0 1 0 55754954 2027036672 481823 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 494882 482346 1696 2790 0 488307 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1979528 KiB
Current children cumulated memory: 1929384 KiB

[startup+3.10542 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 58027
/proc/meminfo: memFree=121495516/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=2924848 memory=2837840 CPUtime=3.08 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 192941 0 0 0 237 71 0 0 20 0 1 0 55754954 2995044352 709428 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 731212 709428 3200 2790 0 724637 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2924848 KiB
Current children cumulated memory: 2837840 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 58027
/proc/meminfo: memFree=120679268/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=3660268 memory=3567236 CPUtime=6.27 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 365111 0 0 0 530 97 0 0 20 0 1 0 55754954 3748114432 891809 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 915067 891809 3232 2790 0 908492 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3660268 KiB
Current children cumulated memory: 3567236 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.13 4.10 5/265 58027
/proc/meminfo: memFree=120087000/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4649856 memory=4529840 CPUtime=12.66 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 597926 0 0 0 1129 137 0 0 20 0 1 0 55754954 4761452544 1132460 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1162464 1132460 3456 2790 0 1155889 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4649856 KiB
Current children cumulated memory: 4529840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.14 4.10 5/265 58027
/proc/meminfo: memFree=119428816/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782352 CPUtime=25.43 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646743 0 0 0 2397 146 0 0 20 0 1 0 55754954 5050785792 1195588 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195588 3520 2790 0 1226527 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782352 KiB

[startup+51.1053 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 58028
/proc/meminfo: memFree=119426240/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782352 CPUtime=50.99 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646743 0 0 0 4951 148 0 0 20 0 1 0 55754954 5050785792 1195588 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195588 3520 2790 0 1226527 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782352 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 58032
/proc/meminfo: memFree=119404932/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=102.08 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646788 0 0 0 10017 191 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/267 58033
/proc/meminfo: memFree=119403976/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=161.97 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646788 0 0 0 16003 194 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/266 58035
/proc/meminfo: memFree=119349092/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=221.85 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646831 0 0 0 21946 239 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 221.85 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/266 58037
/proc/meminfo: memFree=119197836/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=281.74 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646873 0 0 0 27889 285 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 281.74 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 58039
/proc/meminfo: memFree=119177696/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=341.63 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646915 0 0 0 33833 330 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 341.63 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 58041
/proc/meminfo: memFree=119144588/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=401.51 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646915 0 0 0 39820 331 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 401.51 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/264 58044
/proc/meminfo: memFree=119096072/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=461.4 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 646957 0 0 0 45763 377 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 461.4 s

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

Current children cumulated memory: 4782480 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 58173
/proc/meminfo: memFree=118424652/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=2915.66 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648319 0 0 0 289743 1823 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 2915.66 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 58178
/proc/meminfo: memFree=118424556/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=2975.52 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648361 0 0 0 295682 1870 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 2975.52 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 58184
/proc/meminfo: memFree=118425520/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3035.37 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648409 0 0 0 301626 1911 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3035.37 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 58186
/proc/meminfo: memFree=118425156/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3095.22 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648409 0 0 0 307611 1911 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3095.22 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 58188
/proc/meminfo: memFree=118424776/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3155.07 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648451 0 0 0 313551 1956 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3155.07 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 58191
/proc/meminfo: memFree=118424888/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3214.92 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648479 0 0 0 319490 2002 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3214.92 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 58193
/proc/meminfo: memFree=118408920/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3274.78 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648530 0 0 0 325416 2062 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3274.78 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 58195
/proc/meminfo: memFree=118406992/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4782480 CPUtime=3334.64 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648530 0 0 0 331401 2063 0 0 20 0 1 0 55754954 5050785792 1195620 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1195620 3552 2790 0 1226527 0
Current children cumulated CPU time: 3334.64 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4782480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 58197
/proc/meminfo: memFree=118404908/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4786448 CPUtime=3394.49 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648574 0 0 0 337342 2107 0 0 20 0 1 0 55754954 5050785792 1196612 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1196612 3552 2790 0 1226527 0
Current children cumulated CPU time: 3394.49 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4786448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.01 4.07 4.08 5/264 58379
/proc/meminfo: memFree=122978092/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4787600 CPUtime=3454.34 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648618 0 0 0 343283 2151 0 0 20 0 1 0 55754954 5050785792 1196900 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1196900 3552 2790 0 1226527 0
Current children cumulated CPU time: 3454.34 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4787600 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 58381
/proc/meminfo: memFree=122736300/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4794896 CPUtime=3514.2 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648686 0 0 0 349225 2195 0 0 20 0 1 0 55754954 5050785792 1198724 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1198724 3552 2790 0 1226527 0
Current children cumulated CPU time: 3514.2 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4794896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 58430
/proc/meminfo: memFree=119226124/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4795792 CPUtime=3574.06 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648686 0 0 0 355211 2195 0 0 20 0 1 0 55754954 5050785792 1198948 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1198948 3552 2790 0 1226527 0
Current children cumulated CPU time: 3574.06 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4795792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/263 58431
/proc/meminfo: memFree=113785256/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4795792 CPUtime=3600.01 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648766 0 0 0 357763 2238 0 0 20 0 1 0 55754954 5050785792 1198948 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1198948 3552 2790 0 1226527 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4795792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.63 s, system=22.475 s

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

[startup+3608.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/263 58431
/proc/meminfo: memFree=113785256/131250000 swapFree=33010672/33010684
[pid=58026] ppid=58023 vsize=4932408 memory=4795792 CPUtime=3600.01 cores=1,3
/proc/58026/stat : 58026 (ipbhs_scip) R 58023 58026 57491 0 -1 4194304 648766 0 0 0 357763 2238 0 0 20 0 1 0 55754954 5050785792 1198948 18446744073709551615 94774462406656 94774473833053 140731676286336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94774475968728 94774476013746 94774514458624 140731676293522 140731676293641 140731676293641 140731676299243 0
/proc/58026/statm: 1233102 1198948 3552 2790 0 1226527 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4932408 KiB
Current children cumulated memory: 4795792 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.39
CPU time (s): 3600.11
CPU user time (s): 3577.63
CPU system time (s): 22.475
CPU usage (%): 99.7705
Max. virtual memory (cumulated for all children) (KiB): 4932408
Max. memory (cumulated for all children) (KiB): 4795792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.63
system time used= 22.475
maximum resident set size= 4795792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648766
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= 70
involuntary context switches= 4480


# summary of solver processes directly reported to runsolver:
#   pid: 58026
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3577.63
#   total CPU system time (s): 22.475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43272 second user time and 15.0459 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 22:13:03
IDJOB=4498600
IDBENCH=148722
IDSOLVER=3335
FILE ID=nodeC014/4498600-1751400783
RUNJOBID= nodeC014-1751397021-57503
SLURM_JOB_ID= 9598275
Free space on /tmp= 432776 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__64.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498600-1751400783/watcher-4498600-1751400783 -o /tmp/evaluation-result-4498600-1751400783/solver-4498600-1751400783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751397021-57503 --watchdog 3760  ./ipbhs_scip HOME/instance-4498600-1751400783.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 6d0bcc2b57c04c2d4d51edf27892ab0d
RANDOM SEED=676066970

nodeC014 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	: 0xb00002a
cpu MHz		: 3600.124
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3603.639
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3600.122
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3600.071
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3600.080
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3599.067
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
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	: 0xb00002a
cpu MHz		: 3636.172
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123314368 kB
MemAvailable:   123931680 kB
Buffers:            2508 kB
Cached:          1414368 kB
SwapCached:            4 kB
Active:          5436700 kB
Inactive:         951312 kB
Active(anon):    4985344 kB
Inactive(anon):     3856 kB
Active(file):     451356 kB
Inactive(file):   947456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             99400 kB
Writeback:             0 kB
AnonPages:       4972652 kB
Mapped:           136632 kB
Shmem:             18064 kB
KReclaimable:     115476 kB
Slab:             206020 kB
SReclaimable:     115476 kB
SUnreclaim:        90544 kB
KernelStack:        4336 kB
PageTables:        12876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5390288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4542464 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432584 MiB
End job on nodeC014 at 2025-07-01 23:13:12