Trace number 4432011

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.05 3608.4

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j12051_4.std.opb
MD5SUMce5fda4b250413a1cb40a57b098d0841
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 benchmark218
Best CPU time to get the best result obtained on this benchmark3600.14
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 constraints256145
Number of constraints which are clauses254945
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 constraint95
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 (61906 MiB free)
  memory of node 1: 64510 MiB (63128 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=836320, runsolver pid=836317

[startup+0.100097 s]*
/proc/loadavg: 4.10 4.16 4.18 5/245 836321
/proc/meminfo: memFree=128024368/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=41340 memory=15400 CPUtime=0.1 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 3914 0 0 0 10 0 0 0 20 0 1 0 163901088 42332160 3850 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 10335 3850 1023 2900 0 6849 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41340 KiB
Current children cumulated memory: 15400 KiB

[startup+0.210661 s]*
/proc/loadavg: 4.10 4.16 4.18 5/245 836321
/proc/meminfo: memFree=128019788/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=48076 memory=21508 CPUtime=0.21 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 4950 0 0 0 20 1 0 0 20 0 1 0 163901088 49229824 5377 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 12019 5377 1023 2900 0 8533 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48076 KiB
Current children cumulated memory: 21508 KiB

[startup+0.310589 s]*
/proc/loadavg: 4.10 4.16 4.18 5/245 836321
/proc/meminfo: memFree=128013936/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=51560 memory=25468 CPUtime=0.31 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 5935 0 0 0 30 1 0 0 20 0 1 0 163901088 52797440 6367 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 12890 6367 1023 2900 0 9404 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 51560 KiB
Current children cumulated memory: 25468 KiB

[startup+0.700298 s]
/proc/loadavg: 4.10 4.16 4.18 5/245 836321
/proc/meminfo: memFree=128003612/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=77252 memory=55616 CPUtime=0.69 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 12398 0 0 0 62 7 0 0 20 0 1 0 163901088 79106048 13904 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 19313 13904 1135 2900 0 15827 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 77252 KiB
Current children cumulated memory: 55616 KiB

[startup+1.50032 s]
/proc/loadavg: 4.10 4.16 4.18 5/245 836321
/proc/meminfo: memFree=127979280/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=318844 memory=289712 CPUtime=1.48 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 67440 0 0 0 111 37 0 0 20 0 1 0 163901088 326496256 72428 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 79711 72428 2639 2900 0 76225 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 318844 KiB
Current children cumulated memory: 289712 KiB

[startup+3.11316 s]
/proc/loadavg: 4.09 4.16 4.18 5/245 836321
/proc/meminfo: memFree=127711864/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=364664 memory=328540 CPUtime=3.1 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 77112 0 0 0 267 43 0 0 20 0 1 0 163901088 373415936 82135 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 91166 82135 2703 2900 0 87680 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 364664 KiB
Current children cumulated memory: 328540 KiB

[startup+6.30026 s]
/proc/loadavg: 4.09 4.16 4.18 5/245 836321
/proc/meminfo: memFree=127712696/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=364664 memory=329040 CPUtime=6.27 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 77283 0 0 0 582 45 0 0 20 0 1 0 163901088 373415936 82260 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 91166 82260 2703 2900 0 87680 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 364664 KiB
Current children cumulated memory: 329040 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.15 4.17 5/245 836322
/proc/meminfo: memFree=127712952/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=364664 memory=329548 CPUtime=12.66 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 77433 0 0 0 1217 49 0 0 20 0 1 0 163901088 373415936 82387 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 91166 82387 2703 2900 0 87680 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 364664 KiB
Current children cumulated memory: 329548 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.16 4.18 5/245 836324
/proc/meminfo: memFree=127710152/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=371844 memory=333068 CPUtime=25.43 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 77753 0 0 0 2486 57 0 0 20 0 1 0 163901088 380768256 83267 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 92961 83267 2703 2900 0 89475 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 371844 KiB
Current children cumulated memory: 333068 KiB

[startup+51.1127 s]
/proc/loadavg: 4.09 4.15 4.17 5/245 836328
/proc/meminfo: memFree=127683676/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=371844 memory=337164 CPUtime=50.98 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 77769 0 0 0 5028 70 0 0 20 0 1 0 163901088 380768256 84291 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 92961 84291 2703 2900 0 89475 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 371844 KiB
Current children cumulated memory: 337164 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/245 836338
/proc/meminfo: memFree=127672212/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=383520 memory=340776 CPUtime=102.05 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78200 0 0 0 10111 94 0 0 20 0 1 0 163901088 392724480 85194 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 95880 85194 2703 2900 0 92394 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 383520 KiB
Current children cumulated memory: 340776 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/245 836348
/proc/meminfo: memFree=127634392/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=383520 memory=346920 CPUtime=161.91 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78210 0 0 0 16068 123 0 0 20 0 1 0 163901088 392724480 86730 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 95880 86730 2703 2900 0 92394 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 383520 KiB
Current children cumulated memory: 346920 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.16 4.17 5/245 836587
/proc/meminfo: memFree=127401792/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=383520 memory=348968 CPUtime=221.74 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78222 0 0 0 22027 147 0 0 20 0 1 0 163901088 392724480 87242 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 95880 87242 2703 2900 0 92394 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 383520 KiB
Current children cumulated memory: 348968 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.18 4.18 5/242 836598
/proc/meminfo: memFree=127384776/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=402488 memory=353024 CPUtime=281.58 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78751 0 0 0 27989 169 0 0 20 0 1 0 163901088 412147712 88256 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 100622 88256 2703 2900 0 97136 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 402488 KiB
Current children cumulated memory: 353024 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/243 836610
/proc/meminfo: memFree=127349676/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=402488 memory=361304 CPUtime=341.42 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78790 0 0 0 33955 187 0 0 20 0 1 0 163901088 412147712 90326 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 100622 90326 2703 2900 0 97136 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 402488 KiB
Current children cumulated memory: 361304 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/243 836665
/proc/meminfo: memFree=127267460/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=402488 memory=371040 CPUtime=401.27 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 78849 0 0 0 39921 206 0 0 20 0 1 0 163901088 412147712 92760 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 100622 92760 2703 2900 0 97136 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 402488 KiB
Current children cumulated memory: 371040 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/243 836675
/proc/meminfo: memFree=127239220/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=433308 memory=386324 CPUtime=461.11 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 79353 0 0 0 45882 229 0 0 20 0 1 0 163901088 443707392 96581 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0

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

Current children cumulated memory: 488256 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/245 839733
/proc/meminfo: memFree=126762608/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=2855.76 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84520 0 0 0 284707 869 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 2855.76 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/245 839744
/proc/meminfo: memFree=126759764/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=2915.59 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84593 0 0 0 290676 883 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 2915.59 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/245 839756
/proc/meminfo: memFree=126741868/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=2975.41 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84667 0 0 0 296643 898 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 2975.41 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/243 839777
/proc/meminfo: memFree=126703308/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3035.23 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84733 0 0 0 302608 915 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3035.23 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/243 839788
/proc/meminfo: memFree=126700616/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3095.05 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84807 0 0 0 308575 930 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3095.05 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/243 839798
/proc/meminfo: memFree=126699624/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3154.91 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84921 0 0 0 314550 941 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3154.91 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.10 4.11 5/242 839808
/proc/meminfo: memFree=126673804/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3214.79 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 84986 0 0 0 320523 956 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3214.79 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.11 5/242 839819
/proc/meminfo: memFree=126638616/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3274.65 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85044 0 0 0 326496 969 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3274.65 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.14 4.11 5/242 839830
/proc/meminfo: memFree=126610840/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3334.52 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85194 0 0 0 332468 984 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3334.52 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/242 839840
/proc/meminfo: memFree=126577768/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3394.39 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85254 0 0 0 338440 999 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3394.39 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/242 839850
/proc/meminfo: memFree=126576888/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3454.25 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85304 0 0 0 344408 1017 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3454.25 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/242 839861
/proc/meminfo: memFree=126575876/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3514.12 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85431 0 0 0 350377 1035 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3514.12 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839922
/proc/meminfo: memFree=126386720/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3573.99 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85497 0 0 0 356345 1054 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3573.99 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.07 4.09 4.09 5/245 839927
/proc/meminfo: memFree=126386572/131655788 swapFree=131071996/131071996
[pid=836320] ppid=836317 vsize=564784 memory=488256 CPUtime=3600.04 cores=5,7
/proc/836320/stat : 836320 (ipbhs_static_sc) R 836317 836320 833747 0 -1 4194304 85548 0 0 0 358943 1061 0 0 20 0 1 0 163901088 578338816 122064 134679101440 4194304 16068861 140732432619216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 28880896 140732432626726 140732432626813 140732432626813 140732432633828 0
/proc/836320/statm: 141196 122064 2703 2900 0 137710 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 564784 KiB
Current children cumulated memory: 488256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.43 s, system=10.6136 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): 3608.4
CPU time (s): 3600.05
CPU user time (s): 3589.43
CPU system time (s): 10.6136
CPU usage (%): 99.7684
Max. virtual memory (cumulated for all children) (KiB): 564784
Max. memory (cumulated for all children) (KiB): 488256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.43
system time used= 10.6136
maximum resident set size= 488256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85548
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= 77
involuntary context switches= 1161


# summary of solver processes directly reported to runsolver:
#   pid: 836320
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3589.43
#   total CPU system time (s): 10.6136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6837 second user time and 34.3826 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 10:10:57
IDJOB=4432011
IDBENCH=149353
IDSOLVER=3057
FILE ID=nodeC007/4432011-1721117444
RUNJOBID= nodeC007-1721113771-833760
SLURM_JOB_ID= 7505647
Free space on /tmp= 723608 MiB

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

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

MD5SUM BENCH= ce5fda4b250413a1cb40a57b098d0841
RANDOM SEED=897112130

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.203
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.154
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.141
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		: 3507.345
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.182
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.130
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:        128036096 kB
MemAvailable:   129434020 kB
Buffers:          402504 kB
Cached:          1824988 kB
SwapCached:            0 kB
Active:           718452 kB
Inactive:        2348532 kB
Active(anon):       1460 kB
Inactive(anon):   875784 kB
Active(file):     716992 kB
Inactive(file):  1472748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             61992 kB
Writeback:             0 kB
AnonPages:        839564 kB
Mapped:           138248 kB
Shmem:             37704 kB
KReclaimable:      96428 kB
Slab:             192936 kB
SReclaimable:      96428 kB
SUnreclaim:        96508 kB
KernelStack:        3936 kB
PageTables:        10940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1154992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 723548 MiB
End job on nodeC007 at 2024-07-16 11:11:05