Trace number 4431845

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.18 3618.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUMa599905096c946af5176c07959aa4b57
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 benchmark225
Best CPU time to get the best result obtained on this benchmark3558.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 488873
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 488873
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61415 MiB free)
  memory of node 1: 64510 MiB (63159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431845-1721093775/watcher-4431845-1721093775 -o /tmp/evaluation-result-4431845-1721093775/solver-4431845-1721093775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721090178-833555 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431845-1721093775.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
solver pid=835604, runsolver pid=835601
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.08 4.09 4.09 5/256 835615
/proc/meminfo: memFree=127540444/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=39776 memory=15188 CPUtime=0.09 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 3421 0 0 0 9 0 0 0 20 0 1 0 161545824 40730624 3797 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 9944 3797 1023 2900 0 6458 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39776 KiB
Current children cumulated memory: 15188 KiB

[startup+0.205799 s]*
/proc/loadavg: 4.08 4.09 4.09 6/256 835615
/proc/meminfo: memFree=127510180/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=49680 memory=24996 CPUtime=0.2 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 5355 0 0 0 20 0 0 0 20 0 1 0 161545824 50872320 6249 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 12420 6249 1023 2900 0 8934 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49680 KiB
Current children cumulated memory: 24996 KiB

[startup+0.304876 s]*
/proc/loadavg: 4.08 4.09 4.09 5/256 835615
/proc/meminfo: memFree=127481496/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=63416 memory=35700 CPUtime=0.3 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 7001 0 0 0 29 1 0 0 20 0 1 0 161545824 64937984 8925 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 15854 8925 1023 2900 0 12368 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 63416 KiB
Current children cumulated memory: 35700 KiB

[startup+0.700194 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835615
/proc/meminfo: memFree=127435700/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=99512 memory=68084 CPUtime=0.69 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 12435 0 0 0 60 9 0 0 20 0 1 0 161545824 101900288 17021 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 24878 17021 1135 2900 0 21392 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 99512 KiB
Current children cumulated memory: 68084 KiB

[startup+1.50018 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835617
/proc/meminfo: memFree=127341024/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=181440 memory=150344 CPUtime=1.49 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 25187 0 0 0 103 46 0 0 20 0 1 0 161545824 185794560 37586 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 45360 37586 2383 2900 0 41874 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 181440 KiB
Current children cumulated memory: 150344 KiB

[startup+3.10593 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835663
/proc/meminfo: memFree=126312044/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=555900 memory=514096 CPUtime=3.09 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 106251 0 0 0 190 119 0 0 20 0 1 0 161545824 569241600 128524 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 138975 128524 2383 2900 0 135489 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 555900 KiB
Current children cumulated memory: 514096 KiB

[startup+6.30023 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 835663
/proc/meminfo: memFree=123427808/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=1303968 memory=1264348 CPUtime=6.28 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 268357 0 0 0 445 183 0 0 20 0 1 0 161545824 1335263232 316087 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 325992 316087 2639 2900 0 322506 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1303968 KiB
Current children cumulated memory: 1264348 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/256 835666
/proc/meminfo: memFree=117083544/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=3134580 memory=2808540 CPUtime=12.66 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 283532 0 0 0 1053 213 0 0 20 0 1 0 161545824 3209809920 702135 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 783645 702135 2671 2900 0 780159 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 3134580 KiB
Current children cumulated memory: 2808540 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.12 4.10 5/257 835668
/proc/meminfo: memFree=113792344/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=3832160 memory=3524756 CPUtime=25.42 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 456339 0 0 0 2298 244 0 0 20 0 1 0 161545824 3924131840 881189 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 958040 881189 2863 2900 0 954554 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3832160 KiB
Current children cumulated memory: 3524756 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.11 4.09 5/257 835673
/proc/meminfo: memFree=104856528/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6318844 memory=5753388 CPUtime=50.93 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 566645 0 0 0 4795 298 0 0 20 0 1 0 161545824 6470496256 1438347 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1579711 1438347 2895 2900 0 1576225 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 6318844 KiB
Current children cumulated memory: 5753388 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/257 835683
/proc/meminfo: memFree=104802416/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6346900 memory=5770472 CPUtime=101.87 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 568518 0 0 0 9887 300 0 0 20 0 1 0 161545824 6499225600 1442618 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1586725 1442618 2895 2900 0 1583239 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 6346900 KiB
Current children cumulated memory: 5770472 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/257 835694
/proc/meminfo: memFree=104419804/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6545936 memory=5870860 CPUtime=161.56 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 578197 0 0 0 15852 304 0 0 20 0 1 0 161545824 6703038464 1467715 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1636484 1467715 2895 2900 0 1632998 0
Current children cumulated CPU time: 161.56 s
Current children cumulated vsize: 6545936 KiB
Current children cumulated memory: 5870860 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/259 835708
/proc/meminfo: memFree=104247904/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6664552 memory=5927892 CPUtime=221.23 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 579408 0 0 0 21817 306 0 0 20 0 1 0 161545824 6824501248 1481973 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1666138 1481973 2895 2900 0 1662652 0
Current children cumulated CPU time: 221.23 s
Current children cumulated vsize: 6664552 KiB
Current children cumulated memory: 5927892 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/259 835719
/proc/meminfo: memFree=104217852/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6726140 memory=5927896 CPUtime=280.93 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 579633 0 0 0 27786 307 0 0 20 0 1 0 161545824 6887567360 1481974 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1681535 1481974 2895 2900 0 1678049 0
Current children cumulated CPU time: 280.93 s
Current children cumulated vsize: 6726140 KiB
Current children cumulated memory: 5927896 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/257 835746
/proc/meminfo: memFree=104217440/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6726140 memory=5927896 CPUtime=340.64 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 579755 0 0 0 33756 308 0 0 20 0 1 0 161545824 6887567360 1481974 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1681535 1481974 2895 2900 0 1678049 0
Current children cumulated CPU time: 340.64 s
Current children cumulated vsize: 6726140 KiB
Current children cumulated memory: 5927896 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 835757
/proc/meminfo: memFree=104187344/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6787728 memory=5927900 CPUtime=400.35 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 579983 0 0 0 39726 309 0 0 20 0 1 0 161545824 6950633472 1481975 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1696932 1481975 2895 2900 0 1693446 0
Current children cumulated CPU time: 400.35 s
Current children cumulated vsize: 6787728 KiB
Current children cumulated memory: 5927900 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 835768
/proc/meminfo: memFree=104186540/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=6849316 memory=5927904 CPUtime=460.06 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 580208 0 0 0 45696 310 0 0 20 0 1 0 161545824 7013699584 1481976 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 1712329 1481976 2895 2900 0 1708843 0

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

/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 2848.03 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/257 836799
/proc/meminfo: memFree=101608032/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=2907.66 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 729734 0 0 0 290382 384 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 2907.66 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/257 837194
/proc/meminfo: memFree=101605096/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=2967.37 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 730034 0 0 0 296351 386 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 2967.37 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 837205
/proc/meminfo: memFree=101600680/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3027.03 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 730257 0 0 0 302316 387 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3027.03 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/260 837386
/proc/meminfo: memFree=101595448/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3086.68 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 730474 0 0 0 308280 388 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3086.68 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/260 837396
/proc/meminfo: memFree=101594852/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3146.33 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 730608 0 0 0 314244 389 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3146.33 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 837465
/proc/meminfo: memFree=101594024/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3206.02 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 730969 0 0 0 320211 391 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3206.02 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.11 4.10 5/263 837476
/proc/meminfo: memFree=101593232/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3265.7 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 731366 0 0 0 326178 392 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3265.7 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/260 837488
/proc/meminfo: memFree=101592820/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3325.36 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 731490 0 0 0 332143 393 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3325.36 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/261 837500
/proc/meminfo: memFree=101592192/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8911252 memory=6574572 CPUtime=3385 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 731692 0 0 0 338106 394 0 0 20 0 1 0 161545824 9125122048 1643643 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2227813 1643643 2895 2900 0 2224327 0
Current children cumulated CPU time: 3385 s
Current children cumulated vsize: 8911252 KiB
Current children cumulated memory: 6574572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/259 837511
/proc/meminfo: memFree=101591560/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=8972852 memory=6574576 CPUtime=3444.66 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 731905 0 0 0 344070 396 0 0 20 0 1 0 161545824 9188200448 1643644 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2243213 1643644 2895 2900 0 2239727 0
Current children cumulated CPU time: 3444.66 s
Current children cumulated vsize: 8972852 KiB
Current children cumulated memory: 6574576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 837521
/proc/meminfo: memFree=101588352/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=9034452 memory=6574968 CPUtime=3504.31 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 732227 0 0 0 350034 397 0 0 20 0 1 0 161545824 9251278848 1643742 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2258613 1643742 2895 2900 0 2255127 0
Current children cumulated CPU time: 3504.31 s
Current children cumulated vsize: 9034452 KiB
Current children cumulated memory: 6574968 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/256 837531
/proc/meminfo: memFree=101589068/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=9096052 memory=6574972 CPUtime=3563.97 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 732562 0 0 0 355999 398 0 0 20 0 1 0 161545824 9314357248 1643743 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2274013 1643743 2895 2900 0 2270527 0
Current children cumulated CPU time: 3563.97 s
Current children cumulated vsize: 9096052 KiB
Current children cumulated memory: 6574972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.6 s]
/proc/loadavg: 4.09 4.09 4.09 6/256 837583
/proc/meminfo: memFree=108214372/131524600 swapFree=131071996/131071996
[pid=835604] ppid=835601 vsize=9096052 memory=6575052 CPUtime=3600.07 cores=5,7
/proc/835604/stat : 835604 (ipbhs_static_sc) R 835601 835604 833542 0 -1 4194304 732676 0 0 0 359608 399 0 0 20 0 1 0 161545824 9314357248 1643763 134679101440 4194304 16068861 140737149287584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 45240320 140737149293606 140737149293693 140737149293693 140737149300708 0
/proc/835604/statm: 2274013 1643763 2895 2900 0 2270527 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 9096052 KiB
Current children cumulated memory: 6575052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.08 s, system=4.09515 s

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

[startup+3618.7 s]*
/proc/loadavg: 4.09 4.09 4.09 5/256 837583
/proc/meminfo: memFree=114023212/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3618.71
CPU time (s): 3600.18
CPU user time (s): 3596.08
CPU system time (s): 4.09515
CPU usage (%): 99.488
Max. virtual memory (cumulated for all children) (KiB): 9096052
Max. memory (cumulated for all children) (KiB): 6575052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.08
system time used= 4.09515
maximum resident set size= 6575052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 732676
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= 2
involuntary context switches= 1136


# summary of solver processes directly reported to runsolver:
#   pid: 835604
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3596.08
#   total CPU system time (s): 4.09515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.79753 second user time and 18.7155 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 03:36:28
IDJOB=4431845
IDBENCH=147556
IDSOLVER=3057
FILE ID=nodeC031/4431845-1721093775
RUNJOBID= nodeC031-1721090178-833555
SLURM_JOB_ID= 7505583
Free space on /tmp= 889936 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431845-1721093775/watcher-4431845-1721093775 -o /tmp/evaluation-result-4431845-1721093775/solver-4431845-1721093775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721090178-833555 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431845-1721093775.opb

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

MD5SUM BENCH= a599905096c946af5176c07959aa4b57
RANDOM SEED=2012092802

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.409
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3679.772
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.844
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.800
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3651.784
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.588
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.799
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.506
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127565880 kB
MemAvailable:   129380196 kB
Buffers:          369240 kB
Cached:          2267836 kB
SwapCached:            0 kB
Active:           693356 kB
Inactive:        2642872 kB
Active(anon):       1524 kB
Inactive(anon):   735000 kB
Active(file):     691832 kB
Inactive(file):  1907872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            211488 kB
Writeback:             0 kB
AnonPages:        697148 kB
Mapped:           120592 kB
Shmem:             37720 kB
KReclaimable:     108516 kB
Slab:             215624 kB
SReclaimable:     108516 kB
SUnreclaim:       107108 kB
KernelStack:        3936 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1034536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62368 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889824 MiB
End job on nodeC031 at 2024-07-16 04:36:47