Trace number 4499060

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 3612.71

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
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.00/0.08	c limit for coefficient in constraints and objective to 1000000000
0.00/0.08	c will solve HOME/instance-4499060-1751480338.opb
0.00/0.08	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100101 s]*
/proc/loadavg: 0.78 2.12 4.33 5/250 67999
/proc/meminfo: memFree=123746012/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=47504 memory=22876 CPUtime=0.09 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 1957 0 0 0 8 1 0 0 20 0 1 0 63713010 48644096 5719 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 11876 5719 3552 2790 0 5301 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47504 KiB
Current children cumulated memory: 22876 KiB

[startup+0.214281 s]*
/proc/loadavg: 0.78 2.12 4.33 5/250 67999
/proc/meminfo: memFree=123691820/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=47504 memory=23004 CPUtime=0.2 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 1994 0 0 0 18 2 0 0 20 0 1 0 63713010 48644096 5751 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 11876 5751 3552 2790 0 5301 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47504 KiB
Current children cumulated memory: 23004 KiB

[startup+0.313734 s]*
/proc/loadavg: 0.78 2.12 4.33 5/250 67999
/proc/meminfo: memFree=123465784/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=47504 memory=23132 CPUtime=0.3 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 2049 0 0 0 28 2 0 0 20 0 1 0 63713010 48644096 5783 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 11876 5783 3552 2790 0 5301 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47504 KiB
Current children cumulated memory: 23132 KiB

[startup+0.700267 s]
/proc/loadavg: 0.78 2.12 4.33 5/250 67999
/proc/meminfo: memFree=123397416/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=47504 memory=23644 CPUtime=0.68 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 2154 0 0 0 65 3 0 0 20 0 1 0 63713010 48644096 5911 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 11876 5911 3552 2790 0 5301 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47504 KiB
Current children cumulated memory: 23644 KiB

[startup+1.50027 s]
/proc/loadavg: 0.78 2.12 4.33 5/250 67999
/proc/meminfo: memFree=123387812/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=48956 memory=27320 CPUtime=1.47 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 2555 0 0 0 142 5 0 0 20 0 1 0 63713010 50130944 6830 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 12239 6830 3552 2790 0 5664 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 48956 KiB
Current children cumulated memory: 27320 KiB

[startup+3.11398 s]
/proc/loadavg: 1.04 2.15 4.33 5/250 67999
/proc/meminfo: memFree=123364636/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=54740 memory=32312 CPUtime=3.08 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 3821 0 0 0 301 7 0 0 20 0 1 0 63713010 56053760 8078 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 13685 8078 3552 2790 0 7110 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 54740 KiB
Current children cumulated memory: 32312 KiB

[startup+6.30028 s]
/proc/loadavg: 1.04 2.15 4.33 5/247 68041
/proc/meminfo: memFree=123333340/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=62400 memory=39724 CPUtime=6.25 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 5168 0 0 0 615 10 0 0 20 0 1 0 63713010 63897600 9931 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 15600 9931 3552 2790 0 9025 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 62400 KiB
Current children cumulated memory: 39724 KiB

[startup+12.7003 s]
/proc/loadavg: 1.28 2.18 4.33 5/251 68045
/proc/meminfo: memFree=123229460/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=73856 memory=48024 CPUtime=12.64 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 6729 0 0 0 1245 19 0 0 20 0 1 0 63713010 75628544 12006 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 18464 12006 3552 2790 0 11889 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 73856 KiB
Current children cumulated memory: 48024 KiB

[startup+25.5003 s]
/proc/loadavg: 1.88 2.27 4.32 5/251 68046
/proc/meminfo: memFree=123196332/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=77844 memory=53744 CPUtime=25.39 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 7647 0 0 0 2508 31 0 0 20 0 1 0 63713010 79712256 13436 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 19461 13436 3552 2790 0 12886 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 77844 KiB
Current children cumulated memory: 53744 KiB

[startup+51.113 s]
/proc/loadavg: 2.74 2.44 4.33 6/251 68091
/proc/meminfo: memFree=122542112/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=96664 memory=65344 CPUtime=50.92 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 9763 0 0 0 5039 53 0 0 20 0 1 0 63713010 98983936 16336 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 24166 16336 3552 2790 0 17591 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 96664 KiB
Current children cumulated memory: 65344 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.75 4.33 5/252 68232
/proc/meminfo: memFree=120981764/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=125744 memory=84360 CPUtime=101.96 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 12303 0 0 0 10107 89 0 0 20 0 1 0 63713010 128761856 21090 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 31436 21090 3552 2790 0 24861 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 125744 KiB
Current children cumulated memory: 84360 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.98 4.31 5/252 68234
/proc/meminfo: memFree=119274300/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=133876 memory=92956 CPUtime=161.78 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 13914 0 0 0 16053 125 0 0 20 0 1 0 63713010 137089024 23239 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 33469 23239 3552 2790 0 26894 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 133876 KiB
Current children cumulated memory: 92956 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.19 4.29 5/253 68237
/proc/meminfo: memFree=119173152/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=142964 memory=110968 CPUtime=221.6 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 15866 0 0 0 22005 155 0 0 20 0 1 0 63713010 146395136 27742 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 35741 27742 3552 2790 0 29166 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 142964 KiB
Current children cumulated memory: 110968 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.37 4.28 5/254 68240
/proc/meminfo: memFree=119085296/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=182204 memory=125592 CPUtime=281.42 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 18004 0 0 0 27965 177 0 0 20 0 1 0 63713010 186576896 31398 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 45551 31398 3552 2790 0 38976 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 182204 KiB
Current children cumulated memory: 125592 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.51 4.27 5/253 68242
/proc/meminfo: memFree=119018452/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=183752 memory=127000 CPUtime=341.22 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 18381 0 0 0 33911 211 0 0 20 0 1 0 63713010 188162048 31750 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 45938 31750 3552 2790 0 39363 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 183752 KiB
Current children cumulated memory: 127000 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.61 4.25 5/253 68244
/proc/meminfo: memFree=118961708/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=184624 memory=128024 CPUtime=401.04 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 18618 0 0 0 39862 242 0 0 20 0 1 0 63713010 189054976 32006 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 46156 32006 3552 2790 0 39581 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 184624 KiB
Current children cumulated memory: 128024 KiB

[startup+462.3 s]
/proc/loadavg: 4.52 3.81 4.28 5/252 68246
/proc/meminfo: memFree=118930056/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=188508 memory=131224 CPUtime=460.85 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 19452 0 0 0 45810 275 0 0 20 0 1 0 63713010 193032192 32806 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 47127 32806 3552 2790 0 40552 0

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

Current children cumulated memory: 256480 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 68375
/proc/meminfo: memFree=114915348/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=313660 memory=256608 CPUtime=2912.33 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34715 0 0 0 290202 1031 0 0 20 0 1 0 63713010 321187840 64152 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78415 64152 3552 2790 0 71840 0
Current children cumulated CPU time: 2912.33 s
Current children cumulated vsize: 313660 KiB
Current children cumulated memory: 256608 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 68377
/proc/meminfo: memFree=114918632/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314176 memory=257120 CPUtime=2972.09 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34844 0 0 0 296160 1049 0 0 20 0 1 0 63713010 321716224 64280 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78544 64280 3552 2790 0 71969 0
Current children cumulated CPU time: 2972.09 s
Current children cumulated vsize: 314176 KiB
Current children cumulated memory: 257120 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 68379
/proc/meminfo: memFree=114910148/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314176 memory=257120 CPUtime=3031.85 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34845 0 0 0 302118 1067 0 0 20 0 1 0 63713010 321716224 64280 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78544 64280 3552 2790 0 71969 0
Current children cumulated CPU time: 3031.85 s
Current children cumulated vsize: 314176 KiB
Current children cumulated memory: 257120 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 68385
/proc/meminfo: memFree=114838856/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314176 memory=257120 CPUtime=3091.63 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34845 0 0 0 308073 1090 0 0 20 0 1 0 63713010 321716224 64280 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78544 64280 3552 2790 0 71969 0
Current children cumulated CPU time: 3091.63 s
Current children cumulated vsize: 314176 KiB
Current children cumulated memory: 257120 KiB

[startup+3162.3 s]
/proc/loadavg: 4.39 4.16 4.11 5/250 68387
/proc/meminfo: memFree=114850552/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314436 memory=257376 CPUtime=3151.4 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34909 0 0 0 314031 1109 0 0 20 0 1 0 63713010 321982464 64344 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78609 64344 3552 2790 0 72034 0
Current children cumulated CPU time: 3151.4 s
Current children cumulated vsize: 314436 KiB
Current children cumulated memory: 257376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.28 4.16 5/250 68389
/proc/meminfo: memFree=114845576/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314436 memory=257376 CPUtime=3211.16 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 34929 0 0 0 319997 1119 0 0 20 0 1 0 63713010 321982464 64344 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78609 64344 3552 2790 0 72034 0
Current children cumulated CPU time: 3211.16 s
Current children cumulated vsize: 314436 KiB
Current children cumulated memory: 257376 KiB

[startup+3282.3 s]
/proc/loadavg: 4.74 4.36 4.19 5/250 68391
/proc/meminfo: memFree=114847480/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=314720 memory=257760 CPUtime=3270.92 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 35013 0 0 0 325955 1137 0 0 20 0 1 0 63713010 322273280 64440 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 78680 64440 3552 2790 0 72105 0
Current children cumulated CPU time: 3270.92 s
Current children cumulated vsize: 314720 KiB
Current children cumulated memory: 257760 KiB

[startup+3342.3 s]
/proc/loadavg: 4.61 4.41 4.22 5/251 68394
/proc/meminfo: memFree=114842808/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=321704 memory=262624 CPUtime=3330.68 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 36244 0 0 0 331923 1145 0 0 20 0 1 0 63713010 329424896 65656 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 80426 65656 3552 2790 0 73851 0
Current children cumulated CPU time: 3330.68 s
Current children cumulated vsize: 321704 KiB
Current children cumulated memory: 262624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.35 4.21 5/251 68396
/proc/meminfo: memFree=114822148/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=328336 memory=283044 CPUtime=3390.46 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37757 0 0 0 337891 1155 0 0 20 0 1 0 63713010 336216064 70761 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82084 70761 3552 2790 0 75509 0
Current children cumulated CPU time: 3390.46 s
Current children cumulated vsize: 328336 KiB
Current children cumulated memory: 283044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.30 4.20 5/251 68398
/proc/meminfo: memFree=114819964/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=329392 memory=285912 CPUtime=3450.22 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37986 0 0 0 343848 1174 0 0 20 0 1 0 63713010 337297408 71478 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82348 71478 3552 2790 0 75773 0
Current children cumulated CPU time: 3450.22 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 285912 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.26 4.19 5/251 68444
/proc/meminfo: memFree=112354392/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=329392 memory=285912 CPUtime=3509.98 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37987 0 0 0 349802 1196 0 0 20 0 1 0 63713010 337297408 71478 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82348 71478 3552 2790 0 75773 0
Current children cumulated CPU time: 3509.98 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 285912 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.24 4.18 5/250 68448
/proc/meminfo: memFree=112350808/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=329392 memory=285912 CPUtime=3569.76 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37988 0 0 0 355761 1215 0 0 20 0 1 0 63713010 337297408 71478 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82348 71478 3552 2790 0 75773 0
Current children cumulated CPU time: 3569.76 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 285912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.48 4.31 4.21 5/249 68494
/proc/meminfo: memFree=111896160/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=329392 memory=285912 CPUtime=3600.04 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37988 0 0 0 358780 1224 0 0 20 0 1 0 63713010 337297408 71478 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82348 71478 3552 2790 0 75773 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 285912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.81 s, system=12.2471 s

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

[startup+3612.7 s]
/proc/loadavg: 4.48 4.31 4.21 5/249 68494
/proc/meminfo: memFree=111896160/131382116 swapFree=33010160/33010684
[pid=67986] ppid=67980 vsize=329392 memory=285912 CPUtime=3600.04 cores=5,7
/proc/67986/stat : 67986 (ipbhs_scip) R 67980 67986 67930 0 -1 4194304 37988 0 0 0 358780 1224 0 0 20 0 1 0 63713010 337297408 71478 18446744073709551615 93878842347520 93878853773917 140721488942688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93878855909592 93878855954610 93878871715840 140721488947602 140721488947721 140721488947721 140721488953323 0
/proc/67986/statm: 82348 71478 3552 2790 0 75773 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 285912 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.71
CPU time (s): 3600.06
CPU user time (s): 3587.81
CPU system time (s): 12.2471
CPU usage (%): 99.6499
Max. virtual memory (cumulated for all children) (KiB): 329392
Max. memory (cumulated for all children) (KiB): 285912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.81
system time used= 12.247
maximum resident set size= 285912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37988
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= 156
involuntary context switches= 3300


# summary of solver processes directly reported to runsolver:
#   pid: 67986
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3587.81
#   total CPU system time (s): 12.2471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7632 second user time and 35.4099 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 20:18:58
IDJOB=4499060
IDBENCH=148770
IDSOLVER=3335
FILE ID=nodeC004/4499060-1751480338
RUNJOBID= nodeC004-1751480338-67943
SLURM_JOB_ID= 9598522
Free space on /tmp= 431724 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499060-1751480338/watcher-4499060-1751480338 -o /tmp/evaluation-result-4499060-1751480338/solver-4499060-1751480338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751480338-67943 --watchdog 3760  ./ipbhs_scip HOME/instance-4499060-1751480338.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=687405204

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123874120 kB
MemAvailable:   129641960 kB
Buffers:            2720 kB
Cached:          6517492 kB
SwapCached:           20 kB
Active:           406048 kB
Inactive:        6180828 kB
Active(anon):      78432 kB
Inactive(anon):     6188 kB
Active(file):     327616 kB
Inactive(file):  6174640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            280320 kB
Writeback:             0 kB
AnonPages:         69600 kB
Mapped:           102588 kB
Shmem:             17956 kB
KReclaimable:     210424 kB
Slab:             296864 kB
SReclaimable:     210424 kB
SUnreclaim:        86440 kB
KernelStack:        3780 kB
PageTables:         2768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431372 MiB
End job on nodeC004 at 2025-07-02 21:19:11