Trace number 4507800

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.05 3609.31

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
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 benchmark101
Best CPU time to get the best result obtained on this benchmark16698.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.49/0.54	c limit for coefficient in constraints and objective to 1000000000
0.49/0.54	c will solve HOME/instance-4507800-1751499551.opb
0.49/0.54	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: 63665 MiB (62438 MiB free)
  memory of node 1: 64507 MiB (63368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507800-1751499551/watcher-4507800-1751499551 -o /tmp/evaluation-result-4507800-1751499551/solver-4507800-1751499551 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751495940-67815 --watchdog 3760 ./ipbhs_scip HOME/instance-4507800-1751499551.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

solver pid=68199, runsolver pid=68192
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 3.93 4.12 4.10 4/255 68201
/proc/meminfo: memFree=128425984/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1806240 memory=427340 CPUtime=0.09 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 686 0 0 0 1 8 0 0 20 0 1 0 65634668 1849589760 106835 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 451560 106835 1568 2790 0 444985 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1806240 KiB
Current children cumulated memory: 427340 KiB

[startup+0.205724 s]*
/proc/loadavg: 3.93 4.12 4.10 6/254 68201
/proc/meminfo: memFree=127876924/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1806240 memory=896332 CPUtime=0.19 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 915 0 0 0 3 16 0 0 20 0 1 0 65634668 1849589760 224083 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 451560 224083 1568 2790 0 444985 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1806240 KiB
Current children cumulated memory: 896332 KiB

[startup+0.305649 s]*
/proc/loadavg: 3.93 4.12 4.10 4/257 68205
/proc/meminfo: memFree=127417240/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1806240 memory=1344844 CPUtime=0.29 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 1134 0 0 0 4 25 0 0 20 0 1 0 65634668 1849589760 336211 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 451560 336211 1568 2790 0 444985 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1806240 KiB
Current children cumulated memory: 1344844 KiB

[startup+0.700159 s]
/proc/loadavg: 3.93 4.12 4.10 6/261 68219
/proc/meminfo: memFree=126259648/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1865044 memory=1840024 CPUtime=0.68 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 16076 0 0 0 28 40 0 0 20 0 1 0 65634668 1909805056 460006 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 466261 460006 3552 2790 0 459686 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1865044 KiB
Current children cumulated memory: 1840024 KiB

[startup+1.50012 s]
/proc/loadavg: 3.93 4.12 4.10 6/263 68247
/proc/meminfo: memFree=124890616/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1867748 memory=1845036 CPUtime=1.48 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 16809 0 0 0 103 45 0 0 20 0 1 0 65634668 1912573952 461259 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 466937 461259 3552 2790 0 460362 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1867748 KiB
Current children cumulated memory: 1845036 KiB

[startup+3.10501 s]
/proc/loadavg: 3.93 4.12 4.10 6/263 68247
/proc/meminfo: memFree=124257424/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1869068 memory=1846316 CPUtime=3.08 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 17150 0 0 0 251 57 0 0 20 0 1 0 65634668 1913925632 461579 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 467267 461579 3552 2790 0 460692 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1869068 KiB
Current children cumulated memory: 1846316 KiB

[startup+6.3001 s]
/proc/loadavg: 3.94 4.12 4.10 6/263 68247
/proc/meminfo: memFree=123450776/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1870352 memory=1847596 CPUtime=6.26 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 17468 0 0 0 551 75 0 0 20 0 1 0 65634668 1915240448 461899 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 467588 461899 3552 2790 0 461013 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1870352 KiB
Current children cumulated memory: 1847596 KiB

[startup+12.7001 s]
/proc/loadavg: 4.02 4.13 4.11 6/263 68247
/proc/meminfo: memFree=123370104/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1875864 memory=1851052 CPUtime=12.64 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 18337 0 0 0 1160 104 0 0 20 0 1 0 65634668 1920884736 462763 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 468966 462763 3552 2790 0 462391 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1875864 KiB
Current children cumulated memory: 1851052 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.14 4.11 6/263 68247
/proc/meminfo: memFree=123368664/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1879100 memory=1855788 CPUtime=25.41 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 19532 0 0 0 2376 165 0 0 20 0 1 0 65634668 1924198400 463947 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 469775 463947 3552 2790 0 463200 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1879100 KiB
Current children cumulated memory: 1855788 KiB

[startup+51.1048 s]
/proc/loadavg: 4.06 4.13 4.10 6/263 68248
/proc/meminfo: memFree=123196424/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1888844 memory=1864232 CPUtime=50.94 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 22461 0 0 0 4813 281 0 0 20 0 1 0 65634668 1934176256 466058 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 472211 466058 3552 2790 0 465636 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1888844 KiB
Current children cumulated memory: 1864232 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.11 6/263 68249
/proc/meminfo: memFree=122849596/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1905784 memory=1875928 CPUtime=101.99 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 25671 0 0 0 9729 470 0 0 20 0 1 0 65634668 1951522816 468982 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 476446 468982 3552 2790 0 469871 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1905784 KiB
Current children cumulated memory: 1875928 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.10 6/264 68256
/proc/meminfo: memFree=121966180/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1914400 memory=1890932 CPUtime=161.81 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 28585 0 0 0 15534 647 0 0 20 0 1 0 65634668 1960345600 472733 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 478600 472733 3552 2790 0 472025 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1914400 KiB
Current children cumulated memory: 1890932 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.12 4.09 6/264 68303
/proc/meminfo: memFree=125336000/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1922112 memory=1898644 CPUtime=221.64 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 30785 0 0 0 21301 863 0 0 20 0 1 0 65634668 1968242688 474661 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 480528 474661 3552 2790 0 473953 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 1922112 KiB
Current children cumulated memory: 1898644 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/264 68305
/proc/meminfo: memFree=125064848/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=1928740 memory=1904764 CPUtime=281.48 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 32982 0 0 0 27080 1068 0 0 20 0 1 0 65634668 1975029760 476191 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 482185 476191 3552 2790 0 475610 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 1928740 KiB
Current children cumulated memory: 1904764 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.10 4.09 6/264 68308
/proc/meminfo: memFree=124866604/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2094796 memory=2023384 CPUtime=341.29 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 47125 0 0 0 32997 1132 0 0 20 0 1 0 65634668 2145071104 505846 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 523699 505846 3552 2790 0 517124 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 2094796 KiB
Current children cumulated memory: 2023384 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/264 68310
/proc/meminfo: memFree=124715600/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2212476 memory=2095988 CPUtime=401.1 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 55238 0 0 0 38943 1167 0 0 20 0 1 0 65634668 2265575424 523997 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 553119 523997 3552 2790 0 546544 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 2212476 KiB
Current children cumulated memory: 2095988 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/265 68314
/proc/meminfo: memFree=124692280/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2217336 memory=2099848 CPUtime=460.92 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 60176 0 0 0 44757 1335 0 0 20 0 1 0 65634668 2270552064 524962 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 554334 524962 3552 2790 0 547759 0
Current children cumulated CPU time: 460.92 s

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

Current children cumulated memory: 2288112 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 68496
/proc/meminfo: memFree=126055100/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2385856 memory=2288484 CPUtime=2914.7 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 218352 0 0 0 284399 7071 0 0 20 0 1 0 65634668 2443116544 572121 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 596464 572121 3552 2790 0 589889 0
Current children cumulated CPU time: 2914.7 s
Current children cumulated vsize: 2385856 KiB
Current children cumulated memory: 2288484 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 68501
/proc/meminfo: memFree=126038560/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2386624 memory=2288940 CPUtime=2974.55 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 221665 0 0 0 290241 7214 0 0 20 0 1 0 65634668 2443902976 572235 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 596656 572235 3552 2790 0 590081 0
Current children cumulated CPU time: 2974.55 s
Current children cumulated vsize: 2386624 KiB
Current children cumulated memory: 2288940 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 68503
/proc/meminfo: memFree=126027596/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2391488 memory=2292232 CPUtime=3034.41 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 224001 0 0 0 296171 7270 0 0 20 0 1 0 65634668 2448883712 573058 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 597872 573058 3552 2790 0 591297 0
Current children cumulated CPU time: 3034.41 s
Current children cumulated vsize: 2391488 KiB
Current children cumulated memory: 2292232 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 68506
/proc/meminfo: memFree=126018672/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2395968 memory=2295476 CPUtime=3094.26 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 227220 0 0 0 302084 7342 0 0 20 0 1 0 65634668 2453471232 573869 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 598992 573869 3552 2790 0 592417 0
Current children cumulated CPU time: 3094.26 s
Current children cumulated vsize: 2395968 KiB
Current children cumulated memory: 2295476 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 68508
/proc/meminfo: memFree=125990156/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2406080 memory=2302928 CPUtime=3154.11 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 230721 0 0 0 308026 7385 0 0 20 0 1 0 65634668 2463825920 575732 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 601520 575732 3552 2790 0 594945 0
Current children cumulated CPU time: 3154.11 s
Current children cumulated vsize: 2406080 KiB
Current children cumulated memory: 2302928 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 68515
/proc/meminfo: memFree=125979024/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2407872 memory=2304168 CPUtime=3213.97 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 233205 0 0 0 313878 7519 0 0 20 0 1 0 65634668 2465660928 576042 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 601968 576042 3552 2790 0 595393 0
Current children cumulated CPU time: 3213.97 s
Current children cumulated vsize: 2407872 KiB
Current children cumulated memory: 2304168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 68517
/proc/meminfo: memFree=125978128/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2408064 memory=2304348 CPUtime=3273.82 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 236965 0 0 0 319687 7695 0 0 20 0 1 0 65634668 2465857536 576087 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 602016 576087 3552 2790 0 595441 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 2408064 KiB
Current children cumulated memory: 2304348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 68519
/proc/meminfo: memFree=125968196/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2408192 memory=2304484 CPUtime=3333.68 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 241058 0 0 0 325466 7902 0 0 20 0 1 0 65634668 2465988608 576121 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 602048 576121 3552 2790 0 595473 0
Current children cumulated CPU time: 3333.68 s
Current children cumulated vsize: 2408192 KiB
Current children cumulated memory: 2304484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 68521
/proc/meminfo: memFree=125962520/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2411136 memory=2306624 CPUtime=3393.54 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 243872 0 0 0 331339 8015 0 0 20 0 1 0 65634668 2469003264 576656 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 602784 576656 3552 2790 0 596209 0
Current children cumulated CPU time: 3393.54 s
Current children cumulated vsize: 2411136 KiB
Current children cumulated memory: 2306624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 68523
/proc/meminfo: memFree=125955244/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2411136 memory=2306632 CPUtime=3453.39 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 247567 0 0 0 337138 8201 0 0 20 0 1 0 65634668 2469003264 576658 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 602784 576658 3552 2790 0 596209 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 2411136 KiB
Current children cumulated memory: 2306632 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 68526
/proc/meminfo: memFree=125953108/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2411136 memory=2306640 CPUtime=3513.25 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 250518 0 0 0 342906 8419 0 0 20 0 1 0 65634668 2469003264 576660 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 602784 576660 3552 2790 0 596209 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 2411136 KiB
Current children cumulated memory: 2306640 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/263 68530
/proc/meminfo: memFree=125944932/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2414080 memory=2308436 CPUtime=3573.1 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 252508 0 0 0 348833 8477 0 0 20 0 1 0 65634668 2472017920 577109 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 603520 577109 3552 2790 0 596945 0
Current children cumulated CPU time: 3573.1 s
Current children cumulated vsize: 2414080 KiB
Current children cumulated memory: 2308436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 68532
/proc/meminfo: memFree=125933452/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2415872 memory=2310024 CPUtime=3600.04 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 253597 0 0 0 351500 8504 0 0 20 0 1 0 65634668 2473852928 577506 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 603968 577506 3552 2790 0 597393 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2415872 KiB
Current children cumulated memory: 2310024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3515 s, system=85.0506 s

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

[startup+3609.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 68532
/proc/meminfo: memFree=125933452/131249996 swapFree=33010416/33010684
[pid=68199] ppid=68192 vsize=2415872 memory=2310024 CPUtime=3600.04 cores=0,2
/proc/68199/stat : 68199 (ipbhs_scip) R 68192 68199 67805 0 -1 4194304 253597 0 0 0 351500 8504 0 0 20 0 1 0 65634668 2473852928 577506 18446744073709551615 94675724025856 94675735452253 140731207779248 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94675737587928 94675737632946 94675771056128 140731207784850 140731207784969 140731207784969 140731207790571 0
/proc/68199/statm: 603968 577506 3552 2790 0 597393 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2415872 KiB
Current children cumulated memory: 2310024 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.31
CPU time (s): 3600.05
CPU user time (s): 3515
CPU system time (s): 85.0506
CPU usage (%): 99.7435
Max. virtual memory (cumulated for all children) (KiB): 2419088
Max. memory (cumulated for all children) (KiB): 2312788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3515
system time used= 85.0506
maximum resident set size= 2312788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253597
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= 120
involuntary context switches= 7977


# summary of solver processes directly reported to runsolver:
#   pid: 68199
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3515
#   total CPU system time (s): 85.0506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52035 second user time and 14.5747 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-03 01:39:11
IDJOB=4507800
IDBENCH=158385
IDSOLVER=3335
FILE ID=nodeC030/4507800-1751499551
RUNJOBID= nodeC030-1751495940-67815
SLURM_JOB_ID= 9598569
Free space on /tmp= 432360 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507800-1751499551/watcher-4507800-1751499551 -o /tmp/evaluation-result-4507800-1751499551/solver-4507800-1751499551 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751495940-67815 --watchdog 3760  ./ipbhs_scip HOME/instance-4507800-1751499551.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=690368083

nodeC030 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		: 3603.212
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.62
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		: 3575.037
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.62
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		: 3600.322
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.62
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.321
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.62
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		: 3562.908
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.62
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.101
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.62
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.927
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.62
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		: 3600.122
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128825488 kB
MemAvailable:   129744908 kB
Buffers:            2564 kB
Cached:          1711544 kB
SwapCached:           16 kB
Active:           515936 kB
Inactive:        1268092 kB
Active(anon):      83420 kB
Inactive(anon):     4548 kB
Active(file):     432516 kB
Inactive(file):  1263544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            215140 kB
Writeback:            44 kB
AnonPages:         73024 kB
Mapped:           103564 kB
Shmem:             18048 kB
KReclaimable:     124800 kB
Slab:             213916 kB
SReclaimable:     124800 kB
SUnreclaim:        89116 kB
KernelStack:        4144 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432232 MiB
End job on nodeC030 at 2025-07-03 02:39:20