Trace number 4432119

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 3609.05

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay60.lin.opb
MD5SUMfc1ceaa3d3fa0c232aeb6fc161f41804
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 benchmark1521089
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90685
Total number of constraints246269
Number of constraints which are clauses157354
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints88914
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 90684
Biggest coefficient in the objective function 2306839
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 21217725
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2306839
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 21217725
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432119-1721162547/watcher-4432119-1721162547 -o /tmp/evaluation-result-4432119-1721162547/solver-4432119-1721162547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866989 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432119-1721162547.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=869627, runsolver pid=869624

[startup+0.105485 s]*
/proc/loadavg: 4.23 4.19 4.12 5/256 869628
/proc/meminfo: memFree=126573392/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=52828 memory=27416 CPUtime=0.1 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 5929 0 0 0 9 1 0 0 20 0 1 0 168418861 54095872 6854 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 13207 6854 1023 2900 0 9721 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52828 KiB
Current children cumulated memory: 27416 KiB

[startup+0.20573 s]*
/proc/loadavg: 4.23 4.19 4.12 5/256 869628
/proc/meminfo: memFree=126562604/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=61940 memory=34424 CPUtime=0.19 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 7685 0 0 0 18 1 0 0 20 0 1 0 168418861 63426560 8606 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 15485 8606 1023 2900 0 11999 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61940 KiB
Current children cumulated memory: 34424 KiB

[startup+0.305714 s]*
/proc/loadavg: 4.23 4.19 4.12 5/256 869628
/proc/meminfo: memFree=126553584/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=68936 memory=43332 CPUtime=0.29 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 9442 0 0 0 28 1 0 0 20 0 1 0 168418861 70590464 10833 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 17234 10833 1023 2900 0 13748 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68936 KiB
Current children cumulated memory: 43332 KiB

[startup+0.700227 s]
/proc/loadavg: 4.23 4.19 4.12 5/256 869628
/proc/meminfo: memFree=126526300/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=125808 memory=96968 CPUtime=0.68 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 19634 0 0 0 52 16 0 0 20 0 1 0 168418861 128827392 24242 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 31452 24242 1135 2900 0 27966 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 125808 KiB
Current children cumulated memory: 96968 KiB

[startup+1.50024 s]
/proc/loadavg: 4.23 4.19 4.12 5/256 869628
/proc/meminfo: memFree=126296244/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=417504 memory=393284 CPUtime=1.49 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 89478 0 0 0 93 56 0 0 20 0 1 0 168418861 427524096 98321 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 104376 98321 2399 2900 0 100890 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 417504 KiB
Current children cumulated memory: 393284 KiB

[startup+3.10604 s]
/proc/loadavg: 4.23 4.19 4.12 5/256 869722
/proc/meminfo: memFree=126010092/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=836980 memory=801716 CPUtime=3.08 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 193268 0 0 0 199 109 0 0 20 0 1 0 168418861 857067520 200429 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 209245 200429 2655 2900 0 205759 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 836980 KiB
Current children cumulated memory: 801716 KiB

[startup+6.30022 s]
/proc/loadavg: 4.37 4.22 4.13 5/257 869723
/proc/meminfo: memFree=125633656/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=1266956 memory=1153760 CPUtime=6.27 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 236406 0 0 0 507 120 0 0 20 0 1 0 168418861 1297362944 288440 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 316739 288440 2879 2900 0 313253 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1266956 KiB
Current children cumulated memory: 1153760 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.22 4.13 5/257 869724
/proc/meminfo: memFree=125592520/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=1286224 memory=1170320 CPUtime=12.65 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 240557 0 0 0 1143 122 0 0 20 0 1 0 168418861 1317093376 292580 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 321556 292580 2879 2900 0 318070 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1286224 KiB
Current children cumulated memory: 1170320 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.22 4.13 5/257 869726
/proc/meminfo: memFree=125312708/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=1547516 memory=1428560 CPUtime=25.41 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 305001 0 0 0 2409 132 0 0 20 0 1 0 168418861 1584656384 357140 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 386879 357140 2895 2900 0 383393 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1547516 KiB
Current children cumulated memory: 1428560 KiB

[startup+51.1059 s]
/proc/loadavg: 4.29 4.22 4.13 5/257 869729
/proc/meminfo: memFree=125280988/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=1547516 memory=1428560 CPUtime=50.92 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 305014 0 0 0 4959 133 0 0 20 0 1 0 168418861 1584656384 357140 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 386879 357140 2895 2900 0 383393 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1547516 KiB
Current children cumulated memory: 1428560 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.20 4.13 5/257 869742
/proc/meminfo: memFree=124748288/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2222472 memory=1911772 CPUtime=101.96 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 409154 0 0 0 10047 149 0 0 20 0 1 0 168418861 2275811328 477943 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 555618 477943 2895 2900 0 552132 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2222472 KiB
Current children cumulated memory: 1911772 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.18 4.12 5/255 869752
/proc/meminfo: memFree=124660216/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2228200 memory=1916500 CPUtime=161.75 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 410379 0 0 0 16024 151 0 0 20 0 1 0 168418861 2281676800 479125 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557050 479125 2895 2900 0 553564 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 2228200 KiB
Current children cumulated memory: 1916500 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/255 869762
/proc/meminfo: memFree=124558356/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2229508 memory=1919972 CPUtime=221.55 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 410806 0 0 0 22001 154 0 0 20 0 1 0 168418861 2283016192 479993 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557377 479993 2895 2900 0 553891 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 2229508 KiB
Current children cumulated memory: 1919972 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/255 869772
/proc/meminfo: memFree=124489516/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2229508 memory=1920476 CPUtime=281.34 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 410983 0 0 0 27978 156 0 0 20 0 1 0 168418861 2283016192 480119 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557377 480119 2895 2900 0 553891 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 2229508 KiB
Current children cumulated memory: 1920476 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.13 4.11 5/254 869783
/proc/meminfo: memFree=124434460/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2229508 memory=1921264 CPUtime=341.13 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 411093 0 0 0 33955 158 0 0 20 0 1 0 168418861 2283016192 480316 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557377 480316 2895 2900 0 553891 0
Current children cumulated CPU time: 341.13 s
Current children cumulated vsize: 2229508 KiB
Current children cumulated memory: 1921264 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/254 869793
/proc/meminfo: memFree=124414788/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2229508 memory=1922980 CPUtime=400.95 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 411193 0 0 0 39936 159 0 0 20 0 1 0 168418861 2283016192 480745 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557377 480745 2895 2900 0 553891 0
Current children cumulated CPU time: 400.95 s
Current children cumulated vsize: 2229508 KiB
Current children cumulated memory: 1922980 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/256 869807
/proc/meminfo: memFree=124387232/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=2229508 memory=1923764 CPUtime=460.8 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 411295 0 0 0 45919 161 0 0 20 0 1 0 168418861 2283016192 480941 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 557377 480941 2895 2900 0 553891 0

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

Current children cumulated memory: 2969768 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/259 871466
/proc/meminfo: memFree=122828116/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=2855.4 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 647489 0 0 0 285332 208 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 2855.4 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/258 871478
/proc/meminfo: memFree=122809136/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=2915.25 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 648046 0 0 0 291316 209 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 2915.25 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/258 871488
/proc/meminfo: memFree=122808148/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=2975.08 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 648894 0 0 0 297299 209 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 2975.08 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/256 871498
/proc/meminfo: memFree=122792772/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3034.92 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 649432 0 0 0 303283 209 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3034.92 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 871510
/proc/meminfo: memFree=122780280/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3094.76 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 649614 0 0 0 309266 210 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3094.76 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 871520
/proc/meminfo: memFree=122776360/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3154.6 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 650487 0 0 0 315250 210 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3154.6 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/254 871530
/proc/meminfo: memFree=122773168/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3214.45 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 651170 0 0 0 321234 211 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3214.45 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 871540
/proc/meminfo: memFree=122764960/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3274.28 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 651820 0 0 0 327217 211 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3274.28 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/254 871551
/proc/meminfo: memFree=122752620/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3334.13 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 652339 0 0 0 333201 212 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3334.13 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.17 4.11 5/255 871562
/proc/meminfo: memFree=122744868/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3393.97 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 652959 0 0 0 339185 212 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3393.97 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.17 4.11 5/257 871576
/proc/meminfo: memFree=122729628/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3453.81 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 653387 0 0 0 345169 212 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3453.81 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/257 871724
/proc/meminfo: memFree=123740396/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3513.63 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 654079 0 0 0 351150 213 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3513.63 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/257 871779
/proc/meminfo: memFree=123302800/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3573.42 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 654666 0 0 0 357129 213 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3573.42 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.09 4.13 4.10 5/257 871783
/proc/meminfo: memFree=123265128/131524600 swapFree=131071996/131071996
[pid=869627] ppid=869624 vsize=3271036 memory=2969768 CPUtime=3600.05 cores=5,7
/proc/869627/stat : 869627 (ipbhs_static_sc) R 869624 869627 866976 0 -1 4194304 654865 0 0 0 359791 214 0 0 20 0 1 0 168418861 3349540864 742442 134679101440 4194304 16068861 140735123579744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 54173696 140735123588134 140735123588221 140735123588221 140735123595236 0
/proc/869627/statm: 817759 742442 2911 2900 0 814273 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3271036 KiB
Current children cumulated memory: 2969768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.92 s, system=2.18047 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): 3609.05
CPU time (s): 3600.1
CPU user time (s): 3597.92
CPU system time (s): 2.18047
CPU usage (%): 99.7521
Max. virtual memory (cumulated for all children) (KiB): 3447952
Max. memory (cumulated for all children) (KiB): 2969768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.18047
maximum resident set size= 2969768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 654865
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= 16
involuntary context switches= 2199


# summary of solver processes directly reported to runsolver:
#   pid: 869627
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.92
#   total CPU system time (s): 2.18047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22419 second user time and 17.9091 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-16 22:42:39
IDJOB=4432119
IDBENCH=158479
IDSOLVER=3057
FILE ID=nodeC022/4432119-1721162547
RUNJOBID= nodeC022-1721158828-866989
SLURM_JOB_ID= 7505771
Free space on /tmp= 889916 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay60.lin.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432119-1721162547/watcher-4432119-1721162547 -o /tmp/evaluation-result-4432119-1721162547/solver-4432119-1721162547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866989 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432119-1721162547.opb

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

MD5SUM BENCH= fc1ceaa3d3fa0c232aeb6fc161f41804
RANDOM SEED=1840047700

nodeC022.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		: 3675.959
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.66
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		: 3680.131
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.96
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		: 3600.139
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.66
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		: 3601.278
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.96
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		: 3675.941
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.66
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		: 3684.747
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.96
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		: 3600.058
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.66
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		: 3663.451
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126593552 kB
MemAvailable:   129237324 kB
Buffers:          413112 kB
Cached:          3042976 kB
SwapCached:            0 kB
Active:           741024 kB
Inactive:        3540444 kB
Active(anon):       1548 kB
Inactive(anon):   861880 kB
Active(file):     739476 kB
Inactive(file):  2678564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             62804 kB
Writeback:             0 kB
AnonPages:        825100 kB
Mapped:           139248 kB
Shmem:             37720 kB
KReclaimable:     130760 kB
Slab:             241440 kB
SReclaimable:     130760 kB
SUnreclaim:       110680 kB
KernelStack:        4096 kB
PageTables:        10796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1248920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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:      240340 kB
DirectMap2M:    26796032 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889864 MiB
End job on nodeC022 at 2024-07-16 23:42:49