Trace number 4454424

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
pb-oll-rs 2024-07-19Signal 1029.17 1045.08

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
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 benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c RoundingSat 2
0.00/0.00	c branch 
0.00/0.00	c commit 
0.00/0.00	c [STEP] parsing instance
8.47/8.56	c [STEP] solving
8.47/8.56	c #variables 5121998 #constraints 14000
8.66/8.71	c SMALL=int, LARGE=long long
8.86/8.99	c bounds - >= 0 @ 7.99183
8.86/8.99	c stratification level: 120331
49.76/49.99	c bounds 7375484 >= 0 @ 27.3347
49.76/49.99	c stratification level: 119767
1025.32/1028.31	terminate called after throwing an instance of 'rs::OutOfMemoryException'

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454424-1721472788/watcher-4454424-1721472788 -o /tmp/evaluation-result-4454424-1721472788/solver-4454424-1721472788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721471663-1051930 --watchdog 3760 pb-oll-rs HOME/instance-4454424-1721472788.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
Current StackSize limit: 8192 KiB

solver pid=1052842, runsolver pid=1052839

[startup+0.100094 s]*
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=126903924/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=431876 memory=397920 CPUtime=0.1 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 924 0 0 0 3 7 0 0 20 0 1 0 199435978 442241024 99480 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 107969 99480 1130 291 0 99503 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 431876 KiB
Current children cumulated memory: 397920 KiB

[startup+0.213534 s]*
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=126716368/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=723972 memory=613944 CPUtime=0.22 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 5841 0 0 0 10 12 0 0 20 0 1 0 199435978 741347328 153420 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 180993 153486 1130 291 0 172527 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 723972 KiB
Current children cumulated memory: 613944 KiB

[startup+0.313296 s]*
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=126578648/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=806208 memory=737192 CPUtime=0.31 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 26439 0 0 0 17 14 0 0 20 0 1 0 199435978 825556992 184298 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 201552 184298 1130 291 0 193086 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 806208 KiB
Current children cumulated memory: 737192 KiB

[startup+0.700347 s]
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=126320076/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=1248380 memory=1206140 CPUtime=0.68 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 89058 0 0 0 40 28 0 0 20 0 1 0 199435978 1278341120 301535 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 312095 301535 1130 291 0 303629 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1248380 KiB
Current children cumulated memory: 1206140 KiB

[startup+1.50032 s]
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=125809908/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=1898560 memory=1661048 CPUtime=1.49 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 95508 0 0 0 97 52 0 0 20 0 1 0 199435978 1944125440 415262 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 474640 415262 1130 291 0 466174 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1898560 KiB
Current children cumulated memory: 1661048 KiB

[startup+3.11279 s]
/proc/loadavg: 4.08 4.07 3.35 5/245 1052843
/proc/meminfo: memFree=126020404/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=1340036 memory=1289400 CPUtime=3.09 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 108025 0 0 0 254 55 0 0 20 0 1 0 199435978 1372196864 322350 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 335009 322350 1146 291 0 326543 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1340036 KiB
Current children cumulated memory: 1289400 KiB

[startup+6.30029 s]
/proc/loadavg: 4.23 4.10 3.36 5/245 1052843
/proc/meminfo: memFree=125780184/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=1644044 memory=1535920 CPUtime=6.27 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 141346 0 0 0 561 66 0 0 20 0 1 0 199435978 1683501056 383980 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 411011 383980 1146 291 0 402545 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1644044 KiB
Current children cumulated memory: 1535920 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.11 3.37 5/245 1052845
/proc/meminfo: memFree=125467472/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=1833924 memory=1763724 CPUtime=12.65 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 163753 0 0 0 1094 171 0 0 20 0 1 0 199435978 1877938176 440931 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 458481 440931 1289 291 0 450015 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1833924 KiB
Current children cumulated memory: 1763724 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.16 3.40 5/245 1052846
/proc/meminfo: memFree=125073356/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=2222436 memory=2129704 CPUtime=25.41 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 166254 0 0 0 1586 955 0 0 20 0 1 0 199435978 2275774464 532426 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 555609 532426 1321 291 0 547143 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2222436 KiB
Current children cumulated memory: 2129704 KiB

[startup+51.113 s]
/proc/loadavg: 4.76 4.26 3.45 5/245 1052852
/proc/meminfo: memFree=124686352/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=2631332 memory=2467844 CPUtime=50.96 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 192892 0 0 0 2811 2285 0 0 20 0 1 0 199435978 2694483968 616961 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 657833 616961 1321 291 0 649367 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2631332 KiB
Current children cumulated memory: 2467844 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.23 3.49 5/245 1052861
/proc/meminfo: memFree=123137952/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=4081148 memory=3976756 CPUtime=102 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 632986 0 0 0 6969 3231 0 0 20 0 1 0 199435978 4179095552 994189 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 1020287 994189 1321 291 0 1011821 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 4081148 KiB
Current children cumulated memory: 3976756 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 4.20 3.53 5/245 1053254
/proc/meminfo: memFree=120427292/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=7023576 memory=6485792 CPUtime=161.82 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 960852 0 0 0 12876 3306 0 0 20 0 1 0 199435978 7192141824 1621448 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 1755894 1621448 1321 291 0 1747428 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 7023576 KiB
Current children cumulated memory: 6485792 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.20 3.57 5/243 1053264
/proc/meminfo: memFree=117961836/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=9991384 memory=8854040 CPUtime=221.65 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 1311307 0 0 0 18791 3374 0 0 20 0 1 0 199435978 10231177216 2213510 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 2497846 2213510 1321 291 0 2489380 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 9991384 KiB
Current children cumulated memory: 8854040 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.17 3.61 5/242 1053275
/proc/meminfo: memFree=116233856/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=10896100 memory=10575732 CPUtime=281.48 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 1532318 0 0 0 24728 3420 0 0 20 0 1 0 199435978 11157606400 2643933 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 2724025 2643933 1321 291 0 2715559 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 10896100 KiB
Current children cumulated memory: 10575732 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.16 3.64 5/244 1053455
/proc/meminfo: memFree=113120928/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=15438224 memory=13400908 CPUtime=341.31 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2045612 0 0 0 30437 3694 0 0 20 0 1 0 199435978 15808741376 3350227 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 3859556 3350227 1321 291 0 3851090 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 15438224 KiB
Current children cumulated memory: 13400908 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.17 3.68 5/244 1053465
/proc/meminfo: memFree=111288444/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=16440268 memory=15258124 CPUtime=401.14 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2297831 0 0 0 36136 3978 0 0 20 0 1 0 199435978 16834834432 3814531 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 4110067 3814531 1321 291 0 4101601 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 16440268 KiB
Current children cumulated memory: 15258124 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.15 3.71 5/244 1053489
/proc/meminfo: memFree=110722860/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=16440560 memory=15627468 CPUtime=460.97 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2301886 0 0 0 42098 3999 0 0 20 0 1 0 199435978 16835133440 3906867 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 4110140 3906867 1321 291 0 4101674 0

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

/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2466571 0 0 0 48042 4037 0 0 20 0 1 0 199435978 17519656960 4138625 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 4277260 4138625 1321 291 0 4268794 0
Current children cumulated CPU time: 520.79 s
Current children cumulated vsize: 17109040 KiB
Current children cumulated memory: 16554500 KiB

[startup+582.3 s]
/proc/loadavg: 4.18 4.15 3.77 5/243 1053509
/proc/meminfo: memFree=109527896/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=17110140 memory=16805432 CPUtime=580.62 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2470012 0 0 0 54007 4055 0 0 20 0 1 0 199435978 17520783360 4201358 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 4277535 4201358 1321 291 0 4269069 0
Current children cumulated CPU time: 580.62 s
Current children cumulated vsize: 17110140 KiB
Current children cumulated memory: 16805432 KiB

[startup+642.3 s]
/proc/loadavg: 4.19 4.16 3.80 5/243 1053519
/proc/meminfo: memFree=109181560/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=21067464 memory=17065528 CPUtime=640.45 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 2472922 0 0 0 59974 4071 0 0 20 0 1 0 199435978 21573083136 4266382 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 5266866 4266382 1321 291 0 5258400 0
Current children cumulated CPU time: 640.45 s
Current children cumulated vsize: 21067464 KiB
Current children cumulated memory: 17065528 KiB

[startup+702.3 s]
/proc/loadavg: 4.18 4.16 3.83 5/242 1053532
/proc/meminfo: memFree=106495996/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=23448744 memory=19694648 CPUtime=700.27 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3055244 0 0 0 65863 4164 0 0 20 0 1 0 199435978 24011513856 4923662 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 5862186 4923662 1321 291 0 5853720 0
Current children cumulated CPU time: 700.27 s
Current children cumulated vsize: 23448744 KiB
Current children cumulated memory: 19694648 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.14 3.84 5/241 1053542
/proc/meminfo: memFree=106102196/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=23448744 memory=19944504 CPUtime=760.09 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3057818 0 0 0 71830 4179 0 0 20 0 1 0 199435978 24011513856 4986126 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 5862186 4986126 1321 291 0 5853720 0
Current children cumulated CPU time: 760.09 s
Current children cumulated vsize: 23448744 KiB
Current children cumulated memory: 19944504 KiB

[startup+822.3 s]
/proc/loadavg: 4.20 4.17 3.88 5/241 1053552
/proc/meminfo: memFree=104539348/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=24747436 memory=21503300 CPUtime=819.92 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3380514 0 0 0 77754 4238 0 0 20 0 1 0 199435978 25341374464 5375825 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 6186859 5375825 1321 291 0 6178393 0
Current children cumulated CPU time: 819.92 s
Current children cumulated vsize: 24747436 KiB
Current children cumulated memory: 21503300 KiB

[startup+882.3 s]
/proc/loadavg: 4.20 4.17 3.90 5/242 1053564
/proc/meminfo: memFree=104003984/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=24749824 memory=22032836 CPUtime=879.75 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3392399 0 0 0 83050 4925 0 0 20 0 1 0 199435978 25343819776 5508209 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 6187456 5508209 1321 291 0 6178990 0
Current children cumulated CPU time: 879.75 s
Current children cumulated vsize: 24749824 KiB
Current children cumulated memory: 22032836 KiB

[startup+942.3 s]
/proc/loadavg: 4.24 4.18 3.92 5/242 1053574
/proc/meminfo: memFree=102780384/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=24819196 memory=23284584 CPUtime=939.57 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3417223 0 0 0 88966 4991 0 0 20 0 1 0 199435978 25414856704 5821146 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 6204799 5821146 1321 291 0 6196333 0
Current children cumulated CPU time: 939.57 s
Current children cumulated vsize: 24819196 KiB
Current children cumulated memory: 23284584 KiB

[startup+1002.3 s]
/proc/loadavg: 4.20 4.18 3.94 5/242 1053584
/proc/meminfo: memFree=101299580/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=25019000 memory=24530580 CPUtime=999.39 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 3473893 0 0 0 94746 5193 0 0 20 0 1 0 199435978 25619456000 6132645 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 6254750 6132645 1321 291 0 6246284 0
Current children cumulated CPU time: 999.39 s
Current children cumulated vsize: 25019000 KiB
Current children cumulated memory: 24530580 KiB

[startup+1045.08 s]
# the end of solver process 1052842 was just reported to runsolver
# Child ended because it received signal 6 (SIGABRT)
Child dumped core

# cumulated CPU time of all completed processes:  user=971.444 s, system=57.7218 s

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

[startup+1024 s]*
/proc/loadavg: 4.14 4.17 3.94 5/242 1053588
/proc/meminfo: memFree=97574140/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=28409580 memory=28248356 CPUtime=1021.04 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) R 1052839 1052842 1051920 0 -1 4194304 4302834 0 0 0 96745 5359 0 0 20 0 1 0 199435978 29091409920 7062089 134679101440 4194304 5384485 140725158356192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 7102395 7062089 1321 291 0 7093929 0
Current children cumulated CPU time: 1021.04 s
Current children cumulated vsize: 28409580 KiB
Current children cumulated memory: 28248356 KiB

[startup+1036.8 s]
/proc/loadavg: 4.19 4.17 3.95 4/246 1053596
/proc/meminfo: memFree=94194644/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=28409580 memory=28285220 CPUtime=1028.07 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) S 1052839 1052842 1051920 0 -1 4195840 4303476 0 0 0 97144 5663 0 0 20 0 1 0 199435978 29091409920 7071305 134679101440 4194304 5384485 140725158356192 140725158351808 140659357565823 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 7102395 7071305 1321 291 0 7093929 0
Current children cumulated CPU time: 1028.07 s
Current children cumulated vsize: 28409580 KiB
Current children cumulated memory: 28285220 KiB

[startup+1040 s]*
/proc/loadavg: 4.25 4.19 3.95 4/246 1053598
/proc/meminfo: memFree=94194516/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=28409580 memory=28285220 CPUtime=1028.07 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) S 1052839 1052842 1051920 0 -1 4195840 4303476 0 0 0 97144 5663 0 0 20 0 1 0 199435978 29091409920 7071305 134679101440 4194304 5384485 140725158356192 140725158351808 140659357565823 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 7102395 7071305 1321 291 0 7093929 0
Current children cumulated CPU time: 1028.07 s
Current children cumulated vsize: 28409580 KiB
Current children cumulated memory: 28285220 KiB

[startup+1043.2 s]
/proc/loadavg: 4.25 4.19 3.95 4/246 1053598
/proc/meminfo: memFree=94194460/131655788 swapFree=131071996/131071996
[pid=1052842] ppid=1052839 vsize=28409580 memory=28285220 CPUtime=1028.07 cores=0,2
/proc/1052842/stat : 1052842 (pb-oll-rs) S 1052839 1052842 1051920 0 -1 4195840 4303476 0 0 0 97144 5663 0 0 20 0 1 0 199435978 29091409920 7071305 134679101440 4194304 5384485 140725158356192 140725158351808 140659357565823 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 5674704 5678696 7770112 140725158360085 140725158360162 140725158360162 140725158367179 0
/proc/1052842/statm: 7102395 7071305 1321 291 0 7093929 0
Current children cumulated CPU time: 1028.07 s
Current children cumulated vsize: 28409580 KiB
Current children cumulated memory: 28285220 KiB

[startup+1044 s]*
/proc/loadavg: 4.25 4.19 3.95 5/246 1053598
/proc/meminfo: memFree=97640400/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1044.8 s]
/proc/loadavg: 4.25 4.19 3.95 5/246 1053598
/proc/meminfo: memFree=97640400/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1045 s]*
/proc/loadavg: 4.47 4.24 3.97 6/248 1053606
/proc/meminfo: memFree=115061576/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 6 (SIGABRT)
Child dumped core

Real time (s): 1045.08
CPU time (s): 1029.17
CPU user time (s): 971.444
CPU system time (s): 57.7218
CPU usage (%): 98.4768
Max. virtual memory (cumulated for all children) (KiB): 28447360
Max. memory (cumulated for all children) (KiB): 28322848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 971.444
system time used= 57.7218
maximum resident set size= 28322848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4303476
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= 85
involuntary context switches= 7055


# summary of solver processes directly reported to runsolver:
#   pid: 1052842
#   total CPU time (s): 1029.17
#   total CPU user time (s): 971.444
#   total CPU system time (s): 57.7218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.10895 second user time and 9.95185 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-20 12:53:23
IDJOB=4454424
IDBENCH=148739
IDSOLVER=3082
FILE ID=nodeC012/4454424-1721472788
RUNJOBID= nodeC012-1721471663-1051930
SLURM_JOB_ID= 7545738
Free space on /tmp= 723520 MiB

SOLVER NAME= pb-oll-rs 2024-07-19
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= pb-oll-rs BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454424-1721472788/watcher-4454424-1721472788 -o /tmp/evaluation-result-4454424-1721472788/solver-4454424-1721472788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721471663-1051930 --watchdog 3760  pb-oll-rs HOME/instance-4454424-1721472788.opb

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
RANDOM SEED=1533351787

nodeC012.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		: 3595.419
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	: 6984.37
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		: 3661.805
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.32
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.593
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	: 6984.37
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.590
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.32
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		: 3568.202
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	: 6984.37
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		: 3652.537
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.32
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.964
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	: 6984.37
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		: 1198.079
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127298920 kB
MemAvailable:   129103996 kB
Buffers:          560644 kB
Cached:          2085256 kB
SwapCached:            0 kB
Active:          1136080 kB
Inactive:        2655848 kB
Active(anon):       1440 kB
Inactive(anon):  1190516 kB
Active(file):    1134640 kB
Inactive(file):  1465332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            257400 kB
Writeback:             0 kB
AnonPages:       1142268 kB
Mapped:           111532 kB
Shmem:             45896 kB
KReclaimable:      90268 kB
Slab:             192892 kB
SReclaimable:      90268 kB
SUnreclaim:       102624 kB
KernelStack:        3936 kB
PageTables:        11712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1504364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62400 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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:      312136 kB
DirectMap2M:    33146880 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723516 MiB
End job on nodeC012 at 2024-07-20 13:10:48