Trace number 4431899

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.09 3609.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMb97b9bf3767749854a32fccedb37d823
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark4.63488
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
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

1.19/1.26	c initialize IPBHS solver
1.19/1.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
1.19/1.26	c optimizer = "scip"
1.19/1.26	c pbsolver = "roundingsat"
1.19/1.26	c load symmetries from file ""
1.19/1.26	c set time limit for symmetry computation to 100 seconds.
1.19/1.26	c set interchangeable summation variable limit to 3
1.19/1.26	c set abs symmetric core budget per WCE-iteration to 100
1.19/1.26	c set rel symmetric core budget per WCE-iteration to 0
1.19/1.26	c set lit symmetric core budget per WCE-iteration to 0
1.19/1.26	c set sym generation to 's'
1.19/1.26	c set abstraction set creation to 10 iterations without LB change
1.19/1.26	c set abstraction set inputs to 0
1.19/1.26	c set abstraction set cluster min size to 2
1.19/1.26	c set abstraction set cluster max size to 100000000
1.19/1.26	c set abstraction set cluster activation limit to 2
1.19/1.26	c enable abstraction set require equal cost
1.19/1.26	c set abstraction set assumptions to 0
1.19/1.26	c set abstraction set constraint type to 0
1.19/1.26	c set abstract core extraction strategy to b
1.19/1.26	c set core extraction strategy to 2
1.19/1.26	c set core extraction shuffles 10
1.19/1.26	c set cores per iteration to 5
1.19/1.26	c set optimizer bound usage strategy to 2
1.19/1.26	c set optimizer max non-optimal iterations to 1000
1.19/1.26	c set small core cardinality limit to 2
1.19/1.26	c set max coef in cores to 1000000000
1.19/1.26	c set SIS iterations to 5
1.19/1.26	c set SIS budget abs to 1000
1.19/1.26	c set SIS budget rel to 0.05
1.19/1.26	c limit for coefficient in constraints and objective to 9223372036854775807
1.19/1.26	c will solve HOME/instance-4431899-1721056023.opb
1.19/1.26	c [0.05] solve iteration 1, LB=-3212, UB=368568
5.58/5.66	c [4.39] solve iteration 2, LB=938, UB=971
8.97/9.05	c [7.58] solve iteration 3, LB=938, UB=963
10.67/10.77	c [9.43] solve iteration 4, LB=938, UB=963
13.56/13.65	c [11.98] solve iteration 5, LB=938, UB=963
15.55/15.68	c [13.87] solve iteration 6, LB=938, UB=959
71.12/71.32	c [66.87] solve iteration 7, LB=938, UB=950
76.51/76.71	c [71.89] solve iteration 8, LB=938, UB=950
80.40/80.63	c [76.08] solve iteration 9, LB=938, UB=950
83.48/83.75	c [79.05] solve iteration 10, LB=938, UB=950
87.58/87.85	c [83.12] solve iteration 11, LB=938, UB=950
223.35/223.93	c [215.94] solve iteration 12, LB=938, UB=950
229.14/229.78	c [221.76] solve iteration 13, LB=938, UB=950
235.21/235.88	c [227.82] solve iteration 14, LB=938, UB=950
241.30/241.95	c [233.85] solve iteration 15, LB=938, UB=950
247.08/247.76	c [239.69] solve iteration 16, LB=938, UB=950
517.31/518.64	c [505.77] solve iteration 17, LB=938, UB=950
526.38/527.76	c [514.94] solve iteration 18, LB=938, UB=950
535.57/536.95	c [524.02] solve iteration 19, LB=938, UB=950
548.73/550.16	c [536.72] solve iteration 20, LB=938, UB=950
558.31/559.71	c [546.5] solve iteration 21, LB=938, UB=950
883.00/885.26	c [868.2] solve iteration 22, LB=938, UB=950
898.26/900.50	c [883.25] solve iteration 23, LB=938, UB=950
913.72/916.03	c [898.63] solve iteration 24, LB=938, UB=950
924.99/927.31	c [909.89] solve iteration 25, LB=938, UB=950
936.66/939.03	c [921.56] solve iteration 26, LB=938, UB=950
1385.22/1388.78	c [1366.13] solve iteration 27, LB=938, UB=950
1404.28/1407.83	c [1384.9] solve iteration 28, LB=938, UB=950
1417.14/1420.75	c [1398.05] solve iteration 29, LB=938, UB=950
1436.40/1440.00	c [1416.64] solve iteration 30, LB=938, UB=950
1444.08/1447.70	c [1424.66] solve iteration 31, LB=938, UB=950
1844.56/1849.28	c [1822.42] solve iteration 32, LB=938, UB=950
1857.83/1862.54	c [1835.61] solve iteration 33, LB=938, UB=950
1871.10/1875.87	c [1849.03] solve iteration 34, LB=938, UB=950
1889.75/1894.53	c [1867.53] solve iteration 35, LB=938, UB=950
1902.53/1907.33	c [1880.17] solve iteration 36, LB=938, UB=950
2621.90/2628.58	c [2594.74] solve iteration 37, LB=938, UB=950
2639.74/2646.45	c [2612.79] solve iteration 38, LB=938, UB=950
2649.72/2656.47	c [2622.66] solve iteration 39, LB=938, UB=950
2667.38/2674.13	c [2640.12] solve iteration 40, LB=938, UB=950
2685.83/2692.61	c [2658.29] solve iteration 41, LB=938, UB=950
3504.90/3513.82	c [3473.28] solve iteration 42, LB=938, UB=950
3516.18/3525.12	c [3484.52] solve iteration 43, LB=938, UB=950
3536.53/3545.59	c [3504.83] solve iteration 44, LB=938, UB=950
3565.74/3574.82	c [3533.98] solve iteration 45, LB=938, UB=950
3594.47/3603.60	c [3562.69] solve iteration 46, LB=938, UB=950

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431899-1721056023/watcher-4431899-1721056023 -o /tmp/evaluation-result-4431899-1721056023/solver-4431899-1721056023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721056035-834627 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431899-1721056023.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100088 s]*
/proc/loadavg: 2.38 3.57 3.91 5/258 834736
/proc/meminfo: memFree=125303244/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=63000 memory=44016 CPUtime=0.1 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 9103 0 0 0 7 3 0 0 20 0 1 0 157764146 64512000 11004 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 15750 11004 2383 2900 0 12264 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63000 KiB
Current children cumulated memory: 44016 KiB

[startup+0.20545 s]*
/proc/loadavg: 2.38 3.57 3.91 5/258 834736
/proc/meminfo: memFree=125265620/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=104988 memory=74672 CPUtime=0.2 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 16069 0 0 0 16 4 0 0 20 0 1 0 157764146 107507712 18668 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 26247 18668 2703 2900 0 22761 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 104988 KiB
Current children cumulated memory: 74672 KiB

[startup+0.339148 s]*
/proc/loadavg: 2.38 3.57 3.91 6/258 834736
/proc/meminfo: memFree=125223436/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=140576 memory=104828 CPUtime=0.33 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 23588 0 0 0 28 5 0 0 20 0 1 0 157764146 143949824 26207 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 35144 26207 2719 2900 0 31658 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 140576 KiB
Current children cumulated memory: 104828 KiB

[startup+0.700185 s]
/proc/loadavg: 2.38 3.57 3.91 5/258 834736
/proc/meminfo: memFree=125192384/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=154904 memory=119096 CPUtime=0.69 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 27453 0 0 0 63 6 0 0 20 0 1 0 157764146 158621696 29774 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 38726 29774 2863 2900 0 35240 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 154904 KiB
Current children cumulated memory: 119096 KiB

[startup+1.50021 s]
/proc/loadavg: 2.38 3.57 3.91 5/258 834736
/proc/meminfo: memFree=125138264/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=169580 memory=127664 CPUtime=1.49 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 38685 0 0 0 141 8 0 0 20 0 1 0 157764146 173649920 31916 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 42395 31916 2879 2900 0 38909 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 169580 KiB
Current children cumulated memory: 127664 KiB

[startup+3.10542 s]
/proc/loadavg: 2.38 3.57 3.91 5/258 834736
/proc/meminfo: memFree=125012892/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=242124 memory=191144 CPUtime=3.09 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 55462 0 0 0 299 10 0 0 20 0 1 0 157764146 247934976 47786 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 60531 47786 2879 2900 0 57045 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 242124 KiB
Current children cumulated memory: 191144 KiB

[startup+6.30019 s]
/proc/loadavg: 2.59 3.60 3.91 6/258 834736
/proc/meminfo: memFree=124902392/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=257000 memory=226068 CPUtime=6.28 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 70487 0 0 0 610 18 0 0 20 0 1 0 157764146 263168000 56517 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 64250 56517 2943 2900 0 60764 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 257000 KiB
Current children cumulated memory: 226068 KiB

[startup+12.7002 s]
/proc/loadavg: 2.78 3.62 3.92 5/258 834738
/proc/meminfo: memFree=124782676/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=248180 memory=227680 CPUtime=12.66 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 72627 0 0 0 1236 30 0 0 20 0 1 0 157764146 254136320 56920 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 62045 56920 2943 2900 0 58559 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 248180 KiB
Current children cumulated memory: 227680 KiB

[startup+25.5002 s]
/proc/loadavg: 3.27 3.69 3.94 6/258 834740
/proc/meminfo: memFree=124647740/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=274176 memory=250364 CPUtime=25.43 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 78169 0 0 0 2387 156 0 0 20 0 1 0 157764146 280756224 62591 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 68544 62591 2943 2900 0 65058 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 274176 KiB
Current children cumulated memory: 250364 KiB

[startup+51.1054 s]
/proc/loadavg: 3.65 3.75 3.95 5/258 834744
/proc/meminfo: memFree=124480572/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=313532 memory=291128 CPUtime=50.97 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 83771 0 0 0 4841 256 0 0 20 0 1 0 157764146 321056768 72782 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 78383 72782 2943 2900 0 74897 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 313532 KiB
Current children cumulated memory: 291128 KiB

[startup+102.3 s]
/proc/loadavg: 3.91 3.80 3.96 5/258 834753
/proc/meminfo: memFree=124220876/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=444240 memory=406424 CPUtime=102.04 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 111318 0 0 0 9842 362 0 0 20 0 1 0 157764146 454901760 101606 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 111060 101606 2943 2900 0 107574 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 444240 KiB
Current children cumulated memory: 406424 KiB

[startup+162.3 s]
/proc/loadavg: 4.01 3.86 3.97 6/258 834763
/proc/meminfo: memFree=124076176/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=494328 memory=432248 CPUtime=161.9 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 112205 0 0 0 15678 512 0 0 20 0 1 0 157764146 506191872 108062 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 123582 108062 2943 2900 0 120096 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 494328 KiB
Current children cumulated memory: 432248 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.90 3.98 5/261 834779
/proc/meminfo: memFree=123925268/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=499032 memory=457000 CPUtime=221.75 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 113340 0 0 0 21578 597 0 0 20 0 1 0 157764146 511008768 114250 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 124758 114250 2943 2900 0 121272 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 499032 KiB
Current children cumulated memory: 457000 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.94 3.99 5/261 834789
/proc/meminfo: memFree=123773984/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=616668 memory=564196 CPUtime=281.6 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 138107 0 0 0 27468 692 0 0 20 0 1 0 157764146 631468032 141049 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 154167 141049 2943 2900 0 150681 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 616668 KiB
Current children cumulated memory: 564196 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.98 4.01 5/257 834799
/proc/meminfo: memFree=123672828/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=620992 memory=585352 CPUtime=341.45 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 139926 0 0 0 33335 810 0 0 20 0 1 0 157764146 635895808 146338 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 155248 146338 2943 2900 0 151762 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 620992 KiB
Current children cumulated memory: 585352 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 3.99 4.00 5/257 834809
/proc/meminfo: memFree=123616732/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=707992 memory=604048 CPUtime=401.3 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 142067 0 0 0 39237 893 0 0 20 0 1 0 157764146 724983808 151012 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 176998 151012 2943 2900 0 173512 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 707992 KiB
Current children cumulated memory: 604048 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/257 834821
/proc/meminfo: memFree=123493696/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=714028 memory=624148 CPUtime=461.15 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 144076 0 0 0 45158 957 0 0 20 0 1 0 157764146 731164672 156037 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 178507 156037 2943 2900 0 175021 0

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

Current children cumulated memory: 1276652 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.19 4.16 5/257 835866
/proc/meminfo: memFree=121355908/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1447524 memory=1282796 CPUtime=2855.09 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 311584 0 0 0 282856 2653 0 0 20 0 1 0 157764146 1482264576 320699 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 361881 320699 2943 2900 0 358395 0
Current children cumulated CPU time: 2855.09 s
Current children cumulated vsize: 1447524 KiB
Current children cumulated memory: 1282796 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.19 4.16 5/257 836261
/proc/meminfo: memFree=121332540/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1447524 memory=1286892 CPUtime=2914.93 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 311971 0 0 0 288813 2680 0 0 20 0 1 0 157764146 1482264576 321723 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 361881 321723 2943 2900 0 358395 0
Current children cumulated CPU time: 2914.93 s
Current children cumulated vsize: 1447524 KiB
Current children cumulated memory: 1286892 KiB

[startup+2982.3 s]
/proc/loadavg: 4.18 4.18 4.16 5/257 836271
/proc/meminfo: memFree=121316056/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1447524 memory=1290988 CPUtime=2974.77 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 312356 0 0 0 294762 2715 0 0 20 0 1 0 157764146 1482264576 322747 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 361881 322747 2943 2900 0 358395 0
Current children cumulated CPU time: 2974.77 s
Current children cumulated vsize: 1447524 KiB
Current children cumulated memory: 1290988 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.19 4.17 5/257 836282
/proc/meminfo: memFree=121263908/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1483500 memory=1314104 CPUtime=3034.61 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 317546 0 0 0 300714 2747 0 0 20 0 1 0 157764146 1519104000 328526 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 370875 328526 2943 2900 0 367389 0
Current children cumulated CPU time: 3034.61 s
Current children cumulated vsize: 1483500 KiB
Current children cumulated memory: 1314104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.20 4.17 5/259 836462
/proc/meminfo: memFree=121115864/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1683716 memory=1425396 CPUtime=3094.46 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 344728 0 0 0 306661 2785 0 0 20 0 1 0 157764146 1724125184 356349 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 420929 356349 2943 2900 0 417443 0
Current children cumulated CPU time: 3094.46 s
Current children cumulated vsize: 1683716 KiB
Current children cumulated memory: 1425396 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.19 4.17 5/259 836472
/proc/meminfo: memFree=121090460/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1702660 memory=1443688 CPUtime=3154.3 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 348161 0 0 0 312616 2814 0 0 20 0 1 0 157764146 1743523840 360922 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 425665 360922 2943 2900 0 422179 0
Current children cumulated CPU time: 3154.3 s
Current children cumulated vsize: 1702660 KiB
Current children cumulated memory: 1443688 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.18 4.17 5/258 836486
/proc/meminfo: memFree=121065388/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1707016 memory=1454640 CPUtime=3214.14 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 349910 0 0 0 318574 2840 0 0 20 0 1 0 157764146 1747984384 363660 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 426754 363660 2943 2900 0 423268 0
Current children cumulated CPU time: 3214.14 s
Current children cumulated vsize: 1707016 KiB
Current children cumulated memory: 1454640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.16 4.17 6/258 836507
/proc/meminfo: memFree=121042720/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1709832 memory=1464336 CPUtime=3273.99 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 351289 0 0 0 324527 2872 0 0 20 0 1 0 157764146 1750867968 366084 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 427458 366084 2943 2900 0 423972 0
Current children cumulated CPU time: 3273.99 s
Current children cumulated vsize: 1709832 KiB
Current children cumulated memory: 1464336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.15 4.16 5/259 836520
/proc/meminfo: memFree=121003712/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1713416 memory=1474412 CPUtime=3333.84 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 352707 0 0 0 330488 2896 0 0 20 0 1 0 157764146 1754537984 368603 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 428354 368603 2943 2900 0 424868 0
Current children cumulated CPU time: 3333.84 s
Current children cumulated vsize: 1713416 KiB
Current children cumulated memory: 1474412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/258 836530
/proc/meminfo: memFree=120975776/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1717000 memory=1481628 CPUtime=3393.68 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 353916 0 0 0 336436 2932 0 0 20 0 1 0 157764146 1758208000 370407 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 429250 370407 2943 2900 0 425764 0
Current children cumulated CPU time: 3393.68 s
Current children cumulated vsize: 1717000 KiB
Current children cumulated memory: 1481628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/258 836543
/proc/meminfo: memFree=120955240/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1720328 memory=1488620 CPUtime=3453.53 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 355128 0 0 0 342390 2963 0 0 20 0 1 0 157764146 1761615872 372155 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 430082 372155 2943 2900 0 426596 0
Current children cumulated CPU time: 3453.53 s
Current children cumulated vsize: 1720328 KiB
Current children cumulated memory: 1488620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/256 836553
/proc/meminfo: memFree=120916228/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1746496 memory=1513404 CPUtime=3513.38 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 364305 0 0 0 348350 2988 0 0 20 0 1 0 157764146 1788411904 378351 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 436624 378351 2943 2900 0 433138 0
Current children cumulated CPU time: 3513.38 s
Current children cumulated vsize: 1746496 KiB
Current children cumulated memory: 1513404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/256 836563
/proc/meminfo: memFree=120894708/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1751976 memory=1519008 CPUtime=3573.23 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 376772 0 0 0 354314 3009 0 0 20 0 1 0 157764146 1794023424 379752 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 437994 379752 2943 2900 0 434508 0
Current children cumulated CPU time: 3573.23 s
Current children cumulated vsize: 1751976 KiB
Current children cumulated memory: 1519008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.08 4.12 4.14 6/256 836569
/proc/meminfo: memFree=120871176/131524600 swapFree=131071996/131071996
[pid=834735] ppid=834732 vsize=1756984 memory=1523436 CPUtime=3600.06 cores=4,6
/proc/834735/stat : 834735 (ipbhs_static_sc) R 834732 834735 811579 0 -1 4194304 381576 0 0 0 356988 3018 0 0 20 0 1 0 157764146 1799151616 380859 134679101440 4194304 16068861 140723120742528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 54988800 140723120747558 140723120747645 140723120747645 140723120754660 0
/proc/834735/statm: 439246 380859 2943 2900 0 435760 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1756984 KiB
Current children cumulated memory: 1523436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3569.88 s, system=30.2073 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.22
CPU time (s): 3600.09
CPU user time (s): 3569.88
CPU system time (s): 30.2073
CPU usage (%): 99.747
Max. virtual memory (cumulated for all children) (KiB): 1765252
Max. memory (cumulated for all children) (KiB): 1533016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.88
system time used= 30.2073
maximum resident set size= 1533016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381576
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= 84
involuntary context switches= 4063


# summary of solver processes directly reported to runsolver:
#   pid: 834735
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3569.88
#   total CPU system time (s): 30.2073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03268 second user time and 15.9784 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-15 17:07:15
IDJOB=4431899
IDBENCH=146652
IDSOLVER=3057
FILE ID=nodeC017/4431899-1721056023
RUNJOBID= nodeC017-1721056035-834627
SLURM_JOB_ID= 7505469
Free space on /tmp= 889924 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431899-1721056023/watcher-4431899-1721056023 -o /tmp/evaluation-result-4431899-1721056023/solver-4431899-1721056023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721056035-834627 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431899-1721056023.opb

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

MD5SUM BENCH= b97b9bf3767749854a32fccedb37d823
RANDOM SEED=639944360

nodeC017.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		: 3674.609
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.46
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		: 3687.689
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.99
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.223
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.738
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.99
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		: 3677.956
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.46
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		: 3687.693
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.99
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		: 3667.548
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.46
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		: 3599.753
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125336604 kB
MemAvailable:   129540128 kB
Buffers:          373392 kB
Cached:          4624452 kB
SwapCached:            0 kB
Active:           796812 kB
Inactive:        4708796 kB
Active(anon):       1500 kB
Inactive(anon):   544000 kB
Active(file):     795312 kB
Inactive(file):  4164796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            219376 kB
Writeback:            16 kB
AnonPages:        507872 kB
Mapped:           138272 kB
Shmem:             37720 kB
KReclaimable:     166128 kB
Slab:             278548 kB
SReclaimable:     166128 kB
SUnreclaim:       112420 kB
KernelStack:        4132 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     844400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      215764 kB
DirectMap2M:    24723456 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 889872 MiB
End job on nodeC017 at 2024-07-15 18:07:25