Trace number 4431780

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.09 3610.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16a2.opb
MD5SUM5bf8779f76705329d27574b156c8674b
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 benchmark1164
Best CPU time to get the best result obtained on this benchmark984.157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3204
Total number of constraints24883
Number of constraints which are clauses24883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 3204
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3204
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3204
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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: 64059 MiB (61242 MiB free)
  memory of node 1: 64510 MiB (63294 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431780-1721074109/watcher-4431780-1721074109 -o /tmp/evaluation-result-4431780-1721074109/solver-4431780-1721074109 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808457 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431780-1721074109.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=810469, runsolver pid=810466

[startup+0.100096 s]*
/proc/loadavg: 4.09 4.11 4.16 5/236 810476
/proc/meminfo: memFree=127460488/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=58016 memory=41516 CPUtime=0.11 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 7950 0 0 0 7 4 0 0 20 0 1 0 159567564 59408384 10379 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 14504 10379 2383 2900 0 11018 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58016 KiB
Current children cumulated memory: 41516 KiB

[startup+0.212323 s]*
/proc/loadavg: 4.09 4.11 4.16 5/236 810476
/proc/meminfo: memFree=127424732/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=93820 memory=74836 CPUtime=0.22 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 16258 0 0 0 15 7 0 0 20 0 1 0 159567564 96071680 18709 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 23455 18709 2639 2900 0 19969 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 93820 KiB
Current children cumulated memory: 74836 KiB

[startup+0.312444 s]*
/proc/loadavg: 4.09 4.11 4.16 5/236 810476
/proc/meminfo: memFree=127388960/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=133700 memory=109208 CPUtime=0.31 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 22847 0 0 0 23 8 0 0 20 0 1 0 159567564 136908800 27302 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 33425 27302 2671 2900 0 29939 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 133700 KiB
Current children cumulated memory: 109208 KiB

[startup+0.70033 s]
/proc/loadavg: 4.09 4.11 4.16 5/242 810486
/proc/meminfo: memFree=127324192/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=202568 memory=170968 CPUtime=0.69 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 35821 0 0 0 59 10 0 0 20 0 1 0 159567564 207429632 42742 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 50642 42742 2863 2900 0 47156 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 202568 KiB
Current children cumulated memory: 170968 KiB

[startup+1.50035 s]
/proc/loadavg: 4.09 4.11 4.16 5/242 810486
/proc/meminfo: memFree=127251472/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=204224 memory=173608 CPUtime=1.49 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 36501 0 0 0 139 10 0 0 20 0 1 0 159567564 209125376 43402 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 51056 43402 2863 2900 0 47570 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 204224 KiB
Current children cumulated memory: 173608 KiB

[startup+3.11253 s]
/proc/loadavg: 4.09 4.11 4.16 5/242 810532
/proc/meminfo: memFree=128237824/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=204224 memory=175516 CPUtime=3.09 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 36931 0 0 0 299 10 0 0 20 0 1 0 159567564 209125376 43879 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 51056 43879 2879 2900 0 47570 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 204224 KiB
Current children cumulated memory: 175516 KiB

[startup+6.30034 s]
/proc/loadavg: 4.17 4.12 4.16 6/242 810580
/proc/meminfo: memFree=128066636/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=314744 memory=270540 CPUtime=6.27 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 55797 0 0 0 614 13 0 0 20 0 1 0 159567564 322297856 67635 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 78686 67635 2895 2900 0 75200 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 314744 KiB
Current children cumulated memory: 270540 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.14 4.17 5/242 810626
/proc/meminfo: memFree=127967676/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=395236 memory=301820 CPUtime=12.66 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 63611 0 0 0 1252 14 0 0 20 0 1 0 159567564 404721664 75455 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 98809 75455 2895 2900 0 95323 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 395236 KiB
Current children cumulated memory: 301820 KiB

[startup+25.5004 s]
/proc/loadavg: 4.48 4.19 4.19 6/242 810630
/proc/meminfo: memFree=127926312/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=404200 memory=310508 CPUtime=25.42 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 65804 0 0 0 2528 14 0 0 20 0 1 0 159567564 413900800 77627 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 101050 77627 2895 2900 0 97564 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 404200 KiB
Current children cumulated memory: 310508 KiB

[startup+51.1126 s]
/proc/loadavg: 4.66 4.26 4.21 5/243 810634
/proc/meminfo: memFree=127874932/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=462688 memory=344984 CPUtime=50.97 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 74357 0 0 0 5081 16 0 0 20 0 1 0 159567564 473792512 86246 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 115672 86246 2895 2900 0 112186 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 462688 KiB
Current children cumulated memory: 344984 KiB

[startup+102.3 s]
/proc/loadavg: 4.41 4.26 4.21 5/245 810647
/proc/meminfo: memFree=127747348/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=562480 memory=399072 CPUtime=102.01 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 86559 0 0 0 10183 18 0 0 20 0 1 0 159567564 575979520 99768 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 140620 99768 2895 2900 0 137134 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 562480 KiB
Current children cumulated memory: 399072 KiB

[startup+162.3 s]
/proc/loadavg: 4.31 4.26 4.21 5/245 810657
/proc/meminfo: memFree=127634064/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=666632 memory=460656 CPUtime=161.84 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 99560 0 0 0 16163 21 0 0 20 0 1 0 159567564 682631168 115164 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 166658 115164 2895 2900 0 163172 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 666632 KiB
Current children cumulated memory: 460656 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.22 4.20 5/245 810667
/proc/meminfo: memFree=127384268/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=733296 memory=543832 CPUtime=221.69 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 105341 0 0 0 22148 21 0 0 20 0 1 0 159567564 750895104 135958 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 183324 135958 2895 2900 0 179838 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 733296 KiB
Current children cumulated memory: 543832 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.21 4.19 5/245 810678
/proc/meminfo: memFree=127270452/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=816700 memory=593852 CPUtime=281.54 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 109339 0 0 0 28131 23 0 0 20 0 1 0 159567564 836300800 148463 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 204175 148463 2895 2900 0 200689 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 816700 KiB
Current children cumulated memory: 593852 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.17 4.18 6/245 810688
/proc/meminfo: memFree=127166856/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=888936 memory=655344 CPUtime=341.38 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 113499 0 0 0 34115 23 0 0 20 0 1 0 159567564 910270464 163836 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 222234 163836 2895 2900 0 218748 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 888936 KiB
Current children cumulated memory: 655344 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/244 810699
/proc/meminfo: memFree=127032464/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=915044 memory=722856 CPUtime=401.22 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 116285 0 0 0 40098 24 0 0 20 0 1 0 159567564 937005056 180714 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 228761 180714 2895 2900 0 225275 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 915044 KiB
Current children cumulated memory: 722856 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/242 810710
/proc/meminfo: memFree=126918844/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=1003388 memory=800884 CPUtime=461.06 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 122066 0 0 0 46081 25 0 0 20 0 1 0 159567564 1027469312 200221 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 250847 200221 2895 2900 0 247361 0

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

Current children cumulated memory: 1611912 KiB

[startup+2922.3 s]
/proc/loadavg: 4.99 4.40 4.20 5/244 812149
/proc/meminfo: memFree=124556968/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2110244 memory=1616140 CPUtime=2913.66 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 306974 0 0 0 291303 63 0 0 20 0 1 0 159567564 2160889856 404035 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 527561 404035 2895 2900 0 524075 0
Current children cumulated CPU time: 2913.66 s
Current children cumulated vsize: 2110244 KiB
Current children cumulated memory: 1616140 KiB

[startup+2982.3 s]
/proc/loadavg: 5.18 4.57 4.27 7/246 812201
/proc/meminfo: memFree=124511264/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2145936 memory=1623192 CPUtime=2973.48 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 309082 0 0 0 297284 64 0 0 20 0 1 0 159567564 2197438464 405798 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 536484 405798 2895 2900 0 532998 0
Current children cumulated CPU time: 2973.48 s
Current children cumulated vsize: 2145936 KiB
Current children cumulated memory: 1623192 KiB

[startup+3042.3 s]
/proc/loadavg: 4.72 4.56 4.29 5/244 812338
/proc/meminfo: memFree=124496772/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2196760 memory=1630320 CPUtime=3033.29 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 311149 0 0 0 303264 65 0 0 20 0 1 0 159567564 2249482240 407580 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 549190 407580 2895 2900 0 545704 0
Current children cumulated CPU time: 3033.29 s
Current children cumulated vsize: 2196760 KiB
Current children cumulated memory: 1630320 KiB

[startup+3102.3 s]
/proc/loadavg: 4.32 4.47 4.27 5/246 812352
/proc/meminfo: memFree=124479004/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2236032 memory=1639688 CPUtime=3093.1 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 313325 0 0 0 309245 65 0 0 20 0 1 0 159567564 2289696768 409922 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 559008 409922 2895 2900 0 555522 0
Current children cumulated CPU time: 3093.1 s
Current children cumulated vsize: 2236032 KiB
Current children cumulated memory: 1639688 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.42 4.27 5/244 812373
/proc/meminfo: memFree=124447112/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2250864 memory=1644100 CPUtime=3152.92 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 314667 0 0 0 315226 66 0 0 20 0 1 0 159567564 2304884736 411025 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 562716 411025 2895 2900 0 559230 0
Current children cumulated CPU time: 3152.92 s
Current children cumulated vsize: 2250864 KiB
Current children cumulated memory: 1644100 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.37 4.26 5/244 812383
/proc/meminfo: memFree=124460200/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2254508 memory=1646380 CPUtime=3212.73 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 315535 0 0 0 321207 66 0 0 20 0 1 0 159567564 2308616192 411595 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 563627 411595 2895 2900 0 560141 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 2254508 KiB
Current children cumulated memory: 1646380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.31 4.25 5/244 812395
/proc/meminfo: memFree=124448924/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2274016 memory=1648464 CPUtime=3272.54 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 315918 0 0 0 327188 66 0 0 20 0 1 0 159567564 2328592384 412116 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 568504 412116 2895 2900 0 565018 0
Current children cumulated CPU time: 3272.54 s
Current children cumulated vsize: 2274016 KiB
Current children cumulated memory: 1648464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.29 4.24 5/244 812405
/proc/meminfo: memFree=124426556/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2308416 memory=1663104 CPUtime=3332.37 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 318622 0 0 0 333169 68 0 0 20 0 1 0 159567564 2363817984 415776 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 577104 415776 2895 2900 0 573618 0
Current children cumulated CPU time: 3332.37 s
Current children cumulated vsize: 2308416 KiB
Current children cumulated memory: 1663104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.23 4.22 5/244 812416
/proc/meminfo: memFree=124341784/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2356272 memory=1739804 CPUtime=3392.21 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 320976 0 0 0 339153 68 0 0 20 0 1 0 159567564 2412822528 434951 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 589068 434951 2895 2900 0 585582 0
Current children cumulated CPU time: 3392.21 s
Current children cumulated vsize: 2356272 KiB
Current children cumulated memory: 1739804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.25 4.23 5/242 812427
/proc/meminfo: memFree=124282352/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2359980 memory=1795888 CPUtime=3452.06 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 321640 0 0 0 345137 69 0 0 20 0 1 0 159567564 2416619520 448972 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 589995 448972 2895 2900 0 586509 0
Current children cumulated CPU time: 3452.06 s
Current children cumulated vsize: 2359980 KiB
Current children cumulated memory: 1795888 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.26 4.24 5/242 812437
/proc/meminfo: memFree=124170208/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2397272 memory=1865108 CPUtime=3511.9 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 330913 0 0 0 351120 70 0 0 20 0 1 0 159567564 2454806528 466277 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 599318 466277 2895 2900 0 595832 0
Current children cumulated CPU time: 3511.9 s
Current children cumulated vsize: 2397272 KiB
Current children cumulated memory: 1865108 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.25 4.23 5/242 812447
/proc/meminfo: memFree=124144652/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2397272 memory=1921924 CPUtime=3571.74 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 331393 0 0 0 357103 71 0 0 20 0 1 0 159567564 2454806528 480481 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 599318 480481 2895 2900 0 595832 0
Current children cumulated CPU time: 3571.74 s
Current children cumulated vsize: 2397272 KiB
Current children cumulated memory: 1921924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.14 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124305976/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2397272 memory=1934424 CPUtime=3600.07 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 331678 0 0 0 359936 71 0 0 20 0 1 0 159567564 2454806528 483606 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 599318 483606 2895 2900 0 595832 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2397272 KiB
Current children cumulated memory: 1934424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.723302 s

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

[startup+3610.7 s]
/proc/loadavg: 4.14 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124305976/131655788 swapFree=131071996/131071996
[pid=810469] ppid=810466 vsize=2397272 memory=1934424 CPUtime=3600.07 cores=5,7
/proc/810469/stat : 810469 (ipbhs_static_sc) R 810466 810469 808444 0 -1 4194304 331678 0 0 0 359936 71 0 0 20 0 1 0 159567564 2454806528 483606 134679101440 4194304 16068861 140727612189968 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 30818304 140727612191782 140727612191869 140727612191869 140727612198884 0
/proc/810469/statm: 599318 483606 2895 2900 0 595832 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2397272 KiB
Current children cumulated memory: 1934424 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.71
CPU time (s): 3600.09
CPU user time (s): 3599.36
CPU system time (s): 0.723302
CPU usage (%): 99.7058
Max. virtual memory (cumulated for all children) (KiB): 2397272
Max. memory (cumulated for all children) (KiB): 1934424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.723302
maximum resident set size= 1934424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331678
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= 58
involuntary context switches= 3140


# summary of solver processes directly reported to runsolver:
#   pid: 810469
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.723302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6595 second user time and 33.5746 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 22:08:41
IDJOB=4431780
IDBENCH=147029
IDSOLVER=3057
FILE ID=nodeC007/4431780-1721074109
RUNJOBID= nodeC007-1721070510-808457
SLURM_JOB_ID= 7505529
Free space on /tmp= 723616 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16a2.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431780-1721074109/watcher-4431780-1721074109 -o /tmp/evaluation-result-4431780-1721074109/solver-4431780-1721074109 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808457 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431780-1721074109.opb

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

MD5SUM BENCH= 5bf8779f76705329d27574b156c8674b
RANDOM SEED=140635369

nodeC007.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	: 0xb00001f
cpu MHz		: 3604.265
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3500.624
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.320
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.135
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1723.721
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3497.646
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.401
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.133
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127488928 kB
MemAvailable:   128800264 kB
Buffers:          377124 kB
Cached:          1765476 kB
SwapCached:            0 kB
Active:           695324 kB
Inactive:        2923660 kB
Active(anon):       1492 kB
Inactive(anon):  1512596 kB
Active(file):     693832 kB
Inactive(file):  1411064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            110936 kB
Writeback:             4 kB
AnonPages:       1476432 kB
Mapped:           128424 kB
Shmem:             37704 kB
KReclaimable:      92940 kB
Slab:             188772 kB
SReclaimable:      92940 kB
SUnreclaim:        95832 kB
KernelStack:        3788 kB
PageTables:        12304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1939976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1339392 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:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723624 MiB
End job on nodeC007 at 2024-07-15 23:08:52