Trace number 4431849

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.07 3617.43

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
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 benchmark211
Best CPU time to get the best result obtained on this benchmark3558.02
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 495981
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 495981
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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431849-1721093775/watcher-4431849-1721093775 -o /tmp/evaluation-result-4431849-1721093775/solver-4431849-1721093775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721090178-833554 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431849-1721093775.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100091 s]*
/proc/loadavg: 4.08 4.09 4.09 5/248 835593
/proc/meminfo: memFree=127691744/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=39644 memory=15128 CPUtime=0.09 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 3385 0 0 0 9 0 0 0 20 0 1 0 161545794 40595456 3782 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 9911 3782 1023 2900 0 6425 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39644 KiB
Current children cumulated memory: 15128 KiB

[startup+0.205491 s]*
/proc/loadavg: 4.08 4.09 4.09 5/244 835594
/proc/meminfo: memFree=127628612/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=49284 memory=24408 CPUtime=0.2 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 5193 0 0 0 19 1 0 0 20 0 1 0 161545794 50466816 6102 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 12321 6102 1023 2900 0 8835 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49284 KiB
Current children cumulated memory: 24408 KiB

[startup+0.305334 s]*
/proc/loadavg: 4.08 4.09 4.09 6/250 835605
/proc/meminfo: memFree=127562240/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=62888 memory=33860 CPUtime=0.3 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 7047 0 0 0 29 1 0 0 20 0 1 0 161545794 64397312 8465 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 15722 8465 1023 2900 0 12236 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 62888 KiB
Current children cumulated memory: 33860 KiB

[startup+0.700186 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835615
/proc/meminfo: memFree=127506848/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=99380 memory=68092 CPUtime=0.69 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 12960 0 0 0 61 8 0 0 20 0 1 0 161545794 101765120 17023 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 24845 17023 1135 2900 0 21359 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 99380 KiB
Current children cumulated memory: 68092 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835615
/proc/meminfo: memFree=127390616/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=181440 memory=144408 CPUtime=1.49 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 25218 0 0 0 101 48 0 0 20 0 1 0 161545794 185794560 36036 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 45360 36102 2383 2900 0 41874 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 181440 KiB
Current children cumulated memory: 144408 KiB

[startup+3.10541 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 835663
/proc/meminfo: memFree=126529296/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=553852 memory=511468 CPUtime=3.09 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 106299 0 0 0 190 119 0 0 20 0 1 0 161545794 567144448 127867 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 138463 127867 2383 2900 0 134977 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 553852 KiB
Current children cumulated memory: 511468 KiB

[startup+6.30016 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 835663
/proc/meminfo: memFree=123654964/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=1303968 memory=1264808 CPUtime=6.28 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 271215 0 0 0 444 184 0 0 20 0 1 0 161545794 1335263232 316202 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 325992 316202 2639 2900 0 322506 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1303968 KiB
Current children cumulated memory: 1264808 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/256 835666
/proc/meminfo: memFree=117083536/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=3134580 memory=2824792 CPUtime=12.65 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 288274 0 0 0 1049 216 0 0 20 0 1 0 161545794 3209809920 706198 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 783645 706198 2671 2900 0 780159 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3134580 KiB
Current children cumulated memory: 2824792 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.10 4.09 5/257 835668
/proc/meminfo: memFree=113792344/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=3832160 memory=3525796 CPUtime=25.41 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 461535 0 0 0 2291 250 0 0 20 0 1 0 161545794 3924131840 881449 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 958040 881449 2863 2900 0 954554 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3832160 KiB
Current children cumulated memory: 3525796 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.11 4.09 5/257 835671
/proc/meminfo: memFree=104859976/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6328564 memory=5757560 CPUtime=50.91 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 575927 0 0 0 4786 305 0 0 20 0 1 0 161545794 6480449536 1439390 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1582141 1439390 2895 2900 0 1578655 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 6328564 KiB
Current children cumulated memory: 5757560 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/257 835683
/proc/meminfo: memFree=104802376/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6328564 memory=5761920 CPUtime=101.86 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 576090 0 0 0 9880 306 0 0 20 0 1 0 161545794 6480449536 1440480 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1582141 1440480 2895 2900 0 1578655 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 6328564 KiB
Current children cumulated memory: 5761920 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/257 835694
/proc/meminfo: memFree=104419748/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6526276 memory=5852100 CPUtime=161.55 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 582453 0 0 0 15845 310 0 0 20 0 1 0 161545794 6682906624 1463025 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1631569 1463025 2895 2900 0 1628083 0
Current children cumulated CPU time: 161.55 s
Current children cumulated vsize: 6526276 KiB
Current children cumulated memory: 5852100 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=835571] ppid=835568 vsize=6616092 memory=5880368 CPUtime=221.21 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 583139 0 0 0 21810 311 0 0 20 0 1 0 161545794 6774878208 1470092 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1654023 1470092 2895 2900 0 1650537 0
Current children cumulated CPU time: 221.21 s
Current children cumulated vsize: 6616092 KiB
Current children cumulated memory: 5880368 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=835571] ppid=835568 vsize=6706480 memory=5909172 CPUtime=280.92 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 583965 0 0 0 27779 313 0 0 20 0 1 0 161545794 6867435520 1477293 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1676620 1477293 2895 2900 0 1673134 0
Current children cumulated CPU time: 280.92 s
Current children cumulated vsize: 6706480 KiB
Current children cumulated memory: 5909172 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 835746
/proc/meminfo: memFree=104217376/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6706480 memory=5909172 CPUtime=340.62 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 584103 0 0 0 33749 313 0 0 20 0 1 0 161545794 6867435520 1477293 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1676620 1477293 2895 2900 0 1673134 0
Current children cumulated CPU time: 340.62 s
Current children cumulated vsize: 6706480 KiB
Current children cumulated memory: 5909172 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 835757
/proc/meminfo: memFree=104187328/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6768068 memory=5909796 CPUtime=400.33 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 584381 0 0 0 39719 314 0 0 20 0 1 0 161545794 6930501632 1477449 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1692017 1477449 2895 2900 0 1688531 0
Current children cumulated CPU time: 400.33 s
Current children cumulated vsize: 6768068 KiB
Current children cumulated memory: 5909796 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 835768
/proc/meminfo: memFree=104186500/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=6829660 memory=5909800 CPUtime=460.05 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 584662 0 0 0 45690 315 0 0 20 0 1 0 161545794 6993571840 1477450 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 1707415 1477450 2895 2900 0 1703929 0

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

Current children cumulated memory: 6597548 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/257 836789
/proc/meminfo: memFree=101610868/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=8738132 memory=6601636 CPUtime=2848.82 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 746496 0 0 0 284529 353 0 0 20 0 1 0 161545794 8947847168 1650409 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1650409 2895 2900 0 2181047 0
Current children cumulated CPU time: 2848.82 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6601636 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=835571] ppid=835568 vsize=8738132 memory=6603680 CPUtime=2908.5 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 746877 0 0 0 290496 354 0 0 20 0 1 0 161545794 8947847168 1650920 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1650920 2895 2900 0 2181047 0
Current children cumulated CPU time: 2908.5 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6603680 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=835571] ppid=835568 vsize=8738132 memory=6605596 CPUtime=2968.22 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 748290 0 0 0 296468 354 0 0 20 0 1 0 161545794 8947847168 1651399 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1651399 2895 2900 0 2181047 0
Current children cumulated CPU time: 2968.22 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6605596 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=835571] ppid=835568 vsize=8738132 memory=6609772 CPUtime=3027.91 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 748965 0 0 0 302436 355 0 0 20 0 1 0 161545794 8947847168 1652443 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1652443 2895 2900 0 2181047 0
Current children cumulated CPU time: 3027.91 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6609772 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=835571] ppid=835568 vsize=8738132 memory=6613752 CPUtime=3087.59 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 749843 0 0 0 308404 355 0 0 20 0 1 0 161545794 8947847168 1653438 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1653438 2895 2900 0 2181047 0
Current children cumulated CPU time: 3087.59 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6613752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/260 837396
/proc/meminfo: memFree=101594844/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=8738132 memory=6613752 CPUtime=3147.27 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 750217 0 0 0 314372 355 0 0 20 0 1 0 161545794 8947847168 1653438 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1653438 2895 2900 0 2181047 0
Current children cumulated CPU time: 3147.27 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6613752 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=835571] ppid=835568 vsize=8738132 memory=6613752 CPUtime=3207.01 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 751066 0 0 0 320345 356 0 0 20 0 1 0 161545794 8947847168 1653438 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2184533 1653438 2895 2900 0 2181047 0
Current children cumulated CPU time: 3207.01 s
Current children cumulated vsize: 8738132 KiB
Current children cumulated memory: 6613752 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=835571] ppid=835568 vsize=8799732 memory=6613756 CPUtime=3266.7 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 751744 0 0 0 326314 356 0 0 20 0 1 0 161545794 9010925568 1653439 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2199933 1653439 2895 2900 0 2196447 0
Current children cumulated CPU time: 3266.7 s
Current children cumulated vsize: 8799732 KiB
Current children cumulated memory: 6613756 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=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3326.39 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 752778 0 0 0 332282 357 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3326.39 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 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=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3386.06 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 753457 0 0 0 338249 357 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3386.06 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 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=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3445.73 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 754298 0 0 0 344216 357 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3445.73 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 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=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3505.42 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 754973 0 0 0 350184 358 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3505.42 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 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=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3565.11 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 755501 0 0 0 356153 358 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3565.11 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 837537
/proc/meminfo: memFree=101587592/131524600 swapFree=131071996/131071996
[pid=835571] ppid=835568 vsize=8861332 memory=6613760 CPUtime=3600.03 cores=1,3
/proc/835571/stat : 835571 (ipbhs_static_sc) R 835568 835571 833542 0 -1 4194304 756078 0 0 0 359645 358 0 0 20 0 1 0 161545794 9074003968 1653440 134679101440 4194304 16068861 140723764257824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 37519360 140723764261926 140723764262013 140723764262013 140723764269028 0
/proc/835571/statm: 2215333 1653440 2895 2900 0 2211847 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 8861332 KiB
Current children cumulated memory: 6613760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.45 s, system=3.61188 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): 3617.43
CPU time (s): 3600.07
CPU user time (s): 3596.45
CPU system time (s): 3.61188
CPU usage (%): 99.52
Max. virtual memory (cumulated for all children) (KiB): 8861332
Max. memory (cumulated for all children) (KiB): 6618064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.45
system time used= 3.61188
maximum resident set size= 6618064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756078
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= 44
involuntary context switches= 1249


# summary of solver processes directly reported to runsolver:
#   pid: 835571
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.45
#   total CPU system time (s): 3.61188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.86853 second user time and 16.9888 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 03:36:28
IDJOB=4431849
IDBENCH=147555
IDSOLVER=3057
FILE ID=nodeC031/4431849-1721093775
RUNJOBID= nodeC031-1721090178-833554
SLURM_JOB_ID= 7505583
Free space on /tmp= 889908 MiB

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

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
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		: 3692.774
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		: 3670.580
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		: 3620.125
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		: 3600.205
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		: 3663.582
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		: 3651.968
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		: 3692.043
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		: 3639.677
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:        127683596 kB
MemAvailable:   129409768 kB
Buffers:          369240 kB
Cached:          2179848 kB
SwapCached:            0 kB
Active:           698280 kB
Inactive:        2521220 kB
Active(anon):       1516 kB
Inactive(anon):   706284 kB
Active(file):     696764 kB
Inactive(file):  1814936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             70728 kB
Writeback:             0 kB
AnonPages:        668084 kB
Mapped:           116756 kB
Shmem:             37720 kB
KReclaimable:     108240 kB
Slab:             215548 kB
SReclaimable:     108240 kB
SUnreclaim:       107308 kB
KernelStack:        3984 kB
PageTables:        10604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1103572 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= 889808 MiB
End job on nodeC031 at 2024-07-16 04:36:46