Trace number 4432058

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 3609.7

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_8.opb
MD5SUMfedf74999185e25725fdda881cf70966
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 benchmark4574247
Best CPU time to get the best result obtained on this benchmark3587.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 150743150652
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 150743150652
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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432058-1721125155/watcher-4432058-1721125155 -o /tmp/evaluation-result-4432058-1721125155/solver-4432058-1721125155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721115599-843800 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432058-1721125155.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=849289, runsolver pid=849286

[startup+0.100802 s]*
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112906224/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=44264 memory=20488 CPUtime=0.09 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 4649 0 0 0 8 1 0 0 20 0 1 0 164680440 45326336 5122 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 11066 5122 1135 2900 0 7580 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44264 KiB
Current children cumulated memory: 20488 KiB

[startup+0.205695 s]*
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112857128/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=92056 memory=74264 CPUtime=0.19 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 16383 0 0 0 14 5 0 0 20 0 1 0 164680440 94265344 18566 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 23014 18566 2399 2900 0 19528 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 92056 KiB
Current children cumulated memory: 74264 KiB

[startup+0.305628 s]*
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112837500/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=111840 memory=94064 CPUtime=0.3 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 21316 0 0 0 21 9 0 0 20 0 1 0 164680440 114524160 23516 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 27960 23516 2399 2900 0 24474 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111840 KiB
Current children cumulated memory: 94064 KiB

[startup+0.700238 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112767492/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=192168 memory=171280 CPUtime=0.68 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 40758 0 0 0 53 15 0 0 20 0 1 0 164680440 196780032 42820 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 48042 42820 2655 2900 0 44556 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192168 KiB
Current children cumulated memory: 171280 KiB

[startup+1.50024 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112723892/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=253680 memory=211164 CPUtime=1.48 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 49099 0 0 0 132 16 0 0 20 0 1 0 164680440 259768320 52791 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 63420 52791 2879 2900 0 59934 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 253680 KiB
Current children cumulated memory: 211164 KiB

[startup+3.10552 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 849290
/proc/meminfo: memFree=112721428/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=253680 memory=211164 CPUtime=3.09 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 49120 0 0 0 292 17 0 0 20 0 1 0 164680440 259768320 52791 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 63420 52791 2879 2900 0 59934 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 253680 KiB
Current children cumulated memory: 211164 KiB

[startup+6.30023 s]
/proc/loadavg: 4.09 4.09 4.09 5/254 849290
/proc/meminfo: memFree=112637948/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=363480 memory=294492 CPUtime=6.26 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 72321 0 0 0 606 20 0 0 20 0 1 0 164680440 372203520 73623 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 90870 73623 2911 2900 0 87384 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 363480 KiB
Current children cumulated memory: 294492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.09 5/254 849292
/proc/meminfo: memFree=112628660/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=375808 memory=304600 CPUtime=12.66 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 74866 0 0 0 1244 22 0 0 20 0 1 0 164680440 384827392 76150 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 93952 76150 2911 2900 0 90466 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 375808 KiB
Current children cumulated memory: 304600 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.10 4.10 5/254 849293
/proc/meminfo: memFree=112589668/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=412712 memory=342204 CPUtime=25.42 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 84666 0 0 0 2518 24 0 0 20 0 1 0 164680440 422617088 85551 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 103178 85551 2911 2900 0 99692 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 412712 KiB
Current children cumulated memory: 342204 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 849303
/proc/meminfo: memFree=112586040/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=415760 memory=345032 CPUtime=50.96 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 85374 0 0 0 5071 25 0 0 20 0 1 0 164680440 425738240 86258 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 103940 86258 2911 2900 0 100454 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 415760 KiB
Current children cumulated memory: 345032 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 849313
/proc/meminfo: memFree=112580940/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=415760 memory=345372 CPUtime=102.02 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 85498 0 0 0 10176 26 0 0 20 0 1 0 164680440 425738240 86343 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 103940 86343 2911 2900 0 100454 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 415760 KiB
Current children cumulated memory: 345372 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/257 849323
/proc/meminfo: memFree=112572144/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=415760 memory=345592 CPUtime=161.87 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 85588 0 0 0 16160 27 0 0 20 0 1 0 164680440 425738240 86398 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 103940 86398 2911 2900 0 100454 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 415760 KiB
Current children cumulated memory: 345592 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 849333
/proc/meminfo: memFree=112553796/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=432236 memory=360328 CPUtime=221.72 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 89298 0 0 0 22144 28 0 0 20 0 1 0 164680440 442609664 90082 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 108059 90082 2911 2900 0 104573 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 432236 KiB
Current children cumulated memory: 360328 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/257 849346
/proc/meminfo: memFree=112542676/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=434876 memory=364552 CPUtime=281.56 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 90346 0 0 0 28127 29 0 0 20 0 1 0 164680440 445313024 91138 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 108719 91138 2911 2900 0 105233 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 434876 KiB
Current children cumulated memory: 364552 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/257 849738
/proc/meminfo: memFree=112491956/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=435688 memory=365608 CPUtime=341.39 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 90573 0 0 0 34110 29 0 0 20 0 1 0 164680440 446144512 91402 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 108922 91402 2911 2900 0 105436 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 435688 KiB
Current children cumulated memory: 365608 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/254 849748
/proc/meminfo: memFree=111991544/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=458552 memory=386504 CPUtime=401.22 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 98178 0 0 0 40091 31 0 0 20 0 1 0 164680440 469557248 96626 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 114638 96626 2911 2900 0 111152 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 458552 KiB
Current children cumulated memory: 386504 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/255 849759
/proc/meminfo: memFree=111970768/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=458552 memory=386760 CPUtime=461.06 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 98288 0 0 0 46074 32 0 0 20 0 1 0 164680440 469557248 96690 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 114638 96690 2911 2900 0 111152 0

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

Current children cumulated memory: 485556 KiB

[startup+2922.3 s]
/proc/loadavg: 1.49 1.95 2.37 2/233 851085
/proc/meminfo: memFree=127724288/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=554668 memory=486020 CPUtime=2914.11 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 124024 0 0 0 291359 52 0 0 20 0 1 0 164680440 567980032 121505 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 138667 121505 3231 2900 0 135181 0
Current children cumulated CPU time: 2914.11 s
Current children cumulated vsize: 554668 KiB
Current children cumulated memory: 486020 KiB

[startup+2982.3 s]
/proc/loadavg: 1.18 1.78 2.28 2/233 851095
/proc/meminfo: memFree=127718532/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=554668 memory=491172 CPUtime=2973.98 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 124353 0 0 0 297345 53 0 0 20 0 1 0 164680440 567980032 122793 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 138667 122793 3231 2900 0 135181 0
Current children cumulated CPU time: 2973.98 s
Current children cumulated vsize: 554668 KiB
Current children cumulated memory: 491172 KiB

[startup+3042.3 s]
/proc/loadavg: 1.17 1.66 2.21 2/235 851109
/proc/meminfo: memFree=127696032/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=568788 memory=513308 CPUtime=3033.84 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 128857 0 0 0 303331 53 0 0 20 0 1 0 164680440 582438912 128327 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 142197 128327 3231 2900 0 138711 0
Current children cumulated CPU time: 3033.84 s
Current children cumulated vsize: 568788 KiB
Current children cumulated memory: 513308 KiB

[startup+3102.3 s]
/proc/loadavg: 1.12 1.56 2.14 2/235 851120
/proc/meminfo: memFree=127696748/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=567072 memory=511852 CPUtime=3093.72 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 131273 0 0 0 309318 54 0 0 20 0 1 0 164680440 580681728 127963 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 141768 127963 3231 2900 0 138282 0
Current children cumulated CPU time: 3093.72 s
Current children cumulated vsize: 567072 KiB
Current children cumulated memory: 511852 KiB

[startup+3162.3 s]
/proc/loadavg: 1.09 1.47 2.07 2/236 851133
/proc/meminfo: memFree=127690744/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=567072 memory=517376 CPUtime=3153.58 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 131480 0 0 0 315304 54 0 0 20 0 1 0 164680440 580681728 129344 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 141768 129344 3231 2900 0 138282 0
Current children cumulated CPU time: 3153.58 s
Current children cumulated vsize: 567072 KiB
Current children cumulated memory: 517376 KiB

[startup+3222.3 s]
/proc/loadavg: 1.17 1.41 2.01 2/236 851144
/proc/meminfo: memFree=127680664/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=567072 memory=525804 CPUtime=3213.45 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 131678 0 0 0 321291 54 0 0 20 0 1 0 164680440 580681728 131451 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 141768 131451 3231 2900 0 138282 0
Current children cumulated CPU time: 3213.45 s
Current children cumulated vsize: 567072 KiB
Current children cumulated memory: 525804 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.35 1.95 2/236 851156
/proc/meminfo: memFree=127660724/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=588420 memory=545408 CPUtime=3273.32 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 136711 0 0 0 327278 54 0 0 20 0 1 0 164680440 602542080 136352 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 147105 136352 3231 2900 0 143619 0
Current children cumulated CPU time: 3273.32 s
Current children cumulated vsize: 588420 KiB
Current children cumulated memory: 545408 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.32 1.90 2/236 851166
/proc/meminfo: memFree=127657536/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=590052 memory=548184 CPUtime=3333.19 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 137728 0 0 0 333265 54 0 0 20 0 1 0 164680440 604213248 137046 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 147513 137046 3231 2900 0 144027 0
Current children cumulated CPU time: 3333.19 s
Current children cumulated vsize: 590052 KiB
Current children cumulated memory: 548184 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.26 1.84 2/235 851176
/proc/meminfo: memFree=127657184/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=590052 memory=548408 CPUtime=3393.07 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 138026 0 0 0 339253 54 0 0 20 0 1 0 164680440 604213248 137102 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 147513 137102 3231 2900 0 144027 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 590052 KiB
Current children cumulated memory: 548408 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.22 1.79 2/233 851186
/proc/meminfo: memFree=127649728/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=598460 memory=555492 CPUtime=3452.94 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 140097 0 0 0 345239 55 0 0 20 0 1 0 164680440 612823040 138873 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 149615 138873 3231 2900 0 146129 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 598460 KiB
Current children cumulated memory: 555492 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.21 1.75 2/233 851198
/proc/meminfo: memFree=127649164/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=598460 memory=555496 CPUtime=3512.82 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 140394 0 0 0 351227 55 0 0 20 0 1 0 164680440 612823040 138874 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 149615 138874 3231 2900 0 146129 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 598460 KiB
Current children cumulated memory: 555496 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.18 1.71 2/233 851208
/proc/meminfo: memFree=127648852/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=598460 memory=555496 CPUtime=3572.69 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 140687 0 0 0 357214 55 0 0 20 0 1 0 164680440 612823040 138874 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 149615 138874 3231 2900 0 146129 0
Current children cumulated CPU time: 3572.69 s
Current children cumulated vsize: 598460 KiB
Current children cumulated memory: 555496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 1.06 1.17 1.69 2/233 851213
/proc/meminfo: memFree=127648796/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=598460 memory=555496 CPUtime=3600.03 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 140876 0 0 0 359948 55 0 0 20 0 1 0 164680440 612823040 138874 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 149615 138874 3231 2900 0 146129 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 598460 KiB
Current children cumulated memory: 555496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.49 s, system=0.558415 s

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

[startup+3609.7 s]
/proc/loadavg: 1.06 1.17 1.69 2/233 851213
/proc/meminfo: memFree=127648796/131524600 swapFree=131071996/131071996
[pid=849289] ppid=849286 vsize=598460 memory=555496 CPUtime=3600.03 cores=5,7
/proc/849289/stat : 849289 (ipbhs_static_sc) R 849286 849289 843787 0 -1 4194304 140876 0 0 0 359948 55 0 0 20 0 1 0 164680440 612823040 138874 134679101440 4194304 16068861 140730879289600 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 25198592 140730879292454 140730879292541 140730879292541 140730879299556 0
/proc/849289/statm: 149615 138874 3231 2900 0 146129 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 598460 KiB
Current children cumulated memory: 555496 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.05
CPU user time (s): 3599.49
CPU system time (s): 0.558415
CPU usage (%): 99.7325
Max. virtual memory (cumulated for all children) (KiB): 598460
Max. memory (cumulated for all children) (KiB): 555496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.558415
maximum resident set size= 555496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140876
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= 37
involuntary context switches= 1573


# summary of solver processes directly reported to runsolver:
#   pid: 849289
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.49
#   total CPU system time (s): 0.558415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40324 second user time and 15.6519 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 12:19:27
IDJOB=4432058
IDBENCH=155604
IDSOLVER=3057
FILE ID=nodeC023/4432058-1721125155
RUNJOBID= nodeC023-1721115599-843800
SLURM_JOB_ID= 7505653
Free space on /tmp= 889832 MiB

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

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

MD5SUM BENCH= fedf74999185e25725fdda881cf70966
RANDOM SEED=543860277

nodeC023.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		: 3672.614
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.61
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		: 3682.133
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.48
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		: 3599.970
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.61
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		: 3600.228
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.48
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.639
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.61
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		: 3687.772
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.48
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		: 3599.911
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.61
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		: 3669.524
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112922724 kB
MemAvailable:   114673284 kB
Buffers:          429988 kB
Cached:          2144160 kB
SwapCached:            0 kB
Active:           856644 kB
Inactive:       17093736 kB
Active(anon):       1596 kB
Inactive(anon): 15412076 kB
Active(file):     855048 kB
Inactive(file):  1681660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             55172 kB
Writeback:            36 kB
AnonPages:      15375936 kB
Mapped:           140176 kB
Shmem:             37720 kB
KReclaimable:     107352 kB
Slab:             214876 kB
SReclaimable:     107352 kB
SUnreclaim:       107524 kB
KernelStack:        4108 kB
PageTables:        39732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17115380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62240 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8265728 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC023 at 2024-07-16 13:19:37