Trace number 4431828

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 3611.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUMbed0fcfa7fe1ab50726d34a7d1903e12
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 benchmark182
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables478
Total number of constraints478
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 478
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431828-1721077729/watcher-4431828-1721077729 -o /tmp/evaluation-result-4431828-1721077729/solver-4431828-1721077729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808454 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431828-1721077729.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=812636, runsolver pid=812633
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128365168/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=38740 memory=20324 CPUtime=0.1 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 2525 0 0 0 9 1 0 0 20 0 1 0 159929562 39669760 5081 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 9685 5081 2879 2900 0 6199 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38740 KiB
Current children cumulated memory: 20324 KiB

[startup+0.212676 s]*
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128365000/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=38932 memory=20324 CPUtime=0.21 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 2553 0 0 0 20 1 0 0 20 0 1 0 159929562 39866368 5081 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 9733 5081 2879 2900 0 6247 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38932 KiB
Current children cumulated memory: 20324 KiB

[startup+0.31175 s]*
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128364860/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=38932 memory=20324 CPUtime=0.31 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 2554 0 0 0 30 1 0 0 20 0 1 0 159929562 39866368 5081 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 9733 5081 2879 2900 0 6247 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38932 KiB
Current children cumulated memory: 20324 KiB

[startup+0.700219 s]
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128364376/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=39100 memory=20588 CPUtime=0.68 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 2593 0 0 0 67 1 0 0 20 0 1 0 159929562 40038400 5147 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 9775 5147 2879 2900 0 6289 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39100 KiB
Current children cumulated memory: 20588 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128353772/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=45460 memory=26092 CPUtime=1.48 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 4105 0 0 0 147 1 0 0 20 0 1 0 159929562 46551040 6523 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 11365 6523 2895 2900 0 7879 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45460 KiB
Current children cumulated memory: 26092 KiB

[startup+3.11262 s]
/proc/loadavg: 4.12 4.21 4.22 5/242 812638
/proc/meminfo: memFree=128322388/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=75588 memory=55720 CPUtime=3.09 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 11512 0 0 0 307 2 0 0 20 0 1 0 159929562 77402112 13930 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 18897 13930 2911 2900 0 15411 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 75588 KiB
Current children cumulated memory: 55720 KiB

[startup+6.30024 s]
/proc/loadavg: 4.11 4.21 4.22 5/242 812640
/proc/meminfo: memFree=128311528/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=83396 memory=62640 CPUtime=6.26 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 13345 0 0 0 624 2 0 0 20 0 1 0 159929562 85397504 15660 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 20849 15660 2911 2900 0 17363 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 83396 KiB
Current children cumulated memory: 62640 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.22 4.22 5/242 812640
/proc/meminfo: memFree=128309408/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=83396 memory=62640 CPUtime=12.64 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 13345 0 0 0 1262 2 0 0 20 0 1 0 159929562 85397504 15660 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 20849 15660 2911 2900 0 17363 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 83396 KiB
Current children cumulated memory: 62640 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.21 4.22 5/242 812643
/proc/meminfo: memFree=128242200/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=113432 memory=92236 CPUtime=25.41 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 20787 0 0 0 2536 5 0 0 20 0 1 0 159929562 116154368 23059 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 28358 23059 2911 2900 0 24872 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 113432 KiB
Current children cumulated memory: 92236 KiB

[startup+51.1125 s]
/proc/loadavg: 4.09 4.19 4.21 5/242 812646
/proc/meminfo: memFree=128157944/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=117320 memory=95136 CPUtime=50.93 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 23889 0 0 0 5088 5 0 0 20 0 1 0 159929562 120135680 23784 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 29330 23784 2911 2900 0 25844 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 117320 KiB
Current children cumulated memory: 95136 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.19 4.21 5/244 812658
/proc/meminfo: memFree=128072252/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=121448 memory=100152 CPUtime=101.96 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 25181 0 0 0 10190 6 0 0 20 0 1 0 159929562 124362752 25038 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 30362 25038 2911 2900 0 26876 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 121448 KiB
Current children cumulated memory: 100152 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.17 4.20 5/244 812668
/proc/meminfo: memFree=127985864/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=152972 memory=130056 CPUtime=161.76 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 33411 0 0 0 16169 7 0 0 20 0 1 0 159929562 156643328 32514 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 38243 32514 2911 2900 0 34757 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 152972 KiB
Current children cumulated memory: 130056 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.17 4.19 5/244 812680
/proc/meminfo: memFree=127949416/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=162180 memory=138492 CPUtime=221.57 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 35506 0 0 0 22149 8 0 0 20 0 1 0 159929562 166072320 34623 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 40545 34623 2911 2900 0 37059 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 162180 KiB
Current children cumulated memory: 138492 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.18 4.19 5/244 812690
/proc/meminfo: memFree=127907340/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=163480 memory=140072 CPUtime=281.34 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 36217 0 0 0 28126 8 0 0 20 0 1 0 159929562 167403520 35018 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 40870 35018 2911 2900 0 37384 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 163480 KiB
Current children cumulated memory: 140072 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.16 4.18 5/244 812700
/proc/meminfo: memFree=127875360/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=167604 memory=147472 CPUtime=341.11 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 37254 0 0 0 34103 8 0 0 20 0 1 0 159929562 171626496 36868 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 41901 36868 2911 2900 0 38415 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 167604 KiB
Current children cumulated memory: 147472 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/244 812711
/proc/meminfo: memFree=127845868/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=174096 memory=156784 CPUtime=400.9 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 39086 0 0 0 40082 8 0 0 20 0 1 0 159929562 178274304 39196 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 43524 39196 2911 2900 0 40038 0
Current children cumulated CPU time: 400.9 s
Current children cumulated vsize: 174096 KiB
Current children cumulated memory: 156784 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.16 4.18 5/242 812722
/proc/meminfo: memFree=127807604/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=181384 memory=167528 CPUtime=460.71 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 41377 0 0 0 46062 9 0 0 20 0 1 0 159929562 185737216 41882 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 45346 41882 2911 2900 0 41860 0

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

Current children cumulated memory: 288960 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/244 814152
/proc/meminfo: memFree=127289408/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=307068 memory=291612 CPUtime=2852.98 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 77816 0 0 0 285283 15 0 0 20 0 1 0 159929562 314437632 72903 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 76767 72903 2911 2900 0 73281 0
Current children cumulated CPU time: 2852.98 s
Current children cumulated vsize: 307068 KiB
Current children cumulated memory: 291612 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/244 814162
/proc/meminfo: memFree=127287976/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=307068 memory=291740 CPUtime=2912.78 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 78047 0 0 0 291263 15 0 0 20 0 1 0 159929562 314437632 72935 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 76767 72935 2911 2900 0 73281 0
Current children cumulated CPU time: 2912.78 s
Current children cumulated vsize: 307068 KiB
Current children cumulated memory: 291740 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/247 814343
/proc/meminfo: memFree=127255812/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=307068 memory=292228 CPUtime=2972.59 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 78600 0 0 0 297244 15 0 0 20 0 1 0 159929562 314437632 73057 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 76767 73057 2911 2900 0 73281 0
Current children cumulated CPU time: 2972.59 s
Current children cumulated vsize: 307068 KiB
Current children cumulated memory: 292228 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.10 4.14 5/247 814354
/proc/meminfo: memFree=127245268/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=307780 memory=294204 CPUtime=3032.4 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 79479 0 0 0 303224 16 0 0 20 0 1 0 159929562 315166720 73551 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 76945 73551 2911 2900 0 73459 0
Current children cumulated CPU time: 3032.4 s
Current children cumulated vsize: 307780 KiB
Current children cumulated memory: 294204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.09 4.14 5/246 814369
/proc/meminfo: memFree=127250540/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=308816 memory=294316 CPUtime=3092.21 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 79656 0 0 0 309205 16 0 0 20 0 1 0 159929562 316227584 73579 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 77204 73579 2911 2900 0 73718 0
Current children cumulated CPU time: 3092.21 s
Current children cumulated vsize: 308816 KiB
Current children cumulated memory: 294316 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.14 5/246 814392
/proc/meminfo: memFree=127248440/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=309836 memory=295584 CPUtime=3152.02 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 80082 0 0 0 315186 16 0 0 20 0 1 0 159929562 317272064 73896 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 77459 73896 2911 2900 0 73973 0
Current children cumulated CPU time: 3152.02 s
Current children cumulated vsize: 309836 KiB
Current children cumulated memory: 295584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.13 5/246 814403
/proc/meminfo: memFree=127244684/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=298752 CPUtime=3211.82 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 80999 0 0 0 321166 16 0 0 20 0 1 0 159929562 320290816 74688 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74688 2911 2900 0 74710 0
Current children cumulated CPU time: 3211.82 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 298752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.09 4.13 5/247 814414
/proc/meminfo: memFree=127236284/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=298904 CPUtime=3271.63 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 81175 0 0 0 327147 16 0 0 20 0 1 0 159929562 320290816 74726 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74726 2911 2900 0 74710 0
Current children cumulated CPU time: 3271.63 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 298904 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.12 5/245 814424
/proc/meminfo: memFree=127235796/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=299140 CPUtime=3331.44 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 81346 0 0 0 333128 16 0 0 20 0 1 0 159929562 320290816 74785 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74785 2911 2900 0 74710 0
Current children cumulated CPU time: 3331.44 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 299140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.12 5/243 814436
/proc/meminfo: memFree=127236720/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=299160 CPUtime=3391.25 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 81482 0 0 0 339109 16 0 0 20 0 1 0 159929562 320290816 74790 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74790 2911 2900 0 74710 0
Current children cumulated CPU time: 3391.25 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 299160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.11 5/243 814447
/proc/meminfo: memFree=127236164/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=299160 CPUtime=3451.05 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 81603 0 0 0 345089 16 0 0 20 0 1 0 159929562 320290816 74790 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74790 2911 2900 0 74710 0
Current children cumulated CPU time: 3451.05 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 299160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.11 5/245 814471
/proc/meminfo: memFree=127234996/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=312784 memory=299160 CPUtime=3510.86 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 81727 0 0 0 351070 16 0 0 20 0 1 0 159929562 320290816 74790 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78196 74790 2911 2900 0 74710 0
Current children cumulated CPU time: 3510.86 s
Current children cumulated vsize: 312784 KiB
Current children cumulated memory: 299160 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.10 5/246 814709
/proc/meminfo: memFree=127233096/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=314608 memory=300548 CPUtime=3570.67 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 82208 0 0 0 357051 16 0 0 20 0 1 0 159929562 322158592 75137 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78652 75137 2911 2900 0 75166 0
Current children cumulated CPU time: 3570.67 s
Current children cumulated vsize: 314608 KiB
Current children cumulated memory: 300548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 3.58 3.98 4.07 2/225 814808
/proc/meminfo: memFree=128474656/131655788 swapFree=131071996/131071996
[pid=812636] ppid=812633 vsize=314608 memory=300548 CPUtime=3600.08 cores=0,2
/proc/812636/stat : 812636 (ipbhs_static_sc) R 812633 812636 808444 0 -1 4194304 82214 0 0 0 359992 16 0 0 20 0 1 0 159929562 322158592 75137 134679101440 4194304 16068861 140733034454416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 43470848 140733034456102 140733034456189 140733034456189 140733034463204 0
/proc/812636/statm: 78652 75137 2911 2900 0 75166 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 314608 KiB
Current children cumulated memory: 300548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.93 s, system=0.166337 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): 3611.8
CPU time (s): 3600.1
CPU user time (s): 3599.93
CPU system time (s): 0.166337
CPU usage (%): 99.6759
Max. virtual memory (cumulated for all children) (KiB): 314608
Max. memory (cumulated for all children) (KiB): 300548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.93
system time used= 0.166337
maximum resident set size= 300548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82214
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= 33
involuntary context switches= 25189


# summary of solver processes directly reported to runsolver:
#   pid: 812636
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.93
#   total CPU system time (s): 0.166337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.775 second user time and 33.0348 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 23:09:01
IDJOB=4431828
IDBENCH=147538
IDSOLVER=3057
FILE ID=nodeC007/4431828-1721077729
RUNJOBID= nodeC007-1721070510-808454
SLURM_JOB_ID= 7505529
Free space on /tmp= 723624 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431828-1721077729/watcher-4431828-1721077729 -o /tmp/evaluation-result-4431828-1721077729/solver-4431828-1721077729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808454 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431828-1721077729.opb

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

MD5SUM BENCH= bed0fcfa7fe1ab50726d34a7d1903e12
RANDOM SEED=707049457

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		: 3386.968
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		: 3671.775
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.130
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.299
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		: 3667.741
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		: 3670.125
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.181
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.351
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:        128375104 kB
MemAvailable:   129696696 kB
Buffers:          378696 kB
Cached:          1774212 kB
SwapCached:            0 kB
Active:           677968 kB
Inactive:        2056148 kB
Active(anon):       1484 kB
Inactive(anon):   617744 kB
Active(file):     676484 kB
Inactive(file):  1438404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            215028 kB
Writeback:             0 kB
AnonPages:        581580 kB
Mapped:           139016 kB
Shmem:             37704 kB
KReclaimable:      93468 kB
Slab:             189216 kB
SReclaimable:      93468 kB
SUnreclaim:        95748 kB
KernelStack:        3984 kB
PageTables:        10404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1030424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 723728 MiB
End job on nodeC007 at 2024-07-16 00:09:14