Trace number 4432118

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 2024-07-09? (TO) 3600.05 3611.2

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern50-06.lin.opb
MD5SUMb877664571262cc35a091b0e7e24e61f
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 benchmark-270
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables882
Total number of constraints1664
Number of constraints which are clauses832
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 882
Biggest coefficient in the objective function 34
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 13140
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 13140
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.36	c initialize IPBHS solver
0.29/0.36	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:06:57), with Glucose 3.0, with SCIP , with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.29/0.36	c optimizer = "scip"
0.29/0.36	c pbsolver = "roundingsat"
0.29/0.36	c load symmetries from file ""
0.29/0.36	c set time limit for symmetry computation to 100 seconds.
0.29/0.36	c set interchangeable summation variable limit to 3
0.29/0.36	c set abs symmetric core budget per WCE-iteration to 100
0.29/0.36	c set rel symmetric core budget per WCE-iteration to 0
0.29/0.36	c set lit symmetric core budget per WCE-iteration to 0
0.29/0.36	c set sym generation to 's'
0.29/0.36	c set abstraction set creation to 10 iterations without LB change
0.29/0.36	c set abstraction set inputs to 0
0.29/0.36	c set abstraction set cluster min size to 2
0.29/0.36	c set abstraction set cluster max size to 100000000
0.29/0.36	c set abstraction set cluster activation limit to 2
0.29/0.36	c enable abstraction set require equal cost
0.29/0.36	c set abstraction set assumptions to 0
0.29/0.36	c set abstraction set constraint type to 0
0.29/0.36	c set abstract core extraction strategy to b
0.29/0.36	c set core extraction strategy to 2
0.29/0.36	c set core extraction shuffles 10
0.29/0.36	c set cores per iteration to 5
0.29/0.36	c set optimizer bound usage strategy to 2
0.29/0.36	c set optimizer max non-optimal iterations to 1000
0.29/0.36	c set small core cardinality limit to 2
0.29/0.36	c set max coef in cores to 1000000000
0.29/0.36	c set SIS iterations to 5
0.29/0.36	c set SIS budget abs to 1000
0.29/0.36	c set SIS budget rel to 0.05
0.29/0.36	c limit for coefficient in constraints and objective to 9223372036854775807
0.29/0.36	c will solve HOME/instance-4432118-1721163539.opb
0.29/0.36	c [0] solve iteration 1, LB=-6570, UB=6571

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: 63968 MiB (61940 MiB free)
  memory of node 1: 64473 MiB (62705 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432118-1721163539/watcher-4432118-1721163539 -o /tmp/evaluation-result-4432118-1721163539/solver-4432118-1721163539 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721153783-910751 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432118-1721163539.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=916589, runsolver pid=916586

[startup+0.100275 s]*
/proc/loadavg: 4.10 4.15 4.16 5/259 916590
/proc/meminfo: memFree=127616388/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=51564 memory=32828 CPUtime=0.09 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 5623 0 0 0 8 1 0 0 20 0 1 0 168522001 52801536 8207 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 12891 8207 2895 2900 0 9405 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51564 KiB
Current children cumulated memory: 32828 KiB

[startup+0.205638 s]*
/proc/loadavg: 4.10 4.15 4.16 5/259 916590
/proc/meminfo: memFree=127606168/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=65108 memory=42852 CPUtime=0.2 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 8110 0 0 0 19 1 0 0 20 0 1 0 168522001 66670592 10713 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 16277 10713 2895 2900 0 12791 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 65108 KiB
Current children cumulated memory: 42852 KiB

[startup+0.305668 s]*
/proc/loadavg: 4.10 4.15 4.16 5/259 916590
/proc/meminfo: memFree=127594296/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=79992 memory=54476 CPUtime=0.29 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 11041 0 0 0 28 1 0 0 20 0 1 0 168522001 81911808 13619 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 19998 13619 2911 2900 0 16512 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 79992 KiB
Current children cumulated memory: 54476 KiB

[startup+0.700212 s]
/proc/loadavg: 4.10 4.15 4.16 5/259 916590
/proc/meminfo: memFree=127590772/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=82048 memory=57740 CPUtime=0.69 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 12085 0 0 0 67 2 0 0 20 0 1 0 168522001 84017152 14435 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 20512 14435 2911 2900 0 17026 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 82048 KiB
Current children cumulated memory: 57740 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.15 4.16 5/259 916590
/proc/meminfo: memFree=127590348/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=82048 memory=58524 CPUtime=1.48 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 12284 0 0 0 146 2 0 0 20 0 1 0 168522001 84017152 14631 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 20512 14631 2911 2900 0 17026 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 82048 KiB
Current children cumulated memory: 58524 KiB

[startup+3.10537 s]
/proc/loadavg: 4.09 4.15 4.16 5/259 916592
/proc/meminfo: memFree=127588236/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=84700 memory=60368 CPUtime=3.08 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 12719 0 0 0 306 2 0 0 20 0 1 0 168522001 86732800 15092 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 21175 15092 2911 2900 0 17689 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 84700 KiB
Current children cumulated memory: 60368 KiB

[startup+6.30018 s]
/proc/loadavg: 4.09 4.15 4.16 5/259 916592
/proc/meminfo: memFree=127588300/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=84700 memory=60368 CPUtime=6.26 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 12719 0 0 0 624 2 0 0 20 0 1 0 168522001 86732800 15092 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 21175 15092 2911 2900 0 17689 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 84700 KiB
Current children cumulated memory: 60368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.16 4.16 5/259 916593
/proc/meminfo: memFree=127584240/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=91436 memory=66440 CPUtime=12.64 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 14249 0 0 0 1262 2 0 0 20 0 1 0 168522001 93630464 16610 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 22859 16610 2911 2900 0 19373 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 91436 KiB
Current children cumulated memory: 66440 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.16 5/259 916595
/proc/meminfo: memFree=127552392/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=129236 memory=92864 CPUtime=25.4 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 21698 0 0 0 2536 4 0 0 20 0 1 0 168522001 132337664 23216 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 32309 23216 2911 2900 0 28823 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 129236 KiB
Current children cumulated memory: 92864 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.16 4.16 5/259 916599
/proc/meminfo: memFree=127524192/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=167148 memory=117696 CPUtime=50.91 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 28062 0 0 0 5086 5 0 0 20 0 1 0 168522001 171159552 29424 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 41787 29424 2911 2900 0 38301 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 167148 KiB
Current children cumulated memory: 117696 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/258 916613
/proc/meminfo: memFree=127461308/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=249784 memory=173680 CPUtime=101.93 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 43351 0 0 0 10185 8 0 0 20 0 1 0 168522001 255778816 43420 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 62446 43420 2911 2900 0 58960 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 249784 KiB
Current children cumulated memory: 173680 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/258 916634
/proc/meminfo: memFree=127438900/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=288180 memory=192352 CPUtime=161.72 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 48027 0 0 0 16163 9 0 0 20 0 1 0 168522001 295096320 48088 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 72045 48088 2911 2900 0 68559 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 288180 KiB
Current children cumulated memory: 192352 KiB

[startup+222.3 s]
/proc/loadavg: 4.51 4.25 4.19 5/258 916644
/proc/meminfo: memFree=127395176/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=330432 memory=226108 CPUtime=221.51 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 59326 0 0 0 22140 11 0 0 20 0 1 0 168522001 338362368 56527 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 82608 56527 2911 2900 0 79122 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 330432 KiB
Current children cumulated memory: 226108 KiB

[startup+282.3 s]
/proc/loadavg: 4.44 4.28 4.20 5/257 916655
/proc/meminfo: memFree=127392960/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=335940 memory=221084 CPUtime=281.31 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 60097 0 0 0 28119 12 0 0 20 0 1 0 168522001 344002560 55271 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 83985 55271 2911 2900 0 80499 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 335940 KiB
Current children cumulated memory: 221084 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.24 4.19 5/257 916666
/proc/meminfo: memFree=127384560/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=341516 memory=224264 CPUtime=341.09 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 60903 0 0 0 34097 12 0 0 20 0 1 0 168522001 349712384 56066 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 85379 56066 2911 2900 0 81893 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 341516 KiB
Current children cumulated memory: 224264 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.22 4.19 5/256 916677
/proc/meminfo: memFree=127376084/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=346748 memory=229260 CPUtime=400.88 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 63594 0 0 0 40075 13 0 0 20 0 1 0 168522001 355069952 57315 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 86687 57315 2911 2900 0 83201 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 346748 KiB
Current children cumulated memory: 229260 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.20 4.18 5/255 916687
/proc/meminfo: memFree=127362552/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=354984 memory=233956 CPUtime=460.67 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 64765 0 0 0 46054 13 0 0 20 0 1 0 168522001 363503616 58489 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 88746 58489 2911 2900 0 85260 0

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

Current children cumulated memory: 602636 KiB

[startup+2862.3 s]
/proc/loadavg: 1.14 1.12 1.52 2/234 917849
/proc/meminfo: memFree=127661696/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=634660 memory=614452 CPUtime=2853.5 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 135762 0 0 0 285313 37 0 0 20 0 1 0 168522001 649891840 153613 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 158665 153613 3231 2900 0 155179 0
Current children cumulated CPU time: 2853.5 s
Current children cumulated vsize: 634660 KiB
Current children cumulated memory: 614452 KiB

[startup+2922.3 s]
/proc/loadavg: 1.14 1.13 1.49 2/234 917861
/proc/meminfo: memFree=127654648/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=641808 memory=620672 CPUtime=2913.3 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 138021 0 0 0 291293 37 0 0 20 0 1 0 168522001 657211392 155168 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 160452 155168 3231 2900 0 156966 0
Current children cumulated CPU time: 2913.3 s
Current children cumulated vsize: 641808 KiB
Current children cumulated memory: 620672 KiB

[startup+2982.3 s]
/proc/loadavg: 1.17 1.13 1.47 2/234 917871
/proc/meminfo: memFree=127653060/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=641808 memory=621912 CPUtime=2973.11 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 138303 0 0 0 297273 38 0 0 20 0 1 0 168522001 657211392 155478 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 160452 155478 3231 2900 0 156966 0
Current children cumulated CPU time: 2973.11 s
Current children cumulated vsize: 641808 KiB
Current children cumulated memory: 621912 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 1.12 1.44 2/235 917883
/proc/meminfo: memFree=127642044/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=653292 memory=632092 CPUtime=3032.93 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 141116 0 0 0 303254 39 0 0 20 0 1 0 168522001 668971008 158023 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 163323 158023 3231 2900 0 159837 0
Current children cumulated CPU time: 3032.93 s
Current children cumulated vsize: 653292 KiB
Current children cumulated memory: 632092 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.11 1.42 2/237 917899
/proc/meminfo: memFree=127637276/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=657164 memory=635996 CPUtime=3092.74 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 142359 0 0 0 309235 39 0 0 20 0 1 0 168522001 672935936 158999 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 164291 158999 3231 2900 0 160805 0
Current children cumulated CPU time: 3092.74 s
Current children cumulated vsize: 657164 KiB
Current children cumulated memory: 635996 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.12 1.40 2/237 917909
/proc/meminfo: memFree=127633628/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=659456 memory=639008 CPUtime=3152.55 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 143443 0 0 0 315215 40 0 0 20 0 1 0 168522001 675282944 159752 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 164864 159752 3231 2900 0 161378 0
Current children cumulated CPU time: 3152.55 s
Current children cumulated vsize: 659456 KiB
Current children cumulated memory: 639008 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.11 1.38 2/238 917921
/proc/meminfo: memFree=127630400/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=661500 memory=641120 CPUtime=3212.36 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 144218 0 0 0 321196 40 0 0 20 0 1 0 168522001 677376000 160280 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 165375 160280 3231 2900 0 161889 0
Current children cumulated CPU time: 3212.36 s
Current children cumulated vsize: 661500 KiB
Current children cumulated memory: 641120 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.10 1.36 2/238 917933
/proc/meminfo: memFree=127618680/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=672940 memory=651960 CPUtime=3272.17 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 147146 0 0 0 327176 41 0 0 20 0 1 0 168522001 689090560 162990 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 168235 162990 3231 2900 0 164749 0
Current children cumulated CPU time: 3272.17 s
Current children cumulated vsize: 672940 KiB
Current children cumulated memory: 651960 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.11 1.35 2/237 917945
/proc/meminfo: memFree=127612060/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=679336 memory=658212 CPUtime=3331.99 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 148976 0 0 0 333157 42 0 0 20 0 1 0 168522001 695640064 164553 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 169834 164553 3231 2900 0 166348 0
Current children cumulated CPU time: 3331.99 s
Current children cumulated vsize: 679336 KiB
Current children cumulated memory: 658212 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.11 1.33 2/237 918341
/proc/meminfo: memFree=127607592/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=680960 memory=661076 CPUtime=3391.8 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 149959 0 0 0 339138 42 0 0 20 0 1 0 168522001 697303040 165269 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 170240 165269 3231 2900 0 166754 0
Current children cumulated CPU time: 3391.8 s
Current children cumulated vsize: 680960 KiB
Current children cumulated memory: 661076 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.12 1.32 2/237 918352
/proc/meminfo: memFree=127594960/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=694128 memory=673208 CPUtime=3451.61 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 153256 0 0 0 345118 43 0 0 20 0 1 0 168522001 710787072 168302 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 173532 168302 3231 2900 0 170046 0
Current children cumulated CPU time: 3451.61 s
Current children cumulated vsize: 694128 KiB
Current children cumulated memory: 673208 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.11 1.30 2/236 918364
/proc/meminfo: memFree=127594180/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=694128 memory=673212 CPUtime=3511.42 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 153523 0 0 0 351099 43 0 0 20 0 1 0 168522001 710787072 168303 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 173532 168303 3231 2900 0 170046 0
Current children cumulated CPU time: 3511.42 s
Current children cumulated vsize: 694128 KiB
Current children cumulated memory: 673212 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.12 1.29 2/238 918545
/proc/meminfo: memFree=127582952/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=703156 memory=683052 CPUtime=3571.23 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 156047 0 0 0 357079 44 0 0 20 0 1 0 168522001 720031744 170763 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 175789 170763 3231 2900 0 172303 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 703156 KiB
Current children cumulated memory: 683052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 1.09 1.11 1.27 2/238 918549
/proc/meminfo: memFree=127582888/131524600 swapFree=131071996/131071996
[pid=916589] ppid=916586 vsize=703156 memory=683304 CPUtime=3600.04 cores=0,2
/proc/916589/stat : 916589 (ipbhs_static_sc) R 916586 916589 910741 0 -1 4194304 156177 0 0 0 359960 44 0 0 20 0 1 0 168522001 720031744 170826 134679101440 4194304 16068861 140731568280064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 35778560 140731568284710 140731568284797 140731568284797 140731568291812 0
/proc/916589/statm: 175789 170826 3231 2900 0 172303 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 703156 KiB
Current children cumulated memory: 683304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.6 s, system=0.446669 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): 3611.2
CPU time (s): 3600.05
CPU user time (s): 3599.6
CPU system time (s): 0.446669
CPU usage (%): 99.6911
Max. virtual memory (cumulated for all children) (KiB): 703156
Max. memory (cumulated for all children) (KiB): 683304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.6
system time used= 0.446669
maximum resident set size= 683316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156177
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= 75
involuntary context switches= 25204


# summary of solver processes directly reported to runsolver:
#   pid: 916589
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.6
#   total CPU system time (s): 0.446669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1372 second user time and 13.666 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 22:59:12
IDJOB=4432118
IDBENCH=158491
IDSOLVER=3057
FILE ID=nodeC030/4432118-1721163539
RUNJOBID= nodeC030-1721153783-910751
SLURM_JOB_ID= 7505759
Free space on /tmp= 889920 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-06.lin.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432118-1721163539/watcher-4432118-1721163539 -o /tmp/evaluation-result-4432118-1721163539/solver-4432118-1721163539 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721153783-910751 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432118-1721163539.opb

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

MD5SUM BENCH= b877664571262cc35a091b0e7e24e61f
RANDOM SEED=1275748068

nodeC030.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3676.890
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3683.880
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3655.112
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3599.990
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3672.545
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3683.907
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3600.130
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.024
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127638244 kB
MemAvailable:   129199644 kB
Buffers:          413016 kB
Cached:          1972032 kB
SwapCached:            0 kB
Active:           942324 kB
Inactive:        2317236 kB
Active(anon):       1540 kB
Inactive(anon):   910668 kB
Active(file):     940784 kB
Inactive(file):  1406568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             53672 kB
Writeback:            12 kB
AnonPages:        866328 kB
Mapped:           139572 kB
Shmem:             37720 kB
KReclaimable:     107740 kB
Slab:             216064 kB
SReclaimable:     107740 kB
SUnreclaim:       108324 kB
KernelStack:        4112 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1307884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            65024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC030 at 2024-07-16 23:59:23