Trace number 4431926

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.1 3608.41

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_2.opb
MD5SUMa7d8f923a6cdb36d5c6f2d05cbd48ec7
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 benchmark19
Best CPU time to get the best result obtained on this benchmark263.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8901
Total number of constraints32298
Number of constraints which are clauses32280
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint1
Maximum length of a constraint790
Number of terms in the objective function 790
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 790
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 820
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1364.85/1367.95	c initialize IPBHS solver
1364.85/1367.95	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
1364.85/1367.95	c optimizer = "scip"
1364.85/1367.95	c pbsolver = "roundingsat"
1364.85/1367.95	c load symmetries from file ""
1364.85/1367.95	c set time limit for symmetry computation to 100 seconds.
1364.85/1367.95	c set interchangeable summation variable limit to 3
1364.85/1367.95	c set abs symmetric core budget per WCE-iteration to 100
1364.85/1367.95	c set rel symmetric core budget per WCE-iteration to 0
1364.85/1367.95	c set lit symmetric core budget per WCE-iteration to 0
1364.85/1367.95	c set sym generation to 's'
1364.85/1367.95	c set abstraction set creation to 10 iterations without LB change
1364.85/1367.95	c set abstraction set inputs to 0
1364.85/1367.95	c set abstraction set cluster min size to 2
1364.85/1367.95	c set abstraction set cluster max size to 100000000
1364.85/1367.95	c set abstraction set cluster activation limit to 2
1364.85/1367.95	c enable abstraction set require equal cost
1364.85/1367.95	c set abstraction set assumptions to 0
1364.85/1367.95	c set abstraction set constraint type to 0
1364.85/1367.95	c set abstract core extraction strategy to b
1364.85/1367.95	c set core extraction strategy to 2
1364.85/1367.95	c set core extraction shuffles 10
1364.85/1367.95	c set cores per iteration to 5
1364.85/1367.95	c set optimizer bound usage strategy to 2
1364.85/1367.95	c set optimizer max non-optimal iterations to 1000
1364.85/1367.95	c set small core cardinality limit to 2
1364.85/1367.95	c set max coef in cores to 1000000000
1364.85/1367.95	c set SIS iterations to 5
1364.85/1367.95	c set SIS budget abs to 1000
1364.85/1367.95	c set SIS budget rel to 0.05
1364.85/1367.95	c limit for coefficient in constraints and objective to 9223372036854775807
1364.85/1367.95	c will solve HOME/instance-4431926-1721113758.opb
1364.85/1367.95	c [0.04] solve iteration 1, LB=0, UB=791
1364.85/1367.95	c [1360.74] solve iteration 2, LB=5, UB=30
1364.85/1367.95	c [1361.28] solve iteration 3, LB=11, UB=30
1364.85/1367.95	c [1361.78] solve iteration 4, LB=11, UB=30
1372.04/1375.19	c [1368.93] solve iteration 5, LB=11, UB=30
1376.04/1379.16	c [1372.73] solve iteration 6, LB=12, UB=29
1405.26/1408.43	c [1401.78] solve iteration 7, LB=12, UB=29
1407.15/1410.38	c [1402.87] solve iteration 8, LB=12, UB=29
1411.86/1415.11	c [1407.54] solve iteration 9, LB=13, UB=29
1530.60/1534.03	c [1525.62] solve iteration 10, LB=13, UB=29
1533.08/1536.58	c [1527.63] solve iteration 11, LB=13, UB=29
2868.94/2875.78	c [2860.63] solve iteration 12, LB=13, UB=29
2894.88/2901.74	c [2886.63] solve iteration 13, LB=14, UB=29
2915.63/2922.51	c [2907.49] solve iteration 14, LB=14, UB=29
2935.28/2942.25	c [2927.36] solve iteration 15, LB=14, UB=29
2949.45/2956.46	c [2941.68] solve iteration 16, LB=14, UB=29
2975.79/2982.88	c [2967.69] solve iteration 17, LB=14, UB=29

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431926-1721113758/watcher-4431926-1721113758 -o /tmp/evaluation-result-4431926-1721113758/solver-4431926-1721113758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721113771-833760 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431926-1721113758.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=833809, runsolver pid=833806

[startup+0.100956 s]*
/proc/loadavg: 3.77 4.16 4.25 6/237 833810
/proc/meminfo: memFree=128551024/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=33436 memory=9772 CPUtime=0.11 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 1750 0 0 0 10 1 0 0 20 0 1 0 163532541 34238464 2443 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 8359 2443 1135 2900 0 4873 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 33436 KiB
Current children cumulated memory: 9772 KiB

[startup+0.212361 s]*
/proc/loadavg: 3.77 4.16 4.25 6/243 833820
/proc/meminfo: memFree=128497532/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=35068 memory=14192 CPUtime=0.22 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 2307 0 0 0 17 5 0 0 20 0 1 0 163532541 35909632 3548 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 8767 3548 1135 2900 0 5281 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35068 KiB
Current children cumulated memory: 14192 KiB

[startup+0.312932 s]*
/proc/loadavg: 3.77 4.16 4.25 6/243 833820
/proc/meminfo: memFree=128455572/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=69088 memory=51716 CPUtime=0.31 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 10291 0 0 0 23 8 0 0 20 0 1 0 163532541 70746112 12929 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 17272 12929 2623 2900 0 13786 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 69088 KiB
Current children cumulated memory: 51716 KiB

[startup+0.700305 s]
/proc/loadavg: 3.77 4.16 4.25 8/243 833820
/proc/meminfo: memFree=128427252/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=81720 memory=64236 CPUtime=0.69 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 13425 0 0 0 57 12 0 0 20 0 1 0 163532541 83681280 16059 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 20430 16059 2655 2900 0 16944 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 81720 KiB
Current children cumulated memory: 64236 KiB

[startup+1.50026 s]
/proc/loadavg: 3.77 4.16 4.25 7/243 833820
/proc/meminfo: memFree=128391876/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=82800 memory=66000 CPUtime=1.49 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 13777 0 0 0 136 13 0 0 20 0 1 0 163532541 84787200 16500 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 20700 16500 2703 2900 0 17214 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 82800 KiB
Current children cumulated memory: 66000 KiB

[startup+3.11202 s]
/proc/loadavg: 3.87 4.17 4.25 6/243 833820
/proc/meminfo: memFree=127948164/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=92108 memory=72640 CPUtime=3.1 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 15442 0 0 0 296 14 0 0 20 0 1 0 163532541 94318592 18160 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 23027 18160 2703 2900 0 19541 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 92108 KiB
Current children cumulated memory: 72640 KiB

[startup+6.30026 s]
/proc/loadavg: 3.87 4.17 4.25 6/243 833822
/proc/meminfo: memFree=127899860/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=103000 memory=85644 CPUtime=6.28 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 17190 0 0 0 612 16 0 0 20 0 1 0 163532541 105472000 21411 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 25750 21411 2703 2900 0 22264 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 103000 KiB
Current children cumulated memory: 85644 KiB

[startup+12.7003 s]
/proc/loadavg: 3.97 4.18 4.26 6/243 833822
/proc/meminfo: memFree=127851100/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=118932 memory=97568 CPUtime=12.66 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 18633 0 0 0 1247 19 0 0 20 0 1 0 163532541 121786368 24392 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 29733 24392 2703 2900 0 26247 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 118932 KiB
Current children cumulated memory: 97568 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.19 4.26 6/243 833825
/proc/meminfo: memFree=127807716/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=140368 memory=106840 CPUtime=25.43 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 19943 0 0 0 2521 22 0 0 20 0 1 0 163532541 143736832 26710 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 35092 26710 2703 2900 0 31606 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 140368 KiB
Current children cumulated memory: 106840 KiB

[startup+51.1121 s]
/proc/loadavg: 4.18 4.21 4.26 6/243 833828
/proc/meminfo: memFree=127654112/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=148612 memory=123388 CPUtime=50.98 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 21545 0 0 0 5070 28 0 0 20 0 1 0 163532541 152178688 30847 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 37153 30847 2703 2900 0 33667 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 148612 KiB
Current children cumulated memory: 123388 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.19 4.25 6/246 833841
/proc/meminfo: memFree=127536168/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=181340 memory=145932 CPUtime=102.06 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 22567 0 0 0 10166 40 0 0 20 0 1 0 163532541 185692160 36483 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 45335 36483 2703 2900 0 41849 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 181340 KiB
Current children cumulated memory: 145932 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.15 4.23 6/246 833851
/proc/meminfo: memFree=127437260/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=182628 memory=151780 CPUtime=161.93 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 23032 0 0 0 16140 53 0 0 20 0 1 0 163532541 187011072 37945 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 45657 37945 2703 2900 0 42171 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 182628 KiB
Current children cumulated memory: 151780 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.15 4.23 6/245 833862
/proc/meminfo: memFree=127409820/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=183988 memory=159368 CPUtime=221.81 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 23409 0 0 0 22115 66 0 0 20 0 1 0 163532541 188403712 39842 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 45997 39842 2703 2900 0 42511 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 183988 KiB
Current children cumulated memory: 159368 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.14 4.22 6/245 833872
/proc/meminfo: memFree=127358824/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=185680 memory=160880 CPUtime=281.67 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 23856 0 0 0 28087 80 0 0 20 0 1 0 163532541 190136320 40220 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 46420 40220 2703 2900 0 42934 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 185680 KiB
Current children cumulated memory: 160880 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.13 4.21 6/245 833884
/proc/meminfo: memFree=127296572/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=236752 memory=173544 CPUtime=341.53 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 24973 0 0 0 34060 93 0 0 20 0 1 0 163532541 242434048 43386 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 59188 43386 2703 2900 0 55702 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 236752 KiB
Current children cumulated memory: 173544 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.12 4.19 6/242 833895
/proc/meminfo: memFree=127261760/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=238096 memory=193256 CPUtime=401.36 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 25322 0 0 0 40035 101 0 0 20 0 1 0 163532541 243810304 48314 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 59524 48314 2703 2900 0 56038 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 238096 KiB
Current children cumulated memory: 193256 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.18 6/242 833905
/proc/meminfo: memFree=127203248/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=239708 memory=199268 CPUtime=461.2 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 25892 0 0 0 46005 115 0 0 20 0 1 0 163532541 245460992 49817 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 59927 49817 2703 2900 0 56441 0

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

Current children cumulated memory: 637516 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.18 4.20 7/245 835341
/proc/meminfo: memFree=125942028/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=651908 memory=638496 CPUtime=2855.57 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 88889 0 0 0 285034 523 0 0 20 0 1 0 163532541 667553792 159624 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 162977 159624 2943 2900 0 159491 0
Current children cumulated CPU time: 2855.57 s
Current children cumulated vsize: 651908 KiB
Current children cumulated memory: 638496 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.16 4.19 6/245 835351
/proc/meminfo: memFree=125843628/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=736196 memory=722760 CPUtime=2915.43 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 119959 0 0 0 291009 534 0 0 20 0 1 0 163532541 753864704 180690 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 184049 180690 2943 2900 0 180563 0
Current children cumulated CPU time: 2915.43 s
Current children cumulated vsize: 736196 KiB
Current children cumulated memory: 722760 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.16 4.18 6/247 835532
/proc/meminfo: memFree=125810028/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=759540 memory=746256 CPUtime=2975.29 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 137116 0 0 0 296985 544 0 0 20 0 1 0 163532541 777768960 186564 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 189885 186564 2943 2900 0 186399 0
Current children cumulated CPU time: 2975.29 s
Current children cumulated vsize: 759540 KiB
Current children cumulated memory: 746256 KiB

[startup+3042.3 s]
/proc/loadavg: 4.65 4.29 4.22 6/247 835542
/proc/meminfo: memFree=125746892/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3035.15 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 150236 0 0 0 302956 559 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3035.15 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3102.3 s]
/proc/loadavg: 4.61 4.37 4.26 6/247 835567
/proc/meminfo: memFree=125735272/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3095.02 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 150397 0 0 0 308868 634 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3095.02 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.33 4.25 6/247 835577
/proc/meminfo: memFree=125697576/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3154.9 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 150669 0 0 0 314805 685 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3154.9 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.26 4.23 6/247 835588
/proc/meminfo: memFree=125694032/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3214.78 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 150869 0 0 0 320759 719 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3214.78 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.25 4.23 6/245 835599
/proc/meminfo: memFree=125668756/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3274.66 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 151034 0 0 0 326726 740 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3274.66 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.21 4.22 6/245 835610
/proc/meminfo: memFree=125656772/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3334.53 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 151321 0 0 0 332692 761 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3334.53 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.19 4.20 6/243 835621
/proc/meminfo: memFree=125641184/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3394.41 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 151535 0 0 0 338666 775 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3394.41 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.17 4.19 6/243 835631
/proc/meminfo: memFree=125648496/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3454.28 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 151709 0 0 0 344637 791 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3454.28 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.17 4.19 6/243 835641
/proc/meminfo: memFree=125629696/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794492 CPUtime=3514.17 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 152004 0 0 0 350608 809 0 0 20 0 1 0 163532541 827162624 198623 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198623 2943 2900 0 198458 0
Current children cumulated CPU time: 3514.17 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794492 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.21 4.20 6/243 835653
/proc/meminfo: memFree=125620164/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794496 CPUtime=3574.04 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 152235 0 0 0 356582 822 0 0 20 0 1 0 163532541 827162624 198624 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198624 2943 2900 0 198458 0
Current children cumulated CPU time: 3574.04 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.18 4.19 4.19 6/242 835659
/proc/meminfo: memFree=125636872/131655788 swapFree=131071996/131071996
[pid=833809] ppid=833806 vsize=807776 memory=794496 CPUtime=3600.09 cores=5,7
/proc/833809/stat : 833809 (ipbhs_static_sc) R 833806 833809 833747 0 -1 4194304 152245 0 0 0 359182 827 0 0 20 0 1 0 163532541 827162624 198624 134679101440 4194304 16068861 140734873270720 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 47976448 140734873277478 140734873277565 140734873277565 140734873284580 0
/proc/833809/statm: 201944 198624 2943 2900 0 198458 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 807776 KiB
Current children cumulated memory: 794496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.82 s, system=8.28102 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): 3608.41
CPU time (s): 3600.1
CPU user time (s): 3591.82
CPU system time (s): 8.28102
CPU usage (%): 99.7698
Max. virtual memory (cumulated for all children) (KiB): 811248
Max. memory (cumulated for all children) (KiB): 797732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.82
system time used= 8.28102
maximum resident set size= 797732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152245
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= 122
involuntary context switches= 1951


# summary of solver processes directly reported to runsolver:
#   pid: 833809
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3591.82
#   total CPU system time (s): 8.28102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1884 second user time and 33.3021 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 09:09:31
IDJOB=4431926
IDBENCH=148193
IDSOLVER=3057
FILE ID=nodeC007/4431926-1721113758
RUNJOBID= nodeC007-1721113771-833760
SLURM_JOB_ID= 7505647
Free space on /tmp= 723764 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_2.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431926-1721113758/watcher-4431926-1721113758 -o /tmp/evaluation-result-4431926-1721113758/solver-4431926-1721113758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721113771-833760 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431926-1721113758.opb

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

MD5SUM BENCH= a7d8f923a6cdb36d5c6f2d05cbd48ec7
RANDOM SEED=301997297

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		: 1197.130
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		: 1197.135
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.375
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.132
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		: 1197.155
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		: 1197.129
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.131
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.308
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:        128565620 kB
MemAvailable:   129937836 kB
Buffers:          401128 kB
Cached:          1800968 kB
SwapCached:            0 kB
Active:           707472 kB
Inactive:        1831568 kB
Active(anon):       1344 kB
Inactive(anon):   373300 kB
Active(file):     706128 kB
Inactive(file):  1458268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            228132 kB
Writeback:             8 kB
AnonPages:        336976 kB
Mapped:           103840 kB
Shmem:             37704 kB
KReclaimable:      95700 kB
Slab:             192208 kB
SReclaimable:      95700 kB
SUnreclaim:        96508 kB
KernelStack:        3664 kB
PageTables:        10112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     744484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52160 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 723560 MiB
End job on nodeC007 at 2024-07-16 10:09:40