Trace number 4432012

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.01 3612.7

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j1207_5.std.opb
MD5SUM58b69e9a96bb9e80c29d595afb46d459
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 benchmark132
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234036
Number of constraints which are clauses232836
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (62240 MiB free)
  memory of node 1: 64510 MiB (63104 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=836216, runsolver pid=836213
Current StackSize limit: 8192 KiB


[startup+0.100785 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128344184/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=37708 memory=12756 CPUtime=0.09 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 3257 0 0 0 9 0 0 0 20 0 1 0 163896553 38612992 3189 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 9427 3189 1023 2900 0 5941 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37708 KiB
Current children cumulated memory: 12756 KiB

[startup+0.209528 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128340516/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=41868 memory=16164 CPUtime=0.2 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 4140 0 0 0 19 1 0 0 20 0 1 0 163896553 42872832 4041 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 10467 4041 1023 2900 0 6981 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41868 KiB
Current children cumulated memory: 16164 KiB

[startup+0.309262 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128335216/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=48340 memory=20512 CPUtime=0.3 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 5247 0 0 0 28 2 0 0 20 0 1 0 163896553 49500160 5128 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 12085 5128 1023 2900 0 8599 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 48340 KiB
Current children cumulated memory: 20512 KiB

[startup+0.700312 s]
/proc/loadavg: 4.11 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128324792/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=67696 memory=42608 CPUtime=0.68 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 10129 0 0 0 63 5 0 0 20 0 1 0 163896553 69320704 10652 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 16924 10652 1135 2900 0 13438 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 67696 KiB
Current children cumulated memory: 42608 KiB

[startup+1.50033 s]
/proc/loadavg: 4.11 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128289200/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=227652 memory=206588 CPUtime=1.48 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 46368 0 0 0 111 37 0 0 20 0 1 0 163896553 233115648 51647 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 56913 51647 2383 2900 0 53427 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 227652 KiB
Current children cumulated memory: 206588 KiB

[startup+3.11243 s]
/proc/loadavg: 4.10 4.17 4.18 5/243 836217
/proc/meminfo: memFree=128016964/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=362072 memory=325460 CPUtime=3.08 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 75897 0 0 0 264 44 0 0 20 0 1 0 163896553 370761728 81365 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 90518 81365 2671 2900 0 87032 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 362072 KiB
Current children cumulated memory: 325460 KiB

[startup+6.30024 s]
/proc/loadavg: 4.10 4.17 4.18 5/243 836219
/proc/meminfo: memFree=128013320/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=362072 memory=325812 CPUtime=6.26 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 75971 0 0 0 579 47 0 0 20 0 1 0 163896553 370761728 81453 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 90518 81453 2703 2900 0 87032 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 362072 KiB
Current children cumulated memory: 325812 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.16 4.18 5/245 836223
/proc/meminfo: memFree=127994192/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=362072 memory=326340 CPUtime=12.65 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 76066 0 0 0 1213 52 0 0 20 0 1 0 163896553 370761728 81585 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 90518 81585 2703 2900 0 87032 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 362072 KiB
Current children cumulated memory: 326340 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.17 4.18 5/245 836226
/proc/meminfo: memFree=127978824/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=369252 memory=332360 CPUtime=25.4 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 76553 0 0 0 2481 59 0 0 20 0 1 0 163896553 378114048 83090 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 92313 83090 2703 2900 0 88827 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 369252 KiB
Current children cumulated memory: 332360 KiB

[startup+51.1127 s]
/proc/loadavg: 4.09 4.16 4.18 5/245 836321
/proc/meminfo: memFree=127713072/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=380928 memory=335448 CPUtime=50.93 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 77394 0 0 0 5019 74 0 0 20 0 1 0 163896553 390070272 83862 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 95232 83862 2703 2900 0 91746 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 380928 KiB
Current children cumulated memory: 335448 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/245 836328
/proc/meminfo: memFree=127678916/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=380928 memory=345484 CPUtime=101.96 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 77529 0 0 0 10093 103 0 0 20 0 1 0 163896553 390070272 86371 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 95232 86371 2703 2900 0 91746 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 380928 KiB
Current children cumulated memory: 345484 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/245 836339
/proc/meminfo: memFree=127644512/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=399896 memory=357464 CPUtime=161.76 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78074 0 0 0 16045 131 0 0 20 0 1 0 163896553 409493504 89366 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 99974 89366 2703 2900 0 96488 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 399896 KiB
Current children cumulated memory: 357464 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/245 836395
/proc/meminfo: memFree=127574820/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=399896 memory=363164 CPUtime=221.57 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78125 0 0 0 21996 161 0 0 20 0 1 0 163896553 409493504 90791 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 99974 90791 2703 2900 0 96488 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 399896 KiB
Current children cumulated memory: 363164 KiB

[startup+282.3 s]
/proc/loadavg: 4.27 4.17 4.18 6/245 836589
/proc/meminfo: memFree=127392508/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=399896 memory=381268 CPUtime=281.38 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78211 0 0 0 27954 184 0 0 20 0 1 0 163896553 409493504 95317 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 99974 95317 2703 2900 0 96488 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 399896 KiB
Current children cumulated memory: 381268 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.17 4.18 6/242 836600
/proc/meminfo: memFree=127371872/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=430716 memory=393572 CPUtime=341.17 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78376 0 0 0 33913 204 0 0 20 0 1 0 163896553 441053184 98393 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 107679 98393 2703 2900 0 104193 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 430716 KiB
Current children cumulated memory: 393572 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.15 4.17 6/243 836611
/proc/meminfo: memFree=127339076/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=430716 memory=404060 CPUtime=400.96 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78450 0 0 0 39872 224 0 0 20 0 1 0 163896553 441053184 101015 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 107679 101015 2703 2900 0 104193 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 430716 KiB
Current children cumulated memory: 404060 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.14 4.17 6/243 836666
/proc/meminfo: memFree=127267112/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=430716 memory=404060 CPUtime=460.74 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 78520 0 0 0 45820 254 0 0 20 0 1 0 163896553 441053184 101015 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 107679 101015 2703 2900 0 104193 0

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

Current children cumulated memory: 484604 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.13 4.13 6/245 839735
/proc/meminfo: memFree=126759796/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=2911.96 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83293 0 0 0 290004 1192 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 2911.96 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.12 4.13 6/245 839746
/proc/meminfo: memFree=126759716/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=2971.78 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83354 0 0 0 295965 1213 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 2971.78 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.11 4.12 6/245 839758
/proc/meminfo: memFree=126741828/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3031.59 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83430 0 0 0 301928 1231 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3031.59 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.12 6/243 839779
/proc/meminfo: memFree=126701060/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3091.41 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83539 0 0 0 307893 1248 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3091.41 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.11 6/243 839790
/proc/meminfo: memFree=126700544/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3151.21 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83599 0 0 0 313851 1270 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3151.21 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.12 4.12 6/242 839800
/proc/meminfo: memFree=126700020/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3210.99 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83646 0 0 0 319806 1293 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3210.99 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.10 4.10 6/242 839811
/proc/meminfo: memFree=126665516/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3270.77 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83776 0 0 0 325766 1311 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3270.77 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.12 4.11 6/242 839822
/proc/meminfo: memFree=126632412/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3330.57 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83853 0 0 0 331732 1325 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3330.57 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.11 6/242 839832
/proc/meminfo: memFree=126604672/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3390.35 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 83915 0 0 0 337693 1342 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3390.35 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.10 6/242 839842
/proc/meminfo: memFree=126577696/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3450.13 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 84009 0 0 0 343652 1361 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3450.13 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.10 6/242 839852
/proc/meminfo: memFree=126577040/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3509.92 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 84087 0 0 0 349613 1379 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3509.92 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/242 839863
/proc/meminfo: memFree=126573660/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=484604 CPUtime=3569.71 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 84172 0 0 0 355576 1395 0 0 20 0 1 0 163896553 575684608 121151 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121151 2703 2900 0 137062 0
Current children cumulated CPU time: 3569.71 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 484604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.11 4.11 4.09 6/245 839873
/proc/meminfo: memFree=126568540/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=486652 CPUtime=3600 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 84237 0 0 0 358596 1404 0 0 20 0 1 0 163896553 575684608 121663 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121663 2703 2900 0 137062 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 486652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.96 s, system=14.0504 s

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

[startup+3612.7 s]
/proc/loadavg: 4.11 4.11 4.09 6/245 839873
/proc/meminfo: memFree=126568540/131655788 swapFree=131071996/131071996
[pid=836216] ppid=836213 vsize=562192 memory=486652 CPUtime=3600 cores=0,2
/proc/836216/stat : 836216 (ipbhs_static_sc) R 836213 836216 833747 0 -1 4194304 84237 0 0 0 358596 1404 0 0 20 0 1 0 163896553 575684608 121663 134679101440 4194304 16068861 140729861453856 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 56094720 140729861461030 140729861461117 140729861461117 140729861468132 0
/proc/836216/statm: 140548 121663 2703 2900 0 137062 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 562192 KiB
Current children cumulated memory: 486652 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.7
CPU time (s): 3600.01
CPU user time (s): 3585.96
CPU system time (s): 14.0504
CPU usage (%): 99.6488
Max. virtual memory (cumulated for all children) (KiB): 562192
Max. memory (cumulated for all children) (KiB): 486652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.96
system time used= 14.0504
maximum resident set size= 486652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84237
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= 81
involuntary context switches= 25196


# summary of solver processes directly reported to runsolver:
#   pid: 836216
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3585.96
#   total CPU system time (s): 14.0504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6183 second user time and 34.508 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 10:10:11
IDJOB=4432012
IDBENCH=149087
IDSOLVER=3057
FILE ID=nodeC007/4432012-1721117398
RUNJOBID= nodeC007-1721113771-833757
SLURM_JOB_ID= 7505647
Free space on /tmp= 723616 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j1207_5.std.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432012-1721117398/watcher-4432012-1721117398 -o /tmp/evaluation-result-4432012-1721117398/solver-4432012-1721117398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721113771-833757 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432012-1721117398.opb

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

MD5SUM BENCH= 58b69e9a96bb9e80c29d595afb46d459
RANDOM SEED=741367406

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128353280 kB
MemAvailable:   129742920 kB
Buffers:          402400 kB
Cached:          1816908 kB
SwapCached:            0 kB
Active:           712144 kB
Inactive:        2038220 kB
Active(anon):       1460 kB
Inactive(anon):   567308 kB
Active(file):     710684 kB
Inactive(file):  1470912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            225288 kB
Writeback:             0 kB
AnonPages:        531088 kB
Mapped:           139168 kB
Shmem:             37704 kB
KReclaimable:      96152 kB
Slab:             192748 kB
SReclaimable:      96152 kB
SUnreclaim:        96596 kB
KernelStack:        3904 kB
PageTables:        10284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     848564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723552 MiB
End job on nodeC007 at 2024-07-16 11:10:24