Trace number 4432060

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.08 3610.61

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat50_4_16_5.opb
MD5SUM4bce0178dd52d2d263abed98aae07653
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5114519
Best CPU time to get the best result obtained on this benchmark353.176
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 56160700102
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 56160700102
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.58/2.69	c initialize IPBHS solver
2.58/2.69	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
2.58/2.69	c optimizer = "scip"
2.58/2.69	c pbsolver = "roundingsat"
2.58/2.69	c load symmetries from file ""
2.58/2.69	c set time limit for symmetry computation to 100 seconds.
2.58/2.69	c set interchangeable summation variable limit to 3
2.58/2.69	c set abs symmetric core budget per WCE-iteration to 100
2.58/2.69	c set rel symmetric core budget per WCE-iteration to 0
2.58/2.69	c set lit symmetric core budget per WCE-iteration to 0
2.58/2.69	c set sym generation to 's'
2.58/2.69	c set abstraction set creation to 10 iterations without LB change
2.58/2.69	c set abstraction set inputs to 0
2.58/2.69	c set abstraction set cluster min size to 2
2.58/2.69	c set abstraction set cluster max size to 100000000
2.58/2.69	c set abstraction set cluster activation limit to 2
2.58/2.69	c enable abstraction set require equal cost
2.58/2.69	c set abstraction set assumptions to 0
2.58/2.69	c set abstraction set constraint type to 0
2.58/2.69	c set abstract core extraction strategy to b
2.58/2.69	c set core extraction strategy to 2
2.58/2.69	c set core extraction shuffles 10
2.58/2.69	c set cores per iteration to 5
2.58/2.69	c set optimizer bound usage strategy to 2
2.58/2.69	c set optimizer max non-optimal iterations to 1000
2.58/2.69	c set small core cardinality limit to 2
2.58/2.69	c set max coef in cores to 1000000000
2.58/2.69	c set SIS iterations to 5
2.58/2.69	c set SIS budget abs to 1000
2.58/2.69	c set SIS budget rel to 0.05
2.58/2.69	c limit for coefficient in constraints and objective to 9223372036854775807
2.58/2.69	c will solve HOME/instance-4432060-1721135588.opb
2.58/2.69	c [0.05] solve iteration 1, LB=-50, UB=56160700053
333.81/334.75	c [261.87] solve iteration 2, LB=2183265, UB=6610371
1400.89/1404.93	c [1254.99] solve iteration 3, LB=2467937, UB=6610371

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: 63931 MiB (61677 MiB free)
  memory of node 1: 64510 MiB (63124 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432060-1721135588/watcher-4432060-1721135588 -o /tmp/evaluation-result-4432060-1721135588/solver-4432060-1721135588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721135601-861477 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432060-1721135588.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=861525, runsolver pid=861520
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 4.19 4.18 4.18 6/259 861540
/proc/meminfo: memFree=127701732/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=58936 memory=42188 CPUtime=0.1 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 7959 0 0 0 6 4 0 0 20 0 1 0 165727089 60350464 10547 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 14734 10547 2399 2900 0 11248 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 58936 KiB
Current children cumulated memory: 42188 KiB

[startup+0.20603 s]*
/proc/loadavg: 4.19 4.18 4.18 6/259 861540
/proc/meminfo: memFree=127574172/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=76336 memory=59028 CPUtime=0.2 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 11973 0 0 0 16 4 0 0 20 0 1 0 165727089 78168064 14757 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 19084 14757 2687 2900 0 15598 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 76336 KiB
Current children cumulated memory: 59028 KiB

[startup+0.30555 s]*
/proc/loadavg: 4.19 4.18 4.18 5/259 861540
/proc/meminfo: memFree=127499768/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=87236 memory=65540 CPUtime=0.3 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 13455 0 0 0 25 5 0 0 20 0 1 0 165727089 89329664 16385 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 21809 16385 2879 2900 0 18323 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 87236 KiB
Current children cumulated memory: 65540 KiB

[startup+0.700152 s]
/proc/loadavg: 4.18 4.18 4.18 5/259 861540
/proc/meminfo: memFree=127346964/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=118972 memory=91276 CPUtime=0.69 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 20008 0 0 0 63 6 0 0 20 0 1 0 165727089 121827328 22819 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 29743 22819 2911 2900 0 26257 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 118972 KiB
Current children cumulated memory: 91276 KiB

[startup+1.5002 s]
/proc/loadavg: 4.18 4.18 4.18 6/259 861540
/proc/meminfo: memFree=127255704/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=126712 memory=97768 CPUtime=1.49 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 21681 0 0 0 143 6 0 0 20 0 1 0 165727089 129753088 24442 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 31678 24442 2911 2900 0 28192 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 126712 KiB
Current children cumulated memory: 97768 KiB

[startup+3.10596 s]
/proc/loadavg: 4.18 4.18 4.18 6/259 861540
/proc/meminfo: memFree=127152856/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=140496 memory=111276 CPUtime=3.09 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 26033 0 0 0 302 7 0 0 20 0 1 0 165727089 143867904 27819 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 35124 27819 2911 2900 0 31638 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 140496 KiB
Current children cumulated memory: 111276 KiB

[startup+6.30014 s]
/proc/loadavg: 4.16 4.17 4.18 5/259 861540
/proc/meminfo: memFree=127043192/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=142852 memory=114180 CPUtime=6.28 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 26757 0 0 0 621 7 0 0 20 0 1 0 165727089 146280448 28545 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 35713 28545 2911 2900 0 32227 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 142852 KiB
Current children cumulated memory: 114180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.17 4.18 6/259 861541
/proc/meminfo: memFree=127001008/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=142852 memory=114460 CPUtime=12.66 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 26774 0 0 0 1259 7 0 0 20 0 1 0 165727089 146280448 28615 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 35713 28615 2911 2900 0 32227 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 142852 KiB
Current children cumulated memory: 114460 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.16 4.17 6/259 861543
/proc/meminfo: memFree=126970880/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=149580 memory=122600 CPUtime=25.42 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 29509 0 0 0 2535 7 0 0 20 0 1 0 165727089 153169920 30650 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 37395 30650 2911 2900 0 33909 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 122600 KiB

[startup+51.106 s]
/proc/loadavg: 4.13 4.16 4.17 6/259 861548
/proc/meminfo: memFree=126900224/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=160888 memory=136540 CPUtime=50.96 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 32215 0 0 0 5088 8 0 0 20 0 1 0 165727089 164749312 34135 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 40222 34135 2911 2900 0 36736 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 160888 KiB
Current children cumulated memory: 136540 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.14 4.16 6/259 861556
/proc/meminfo: memFree=126862532/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=171780 memory=157876 CPUtime=102.01 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 35189 0 0 0 10193 8 0 0 20 0 1 0 165727089 175902720 39469 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 42945 39469 2911 2900 0 39459 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 171780 KiB
Current children cumulated memory: 157876 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.17 4.18 6/257 861569
/proc/meminfo: memFree=126832144/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=171780 memory=160240 CPUtime=161.86 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 35593 0 0 0 16178 8 0 0 20 0 1 0 165727089 175902720 40060 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 42945 40060 3231 2900 0 39459 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 171780 KiB
Current children cumulated memory: 160240 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.15 4.17 6/257 861580
/proc/meminfo: memFree=126687768/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=290736 memory=276212 CPUtime=221.72 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 56489 0 0 0 21401 771 0 0 20 0 1 0 165727089 297713664 69053 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 72684 69053 3263 2900 0 69198 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 290736 KiB
Current children cumulated memory: 276212 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.13 4.16 6/256 861590
/proc/meminfo: memFree=125628992/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=1420376 memory=1296340 CPUtime=281.56 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 308207 0 0 0 26555 1601 0 0 20 0 1 0 165727089 1454465024 324085 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 355094 324085 3263 2900 0 351608 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 1420376 KiB
Current children cumulated memory: 1296340 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/255 861600
/proc/meminfo: memFree=124550332/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=2556472 memory=2347504 CPUtime=341.39 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 485754 0 0 0 32504 1635 0 0 20 0 1 0 165727089 2617827328 586876 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 639118 586876 3263 2900 0 635632 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 2556472 KiB
Current children cumulated memory: 2347504 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.11 4.15 6/256 861612
/proc/meminfo: memFree=124540224/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=2556472 memory=2347588 CPUtime=401.21 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 485801 0 0 0 38486 1635 0 0 20 0 1 0 165727089 2617827328 586897 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 639118 586897 3263 2900 0 635632 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 2556472 KiB
Current children cumulated memory: 2347588 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.15 6/259 861628
/proc/meminfo: memFree=124491124/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=2563256 memory=2354308 CPUtime=461.02 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 487663 0 0 0 44466 1636 0 0 20 0 1 0 165727089 2624774144 588577 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 640814 588577 3263 2900 0 637328 0

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

Current children cumulated memory: 4272892 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.26 4.18 6/257 863264
/proc/meminfo: memFree=111090560/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4276420 CPUtime=2854.01 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 844033 0 0 0 281797 3604 0 0 20 0 1 0 165727089 4542930944 1069105 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1069105 3263 2900 0 1105628 0
Current children cumulated CPU time: 2854.01 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4276420 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.23 4.18 6/257 863275
/proc/meminfo: memFree=111028468/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4310792 CPUtime=2913.82 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 845247 0 0 0 287778 3604 0 0 20 0 1 0 165727089 4542930944 1077698 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1077698 3263 2900 0 1105628 0
Current children cumulated CPU time: 2913.82 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4310792 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.20 4.17 6/257 863286
/proc/meminfo: memFree=110998396/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4319960 CPUtime=2973.63 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 846489 0 0 0 293759 3604 0 0 20 0 1 0 165727089 4542930944 1079990 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1079990 3263 2900 0 1105628 0
Current children cumulated CPU time: 2973.63 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4319960 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.17 6/256 863297
/proc/meminfo: memFree=110963272/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4321124 CPUtime=3033.46 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 847695 0 0 0 299741 3605 0 0 20 0 1 0 165727089 4542930944 1080281 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1080281 3263 2900 0 1105628 0
Current children cumulated CPU time: 3033.46 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4321124 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.17 4.16 7/256 863310
/proc/meminfo: memFree=110933772/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4324872 CPUtime=3093.27 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 848911 0 0 0 305722 3605 0 0 20 0 1 0 165727089 4542930944 1081218 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1081218 3263 2900 0 1105628 0
Current children cumulated CPU time: 3093.27 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4324872 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.15 4.16 6/255 863320
/proc/meminfo: memFree=110893468/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4327052 CPUtime=3153.09 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 850199 0 0 0 311704 3605 0 0 20 0 1 0 165727089 4542930944 1081763 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1081763 3263 2900 0 1105628 0
Current children cumulated CPU time: 3153.09 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4327052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.15 4.16 6/255 863330
/proc/meminfo: memFree=110864076/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4329352 CPUtime=3212.92 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 851561 0 0 0 317686 3606 0 0 20 0 1 0 165727089 4542930944 1082338 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1082338 3263 2900 0 1105628 0
Current children cumulated CPU time: 3212.92 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4329352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.15 6/255 863341
/proc/meminfo: memFree=110836068/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4332424 CPUtime=3272.74 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 852947 0 0 0 323668 3606 0 0 20 0 1 0 165727089 4542930944 1083106 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1083106 3263 2900 0 1105628 0
Current children cumulated CPU time: 3272.74 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4332424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.15 6/256 863353
/proc/meminfo: memFree=110769324/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4335968 CPUtime=3332.56 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 854246 0 0 0 329650 3606 0 0 20 0 1 0 165727089 4542930944 1083992 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1083992 3263 2900 0 1105628 0
Current children cumulated CPU time: 3332.56 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4335968 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.14 6/256 863364
/proc/meminfo: memFree=110668812/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4336372 CPUtime=3392.38 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 855704 0 0 0 335632 3606 0 0 20 0 1 0 165727089 4542930944 1084093 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1084093 3263 2900 0 1105628 0
Current children cumulated CPU time: 3392.38 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4336372 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.11 4.13 6/259 863381
/proc/meminfo: memFree=110605464/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4436456 memory=4336372 CPUtime=3452.2 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 857031 0 0 0 341614 3606 0 0 20 0 1 0 165727089 4542930944 1084093 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1109114 1084093 3263 2900 0 1105628 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 4436456 KiB
Current children cumulated memory: 4336372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.13 6/259 863392
/proc/meminfo: memFree=110578108/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4445724 memory=4345044 CPUtime=3512.02 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 860648 0 0 0 347595 3607 0 0 20 0 1 0 165727089 4552421376 1086261 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1111431 1086261 3263 2900 0 1107945 0
Current children cumulated CPU time: 3512.02 s
Current children cumulated vsize: 4445724 KiB
Current children cumulated memory: 4345044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.09 4.12 6/259 863403
/proc/meminfo: memFree=110552320/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4445724 memory=4345044 CPUtime=3571.84 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 861924 0 0 0 353577 3607 0 0 20 0 1 0 165727089 4552421376 1086261 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1111431 1086261 3263 2900 0 1107945 0
Current children cumulated CPU time: 3571.84 s
Current children cumulated vsize: 4445724 KiB
Current children cumulated memory: 4345044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.09 4.10 4.12 5/257 863455
/proc/meminfo: memFree=112593348/131524600 swapFree=131071996/131071996
[pid=861525] ppid=861520 vsize=4445724 memory=4345044 CPUtime=3600.06 cores=4,6
/proc/861525/stat : 861525 (ipbhs_static_sc) R 861520 861525 861466 0 -1 4194304 862657 0 0 0 356399 3607 0 0 20 0 1 0 165727089 4552421376 1086261 134679101440 4194304 16068861 140728237690096 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 53719040 140728237696038 140728237696125 140728237696125 140728237703140 0
/proc/861525/statm: 1111431 1086261 3263 2900 0 1107945 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 4445724 KiB
Current children cumulated memory: 4345044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3563.99 s, system=36.0919 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): 3610.61
CPU time (s): 3600.08
CPU user time (s): 3563.99
CPU system time (s): 36.0919
CPU usage (%): 99.7084
Max. virtual memory (cumulated for all children) (KiB): 4445724
Max. memory (cumulated for all children) (KiB): 4345044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.99
system time used= 36.0919
maximum resident set size= 4345044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 862657
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= 100
involuntary context switches= 2983


# summary of solver processes directly reported to runsolver:
#   pid: 861525
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3563.99
#   total CPU system time (s): 36.0919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.6086 second user time and 19.3406 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 15:13:21
IDJOB=4432060
IDBENCH=155620
IDSOLVER=3057
FILE ID=nodeC031/4432060-1721135588
RUNJOBID= nodeC031-1721135601-861477
SLURM_JOB_ID= 7505707
Free space on /tmp= 890084 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat50_4_16_5.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432060-1721135588/watcher-4432060-1721135588 -o /tmp/evaluation-result-4432060-1721135588/solver-4432060-1721135588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721135601-861477 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432060-1721135588.opb

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

MD5SUM BENCH= 4bce0178dd52d2d263abed98aae07653
RANDOM SEED=1214551111

nodeC031.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		: 3681.070
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.55
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		: 3656.005
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	: 7006.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		: 3644.709
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.55
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		: 3667.157
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	: 7006.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		: 3678.420
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.55
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		: 3664.602
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	: 7006.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		: 3647.218
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.55
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		: 3655.755
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127799508 kB
MemAvailable:   129699136 kB
Buffers:          387900 kB
Cached:          2333432 kB
SwapCached:            0 kB
Active:           711768 kB
Inactive:        2385976 kB
Active(anon):       1428 kB
Inactive(anon):   412708 kB
Active(file):     710340 kB
Inactive(file):  1973268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            218824 kB
Writeback:             0 kB
AnonPages:        374668 kB
Mapped:           103628 kB
Shmem:             37720 kB
KReclaimable:     111332 kB
Slab:             219388 kB
SReclaimable:     111332 kB
SUnreclaim:       108056 kB
KernelStack:        3872 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     802860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889856 MiB
End job on nodeC031 at 2024-07-16 16:13:32