Trace number 4505524

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.17 3612.09

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
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 benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (22398 MiB free)
  memory of node 1: 64507 MiB (44099 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505524-1751460331/watcher-4505524-1751460331 -o /tmp/evaluation-result-4505524-1751460331/solver-4505524-1751460331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751451826-69891 --watchdog 3760 ./ipbhs_scip HOME/instance-4505524-1751460331.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=70860, runsolver pid=70857
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=68034976/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=121824 memory=55340 CPUtime=0.09 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 4415 0 0 0 7 2 0 0 20 0 1 0 61713435 124747776 13835 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 30456 13835 1600 2790 0 23881 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 121824 KiB
Current children cumulated memory: 55340 KiB

[startup+0.205972 s]*
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=68020864/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=133792 memory=66868 CPUtime=0.19 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 6815 0 0 0 17 2 0 0 20 0 1 0 61713435 137003008 16717 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 33448 16717 1600 2790 0 26873 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 133792 KiB
Current children cumulated memory: 66868 KiB

[startup+0.305964 s]*
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=68012800/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=147276 memory=78472 CPUtime=0.3 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 8177 0 0 0 27 3 0 0 20 0 1 0 61713435 150810624 19618 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 36819 19618 1600 2790 0 30244 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 147276 KiB
Current children cumulated memory: 78472 KiB

[startup+0.700196 s]
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=67996672/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=192432 memory=121156 CPUtime=0.68 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 13732 0 0 0 64 4 0 0 20 0 1 0 61713435 197050368 30289 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 48108 30289 1600 2790 0 41533 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192432 KiB
Current children cumulated memory: 121156 KiB

[startup+1.5002 s]
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=67939712/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=274184 memory=197860 CPUtime=1.48 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 22184 0 0 0 142 6 0 0 20 0 1 0 61713435 280764416 49465 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 68546 49465 1600 2790 0 61971 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 274184 KiB
Current children cumulated memory: 197860 KiB

[startup+3.10577 s]
/proc/loadavg: 4.39 4.21 4.13 5/264 70861
/proc/meminfo: memFree=67778168/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=406884 memory=328508 CPUtime=3.08 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 45688 0 0 0 293 15 0 0 20 0 1 0 61713435 416649216 82127 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 101721 82127 1600 2790 0 95146 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 406884 KiB
Current children cumulated memory: 328508 KiB

[startup+6.30019 s]
/proc/loadavg: 4.44 4.23 4.13 5/264 70861
/proc/meminfo: memFree=67409380/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=818192 memory=720332 CPUtime=6.26 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 88909 0 0 0 545 81 0 0 20 0 1 0 61713435 837828608 180083 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 204548 180083 1728 2790 0 197973 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 818192 KiB
Current children cumulated memory: 720332 KiB

[startup+12.7002 s]
/proc/loadavg: 4.56 4.26 4.14 5/264 70861
/proc/meminfo: memFree=66937684/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=2042300 memory=1797496 CPUtime=12.65 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 259036 0 0 0 944 321 0 0 20 0 1 0 61713435 2091315200 449342 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 510575 449374 3200 2790 0 504000 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2042300 KiB
Current children cumulated memory: 1797496 KiB

[startup+25.5002 s]
/proc/loadavg: 4.51 4.26 4.15 5/264 70861
/proc/meminfo: memFree=63243620/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5266716 memory=4877428 CPUtime=25.4 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 954372 0 0 0 2100 440 0 0 20 0 1 0 61713435 5393117184 1219357 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1316679 1219357 3744 2790 0 1310104 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 5266716 KiB
Current children cumulated memory: 4877428 KiB

[startup+51.1059 s]
/proc/loadavg: 4.33 4.24 4.14 5/264 70861
/proc/meminfo: memFree=63168852/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4938612 CPUtime=50.9 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964091 0 0 0 4632 458 0 0 20 0 1 0 61713435 5458247680 1234653 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1234653 3776 2790 0 1326005 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4938612 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.22 4.14 5/264 70863
/proc/meminfo: memFree=63173456/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4942940 CPUtime=101.9 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964160 0 0 0 9652 538 0 0 20 0 1 0 61713435 5458247680 1235735 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1235735 3776 2790 0 1326005 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4942940 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.20 4.14 5/264 70865
/proc/meminfo: memFree=63165872/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4949100 CPUtime=161.65 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964251 0 0 0 15535 630 0 0 20 0 1 0 61713435 5458247680 1237275 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1237275 3776 2790 0 1326005 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4949100 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.18 4.13 5/264 70867
/proc/meminfo: memFree=63163692/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4957292 CPUtime=221.42 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964341 0 0 0 21419 723 0 0 20 0 1 0 61713435 5458247680 1239323 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1239323 3776 2790 0 1326005 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4957292 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.16 4.13 5/264 70869
/proc/meminfo: memFree=63159200/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4963436 CPUtime=281.17 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964437 0 0 0 27303 814 0 0 20 0 1 0 61713435 5458247680 1240859 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1240859 3776 2790 0 1326005 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4963436 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.14 4.12 5/263 70872
/proc/meminfo: memFree=63148788/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4969580 CPUtime=340.93 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964440 0 0 0 33189 904 0 0 20 0 1 0 61713435 5458247680 1242395 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1242395 3776 2790 0 1326005 0
Current children cumulated CPU time: 340.93 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4969580 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/263 70879
/proc/meminfo: memFree=63147240/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4975852 CPUtime=400.7 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964569 0 0 0 39078 992 0 0 20 0 1 0 61713435 5458247680 1243963 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1243963 3776 2790 0 1326005 0
Current children cumulated CPU time: 400.7 s
Current children cumulated vsize: 5330320 KiB
Current children cumulated memory: 4975852 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/263 70881
/proc/meminfo: memFree=63135968/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5330320 memory=4981996 CPUtime=460.47 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 964677 0 0 0 44965 1082 0 0 20 0 1 0 61713435 5458247680 1245499 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1332580 1245499 3776 2790 0 1326005 0

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

Current children cumulated memory: 5163136 KiB

[startup+2862.3 s]
/proc/loadavg: 1.14 1.62 2.78 2/246 71101
/proc/meminfo: memFree=123619504/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5169280 CPUtime=2852.36 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968282 0 0 0 280627 4609 0 0 20 0 1 0 61713435 5813764096 1292320 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1292320 3776 2790 0 1412801 0
Current children cumulated CPU time: 2852.36 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5169280 KiB

[startup+2922.3 s]
/proc/loadavg: 1.10 1.52 2.67 2/246 71103
/proc/meminfo: memFree=123609292/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5179520 CPUtime=2912.19 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968299 0 0 0 286526 4693 0 0 20 0 1 0 61713435 5813764096 1294880 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1294880 3776 2790 0 1412801 0
Current children cumulated CPU time: 2912.19 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5179520 KiB

[startup+2982.3 s]
/proc/loadavg: 1.15 1.45 2.58 2/246 71105
/proc/meminfo: memFree=123606012/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5185664 CPUtime=2972.04 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968474 0 0 0 292424 4780 0 0 20 0 1 0 61713435 5813764096 1296416 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1296416 3776 2790 0 1412801 0
Current children cumulated CPU time: 2972.04 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5185664 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 1.38 2.48 2/246 71107
/proc/meminfo: memFree=123599268/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5193856 CPUtime=3031.88 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968602 0 0 0 298317 4871 0 0 20 0 1 0 61713435 5813764096 1298464 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1298464 3776 2790 0 1412801 0
Current children cumulated CPU time: 3031.88 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5193856 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.33 2.39 2/246 71111
/proc/meminfo: memFree=123566548/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5202048 CPUtime=3091.71 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968660 0 0 0 304212 4959 0 0 20 0 1 0 61713435 5813764096 1300512 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1300512 3776 2790 0 1412801 0
Current children cumulated CPU time: 3091.71 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5202048 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.30 2.31 2/245 71113
/proc/meminfo: memFree=123557868/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5208192 CPUtime=3151.56 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968849 0 0 0 310108 5048 0 0 20 0 1 0 61713435 5813764096 1302048 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1302048 3776 2790 0 1412801 0
Current children cumulated CPU time: 3151.56 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5208192 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.25 2.23 2/245 71115
/proc/meminfo: memFree=123555248/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5216384 CPUtime=3211.39 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 968935 0 0 0 316004 5135 0 0 20 0 1 0 61713435 5813764096 1304096 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1304096 3776 2790 0 1412801 0
Current children cumulated CPU time: 3211.39 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5216384 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.22 2.16 2/245 71117
/proc/meminfo: memFree=123545264/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5222528 CPUtime=3271.24 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969050 0 0 0 321903 5221 0 0 20 0 1 0 61713435 5813764096 1305632 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1305632 3776 2790 0 1412801 0
Current children cumulated CPU time: 3271.24 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5222528 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.19 2.09 2/245 71119
/proc/meminfo: memFree=123541096/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5230720 CPUtime=3331.08 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969196 0 0 0 327804 5304 0 0 20 0 1 0 61713435 5813764096 1307680 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1307680 3776 2790 0 1412801 0
Current children cumulated CPU time: 3331.08 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5230720 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.17 2.02 2/245 71121
/proc/meminfo: memFree=123533912/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5235456 CPUtime=3390.92 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969292 0 0 0 333704 5388 0 0 20 0 1 0 61713435 5813764096 1308864 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1308864 3776 2790 0 1412801 0
Current children cumulated CPU time: 3390.92 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5235456 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.17 1.96 2/245 71127
/proc/meminfo: memFree=123534500/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5235456 CPUtime=3450.76 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969456 0 0 0 339593 5483 0 0 20 0 1 0 61713435 5813764096 1308864 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1308864 3776 2790 0 1412801 0
Current children cumulated CPU time: 3450.76 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5235456 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.15 1.91 2/244 71129
/proc/meminfo: memFree=123536908/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5235456 CPUtime=3510.61 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969593 0 0 0 345484 5577 0 0 20 0 1 0 61713435 5813764096 1308864 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1308864 3776 2790 0 1412801 0
Current children cumulated CPU time: 3510.61 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5235456 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.14 1.85 2/245 71132
/proc/meminfo: memFree=123538308/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5235456 CPUtime=3570.46 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969621 0 0 0 351377 5669 0 0 20 0 1 0 61713435 5813764096 1308864 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1308864 3776 2790 0 1412801 0
Current children cumulated CPU time: 3570.46 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5235456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 1.07 1.12 1.82 2/245 71133
/proc/meminfo: memFree=123536356/131250000 swapFree=33010684/33010684
[pid=70860] ppid=70857 vsize=5677504 memory=5235456 CPUtime=3600.09 cores=5,7
/proc/70860/stat : 70860 (ipbhs_scip) R 70857 70860 69878 0 -1 4194304 969703 0 0 0 354293 5716 0 0 20 0 1 0 61713435 5813764096 1308864 18446744073709551615 94018973642752 94018985069149 140722610245872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94018987204824 94018987249842 94019013922816 140722610248082 140722610248201 140722610248201 140722610253803 0
/proc/70860/statm: 1419376 1308864 3776 2790 0 1412801 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5677504 KiB
Current children cumulated memory: 5235456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3542.93 s, system=57.2416 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.09
CPU time (s): 3600.17
CPU user time (s): 3542.93
CPU system time (s): 57.2416
CPU usage (%): 99.6702
Max. virtual memory (cumulated for all children) (KiB): 5677504
Max. memory (cumulated for all children) (KiB): 5235456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3542.93
system time used= 57.2416
maximum resident set size= 5235456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 969703
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= 79
involuntary context switches= 1334


# summary of solver processes directly reported to runsolver:
#   pid: 70860
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3542.93
#   total CPU system time (s): 57.2416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07671 second user time and 17.4493 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 14:45:32
IDJOB=4505524
IDBENCH=155760
IDSOLVER=3335
FILE ID=nodeC013/4505524-1751460331
RUNJOBID= nodeC013-1751451826-69891
SLURM_JOB_ID= 9598435
Free space on /tmp= 431744 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505524-1751460331/watcher-4505524-1751460331 -o /tmp/evaluation-result-4505524-1751460331/solver-4505524-1751460331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751451826-69891 --watchdog 3760  ./ipbhs_scip HOME/instance-4505524-1751460331.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=893416429

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

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        68093640 kB
MemAvailable:   69918776 kB
Buffers:            3280 kB
Cached:          2623476 kB
SwapCached:            0 kB
Active:         60021044 kB
Inactive:        2378556 kB
Active(anon):   59786128 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2378556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            169600 kB
Writeback:             4 kB
AnonPages:      59775916 kB
Mapped:           131840 kB
Shmem:             13284 kB
KReclaimable:     101408 kB
Slab:             190424 kB
SReclaimable:     101408 kB
SUnreclaim:        89016 kB
KernelStack:        4256 kB
PageTables:       120980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   65518808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23095296 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432532 MiB
End job on nodeC013 at 2025-07-02 15:45:44