Trace number 4486272

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.06 3610.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark3586.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.41/0.44	c limit for coefficient in constraints and objective to 1000000000
0.41/0.44	c will solve HOME/instance-4486272-1751305066.opb
0.41/0.44	c [0] will start solving
0.41/0.46	c [0.01] solve iteration 1, LB=0, UB=1025
66.01/66.22	c [64.78] solve iteration 2, LB=96, UB=164
86.36/86.69	c [84.92] solve iteration 3, LB=101, UB=158

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (60989 MiB free)
  memory of node 1: 64465 MiB (63045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486272-1751305066/watcher-4486272-1751305066 -o /tmp/evaluation-result-4486272-1751305066/solver-4486272-1751305066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751301413-48375 --watchdog 3760 ./ipbhs_scip HOME/instance-4486272-1751305066.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
solver pid=49603, runsolver pid=49600
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 4.13 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126955100/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=959884 memory=363444 CPUtime=0.1 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 1033 0 0 0 2 8 0 0 20 0 1 0 46185795 982921216 90349 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 239971 90861 1600 2790 0 233396 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 959884 KiB
Current children cumulated memory: 363444 KiB

[startup+0.213629 s]*
/proc/loadavg: 4.13 4.09 4.05 6/252 49604
/proc/meminfo: memFree=126557788/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=959884 memory=758708 CPUtime=0.21 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 1227 0 0 0 4 17 0 0 20 0 1 0 46185795 982921216 189677 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 239971 189677 1600 2790 0 233396 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 959884 KiB
Current children cumulated memory: 758708 KiB

[startup+0.313634 s]*
/proc/loadavg: 4.13 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126324700/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=963056 memory=929564 CPUtime=0.31 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 2613 0 0 0 10 21 0 0 20 0 1 0 46185795 986169344 232391 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 240764 232391 1664 2790 0 234189 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 963056 KiB
Current children cumulated memory: 929564 KiB

[startup+0.700317 s]
/proc/loadavg: 4.13 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126214764/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=991996 memory=967412 CPUtime=0.68 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 10772 0 0 0 38 30 0 0 20 0 1 0 46185795 1015803904 241853 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 247999 241853 3744 2790 0 241424 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 991996 KiB
Current children cumulated memory: 967412 KiB

[startup+1.50029 s]
/proc/loadavg: 4.13 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126206700/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=991996 memory=969512 CPUtime=1.48 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 10789 0 0 0 113 35 0 0 20 0 1 0 46185795 1015803904 242378 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 247999 242378 3744 2790 0 241424 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 991996 KiB
Current children cumulated memory: 969512 KiB

[startup+3.11268 s]
/proc/loadavg: 4.13 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126057960/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=991996 memory=969896 CPUtime=3.08 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 10914 0 0 0 271 37 0 0 20 0 1 0 46185795 1015803904 242474 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 247999 242474 3744 2790 0 241424 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 991996 KiB
Current children cumulated memory: 969896 KiB

[startup+6.30023 s]
/proc/loadavg: 4.12 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126057968/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=991996 memory=969896 CPUtime=6.27 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 10918 0 0 0 585 42 0 0 20 0 1 0 46185795 1015803904 242474 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 247999 242474 3744 2790 0 241424 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 991996 KiB
Current children cumulated memory: 969896 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.09 4.05 5/252 49604
/proc/meminfo: memFree=126000776/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=994716 memory=972700 CPUtime=12.65 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 11078 0 0 0 1214 51 0 0 20 0 1 0 46185795 1018589184 243175 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 248679 243175 3744 2790 0 242104 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 994716 KiB
Current children cumulated memory: 972700 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.08 4.05 5/252 49605
/proc/meminfo: memFree=125981388/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=999628 memory=976368 CPUtime=25.42 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 11506 0 0 0 2478 64 0 0 20 0 1 0 46185795 1023619072 244092 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 249907 244092 3744 2790 0 243332 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 999628 KiB
Current children cumulated memory: 976368 KiB

[startup+51.1128 s]
/proc/loadavg: 4.12 4.09 4.05 5/252 49605
/proc/meminfo: memFree=125943936/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1000580 memory=977264 CPUtime=50.97 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 11735 0 0 0 5004 93 0 0 20 0 1 0 46185795 1024593920 244316 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 250145 244316 3744 2790 0 243570 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1000580 KiB
Current children cumulated memory: 977264 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.05 5/252 49607
/proc/meminfo: memFree=125895044/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1007996 memory=982512 CPUtime=102.02 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 21388 0 0 0 10045 157 0 0 20 0 1 0 46185795 1032187904 245628 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 251999 245628 3744 2790 0 245424 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 1007996 KiB
Current children cumulated memory: 982512 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/251 49609
/proc/meminfo: memFree=125839988/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1012316 memory=991548 CPUtime=161.86 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 22623 0 0 0 15972 214 0 0 20 0 1 0 46185795 1036611584 247887 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 253079 247887 3744 2790 0 246504 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 1012316 KiB
Current children cumulated memory: 991548 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.12 4.06 5/251 49611
/proc/meminfo: memFree=125645472/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1024672 memory=995800 CPUtime=221.7 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 23187 0 0 0 21910 260 0 0 20 0 1 0 46185795 1049264128 248950 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 256168 248950 3744 2790 0 249593 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 1024672 KiB
Current children cumulated memory: 995800 KiB

[startup+282.3 s]
/proc/loadavg: 4.75 4.29 4.13 5/249 49615
/proc/meminfo: memFree=125623164/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1025236 memory=998232 CPUtime=281.54 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 23303 0 0 0 27845 309 0 0 20 0 1 0 46185795 1049841664 249558 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 256309 249558 3744 2790 0 249734 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 1025236 KiB
Current children cumulated memory: 998232 KiB

[startup+342.3 s]
/proc/loadavg: 4.42 4.28 4.13 5/249 49617
/proc/meminfo: memFree=125619256/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1025700 memory=1000848 CPUtime=341.38 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 23424 0 0 0 33784 354 0 0 20 0 1 0 46185795 1050316800 250212 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 256425 250212 3744 2790 0 249850 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 1025700 KiB
Current children cumulated memory: 1000848 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 4.25 4.13 5/250 49624
/proc/meminfo: memFree=125617028/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1025840 memory=1000976 CPUtime=401.22 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 23476 0 0 0 39719 403 0 0 20 0 1 0 46185795 1050460160 250244 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 256460 250244 3744 2790 0 249885 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 1025840 KiB
Current children cumulated memory: 1000976 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.23 4.13 5/250 49626
/proc/meminfo: memFree=125648972/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1026204 memory=1003416 CPUtime=461.05 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 23580 0 0 0 45661 444 0 0 20 0 1 0 46185795 1050832896 250854 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 256551 250854 3744 2790 0 249976 0
Current children cumulated CPU time: 461.05 s

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

Current children cumulated memory: 1052916 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.22 4.19 5/250 49798
/proc/meminfo: memFree=125256200/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1091984 memory=1057464 CPUtime=2913.98 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 28849 0 0 0 289547 1851 0 0 20 0 1 0 46185795 1118191616 264366 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 272996 264366 3744 2790 0 266421 0
Current children cumulated CPU time: 2913.98 s
Current children cumulated vsize: 1091984 KiB
Current children cumulated memory: 1057464 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.19 4.18 5/250 49800
/proc/meminfo: memFree=125257244/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1092120 memory=1059584 CPUtime=2973.83 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 28867 0 0 0 295509 1874 0 0 20 0 1 0 46185795 1118330880 264896 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273030 264896 3744 2790 0 266455 0
Current children cumulated CPU time: 2973.83 s
Current children cumulated vsize: 1092120 KiB
Current children cumulated memory: 1059584 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/250 49803
/proc/meminfo: memFree=125250228/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1092492 memory=1059968 CPUtime=3033.68 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 28960 0 0 0 301472 1896 0 0 20 0 1 0 46185795 1118711808 264992 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273123 264992 3744 2790 0 266548 0
Current children cumulated CPU time: 3033.68 s
Current children cumulated vsize: 1092492 KiB
Current children cumulated memory: 1059968 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/250 49805
/proc/meminfo: memFree=125227144/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1092688 memory=1060096 CPUtime=3093.53 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29009 0 0 0 307432 1921 0 0 20 0 1 0 46185795 1118912512 265024 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273172 265024 3744 2790 0 266597 0
Current children cumulated CPU time: 3093.53 s
Current children cumulated vsize: 1092688 KiB
Current children cumulated memory: 1060096 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/250 49807
/proc/meminfo: memFree=125216024/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1092884 memory=1060352 CPUtime=3153.38 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29109 0 0 0 313395 1943 0 0 20 0 1 0 46185795 1119113216 265088 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273221 265088 3744 2790 0 266646 0
Current children cumulated CPU time: 3153.38 s
Current children cumulated vsize: 1092884 KiB
Current children cumulated memory: 1060352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.17 4.17 5/250 49809
/proc/meminfo: memFree=125213304/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1092884 memory=1060352 CPUtime=3213.23 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29109 0 0 0 319356 1967 0 0 20 0 1 0 46185795 1119113216 265088 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273221 265088 3744 2790 0 266646 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 1092884 KiB
Current children cumulated memory: 1060352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/250 49811
/proc/meminfo: memFree=125215580/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093176 memory=1060608 CPUtime=3273.07 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29182 0 0 0 325315 1992 0 0 20 0 1 0 46185795 1119412224 265152 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273294 265152 3744 2790 0 266719 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 1093176 KiB
Current children cumulated memory: 1060608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/251 49816
/proc/meminfo: memFree=125218032/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093176 memory=1060736 CPUtime=3332.91 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29205 0 0 0 331279 2012 0 0 20 0 1 0 46185795 1119412224 265184 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273294 265184 3744 2790 0 266719 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 1093176 KiB
Current children cumulated memory: 1060736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/250 49818
/proc/meminfo: memFree=125219056/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093384 memory=1060992 CPUtime=3392.77 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29301 0 0 0 337240 2037 0 0 20 0 1 0 46185795 1119625216 265248 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273346 265248 3744 2790 0 266771 0
Current children cumulated CPU time: 3392.77 s
Current children cumulated vsize: 1093384 KiB
Current children cumulated memory: 1060992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/250 49824
/proc/meminfo: memFree=125220620/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093576 memory=1060992 CPUtime=3452.61 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29334 0 0 0 343201 2060 0 0 20 0 1 0 46185795 1119821824 265248 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273394 265248 3744 2790 0 266819 0
Current children cumulated CPU time: 3452.61 s
Current children cumulated vsize: 1093576 KiB
Current children cumulated memory: 1060992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.13 4.16 5/250 49826
/proc/meminfo: memFree=125221384/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093576 memory=1061120 CPUtime=3512.46 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29351 0 0 0 349164 2082 0 0 20 0 1 0 46185795 1119821824 265280 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273394 265280 3744 2790 0 266819 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 1093576 KiB
Current children cumulated memory: 1061120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.16 5/250 49918
/proc/meminfo: memFree=126266528/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093576 memory=1061120 CPUtime=3572.31 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29357 0 0 0 355124 2107 0 0 20 0 1 0 46185795 1119821824 265280 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273394 265280 3744 2790 0 266819 0
Current children cumulated CPU time: 3572.31 s
Current children cumulated vsize: 1093576 KiB
Current children cumulated memory: 1061120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.10 4.12 4.15 5/249 50053
/proc/meminfo: memFree=125581140/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093576 memory=1061120 CPUtime=3600.04 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29365 0 0 0 357888 2116 0 0 20 0 1 0 46185795 1119821824 265280 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273394 265280 3744 2790 0 266819 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1093576 KiB
Current children cumulated memory: 1061120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.89 s, system=21.1701 s

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

[startup+3610.11 s]
/proc/loadavg: 4.10 4.12 4.15 5/249 50053
/proc/meminfo: memFree=125581140/131382112 swapFree=33010684/33010684
[pid=49603] ppid=49600 vsize=1093576 memory=1061120 CPUtime=3600.04 cores=1,3
/proc/49603/stat : 49603 (ipbhs_scip) R 49600 49603 48363 0 -1 4194304 29365 0 0 0 357888 2116 0 0 20 0 1 0 46185795 1119821824 265280 18446744073709551615 94524549992448 94524561418845 140721584550096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94524563554520 94524563599538 94524580786176 140721584552338 140721584552457 140721584552457 140721584558059 0
/proc/49603/statm: 273394 265280 3744 2790 0 266819 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1093576 KiB
Current children cumulated memory: 1061120 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.12
CPU time (s): 3600.06
CPU user time (s): 3578.89
CPU system time (s): 21.1701
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 1093576
Max. memory (cumulated for all children) (KiB): 1061120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.89
system time used= 21.1701
maximum resident set size= 1061120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29365
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= 94
involuntary context switches= 1903


# summary of solver processes directly reported to runsolver:
#   pid: 49603
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3578.89
#   total CPU system time (s): 21.1701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0522 second user time and 33.6108 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 19:37:46
IDJOB=4486272
IDBENCH=147017
IDSOLVER=3335
FILE ID=nodeC007/4486272-1751305066
RUNJOBID= nodeC007-1751301413-48375
SLURM_JOB_ID= 9594277
Free space on /tmp= 432804 MiB

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

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=1062212902

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.590
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.206
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.560
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.113
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.623
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3592.084
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.835
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.895
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127021512 kB
MemAvailable:   127456324 kB
Buffers:            3280 kB
Cached:          1242328 kB
SwapCached:            0 kB
Active:          2509812 kB
Inactive:         995820 kB
Active(anon):    2277984 kB
Inactive(anon):        0 kB
Active(file):     231828 kB
Inactive(file):   995820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70668 kB
Writeback:             0 kB
AnonPages:       2262612 kB
Mapped:           134508 kB
Shmem:             17960 kB
KReclaimable:      93580 kB
Slab:             177060 kB
SReclaimable:      93580 kB
SUnreclaim:        83480 kB
KernelStack:        4064 kB
PageTables:         7708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2758348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1290240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432740 MiB
End job on nodeC007 at 2025-06-30 20:37:57