Trace number 4506922

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 NameAnswerCPU timeWall clock time
Exact_no_db_no_ls 2025-06-19? (TO) 3602.03 3613.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
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: 63837 MiB (61502 MiB free)
  memory of node 1: 64465 MiB (63682 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4506922-1751165180/watcher-4506922-1751165180 -o /tmp/evaluation-result-4506922-1751165180/solver-4506922-1751165180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751157586-17410 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=719112754 --ls=0 --inp-dombreaklim=0 HOME/instance-4506922-1751165180.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=19373, runsolver pid=19370

[startup+0.100071 s]*
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128185988/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=52688 memory=29224 CPUtime=0.1 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 7048 0 0 0 9 1 0 0 20 0 1 0 32197142 53952512 7306 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 13172 7306 1024 1200 0 11652 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52688 KiB
Current children cumulated memory: 29224 KiB

[startup+0.213125 s]*
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128182208/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=59660 memory=36980 CPUtime=0.21 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 9204 0 0 0 19 2 0 0 20 0 1 0 32197142 61091840 9245 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 14915 9245 1024 1200 0 13395 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 59660 KiB
Current children cumulated memory: 36980 KiB

[startup+0.312944 s]*
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128178176/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=61968 memory=39540 CPUtime=0.31 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 9809 0 0 0 29 2 0 0 20 0 1 0 32197142 63455232 9885 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 15492 9885 1056 1200 0 13972 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 61968 KiB
Current children cumulated memory: 39540 KiB

[startup+0.700349 s]
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128162300/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=85260 memory=61852 CPUtime=0.69 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 15207 0 0 0 65 4 0 0 20 0 1 0 32197142 87306240 15463 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 21315 15463 1216 1200 0 19795 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 85260 KiB
Current children cumulated memory: 61852 KiB

[startup+1.50033 s]
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128154236/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=85992 memory=65664 CPUtime=1.48 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 15617 0 0 0 144 4 0 0 20 0 1 0 32197142 88055808 16416 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 21498 16416 1248 1200 0 19978 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85992 KiB
Current children cumulated memory: 65664 KiB

[startup+3.11257 s]
/proc/loadavg: 4.19 4.15 4.15 5/250 19374
/proc/meminfo: memFree=128142076/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=91712 memory=78016 CPUtime=3.09 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 17196 0 0 0 304 5 0 0 20 0 1 0 32197142 93913088 19504 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 22928 19504 1248 1200 0 21408 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 91712 KiB
Current children cumulated memory: 78016 KiB

[startup+6.30027 s]
/proc/loadavg: 4.17 4.14 4.15 4/248 19394
/proc/meminfo: memFree=129658164/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=113288 memory=97212 CPUtime=6.27 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 20165 0 0 0 621 6 0 0 20 0 1 0 32197142 116006912 24303 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 28322 24303 1248 1200 0 26802 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 113288 KiB
Current children cumulated memory: 97212 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.14 4.15 5/250 19419
/proc/meminfo: memFree=129582500/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=141888 memory=117068 CPUtime=12.64 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 22489 0 0 0 1256 8 0 0 20 0 1 0 32197142 145293312 29267 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 35472 29267 1248 1200 0 33952 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 141888 KiB
Current children cumulated memory: 117068 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.13 4.14 5/250 19419
/proc/meminfo: memFree=129530172/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=152156 memory=133048 CPUtime=25.41 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 24950 0 0 0 2531 10 0 0 20 0 1 0 32197142 155807744 33262 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 38039 33262 1248 1200 0 36519 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 152156 KiB
Current children cumulated memory: 133048 KiB

[startup+51.1128 s]
/proc/loadavg: 4.15 4.14 4.14 5/250 19419
/proc/meminfo: memFree=129470404/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=160168 memory=141112 CPUtime=50.94 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 26984 0 0 0 5082 12 0 0 20 0 1 0 32197142 164012032 35278 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 40042 35278 1248 1200 0 38522 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 160168 KiB
Current children cumulated memory: 141112 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.12 4.13 5/251 19422
/proc/meminfo: memFree=129421760/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=178052 memory=161300 CPUtime=101.97 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 31546 0 0 0 10176 21 0 0 20 0 1 0 32197142 182325248 40325 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 44513 40325 1248 1200 0 42993 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 178052 KiB
Current children cumulated memory: 161300 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/251 19424
/proc/meminfo: memFree=129361448/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=193824 memory=180804 CPUtime=161.79 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 35412 0 0 0 16149 30 0 0 20 0 1 0 32197142 198475776 45201 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 48456 45201 1248 1200 0 46936 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 193824 KiB
Current children cumulated memory: 180804 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/251 19426
/proc/meminfo: memFree=129214052/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=241708 memory=195636 CPUtime=221.6 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 38040 0 0 0 22121 39 0 0 20 0 1 0 32197142 247508992 48909 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 60427 48909 1248 1200 0 58907 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 241708 KiB
Current children cumulated memory: 195636 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/251 19429
/proc/meminfo: memFree=129159004/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=249008 memory=202420 CPUtime=281.41 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 39769 0 0 0 28094 47 0 0 20 0 1 0 32197142 254984192 50605 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 62252 50605 1248 1200 0 60732 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 249008 KiB
Current children cumulated memory: 202420 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.12 5/251 19431
/proc/meminfo: memFree=129140492/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=254060 memory=207412 CPUtime=341.23 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 41051 0 0 0 34070 53 0 0 20 0 1 0 32197142 260157440 51853 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 63515 51853 1248 1200 0 61995 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 254060 KiB
Current children cumulated memory: 207412 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/250 19433
/proc/meminfo: memFree=129145116/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=260308 memory=213684 CPUtime=401.05 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 42628 0 0 0 40050 55 0 0 20 0 1 0 32197142 266555392 53421 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 65077 53421 1248 1200 0 63557 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 260308 KiB
Current children cumulated memory: 213684 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.12 4.12 5/250 19435
/proc/meminfo: memFree=129106792/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=265828 memory=219444 CPUtime=460.86 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 44088 0 0 0 46015 71 0 0 20 0 1 0 32197142 272207872 54861 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0

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

[startup+3102.3 s]
/proc/loadavg: 4.65 4.26 4.14 5/251 19573
/proc/meminfo: memFree=128343544/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=436872 memory=396424 CPUtime=3092.43 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 70748 0 0 0 308937 306 0 0 20 0 1 0 32197142 447356928 99106 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 109218 99106 1248 1200 0 107698 0
Current children cumulated CPU time: 3092.43 s
Current children cumulated vsize: 436872 KiB
Current children cumulated memory: 396424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.48 4.30 4.17 5/251 19575
/proc/meminfo: memFree=128338756/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=438036 memory=397576 CPUtime=3152.25 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 71161 0 0 0 314915 310 0 0 20 0 1 0 32197142 448548864 99394 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 109509 99394 1248 1200 0 107989 0
Current children cumulated CPU time: 3152.25 s
Current children cumulated vsize: 438036 KiB
Current children cumulated memory: 397576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.26 4.16 5/251 19577
/proc/meminfo: memFree=128339100/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=439060 memory=398600 CPUtime=3212.08 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 71444 0 0 0 320897 311 0 0 20 0 1 0 32197142 449597440 99650 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 109765 99650 1248 1200 0 108245 0
Current children cumulated CPU time: 3212.08 s
Current children cumulated vsize: 439060 KiB
Current children cumulated memory: 398600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.24 4.16 5/247 19587
/proc/meminfo: memFree=128901068/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=444952 memory=404388 CPUtime=3271.91 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 72408 0 0 0 326869 322 0 0 20 0 1 0 32197142 455630848 101097 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111238 101097 1248 1200 0 109718 0
Current children cumulated CPU time: 3271.91 s
Current children cumulated vsize: 444952 KiB
Current children cumulated memory: 404388 KiB

[startup+3342.3 s]
/proc/loadavg: 3.48 4.02 4.09 4/244 19611
/proc/meminfo: memFree=128888252/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=444952 memory=404388 CPUtime=3331.73 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 72546 0 0 0 332851 322 0 0 20 0 1 0 32197142 455630848 101097 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111238 101097 1248 1200 0 109718 0
Current children cumulated CPU time: 3331.73 s
Current children cumulated vsize: 444952 KiB
Current children cumulated memory: 404388 KiB

[startup+3402.3 s]
/proc/loadavg: 2.72 3.71 3.98 3/238 19644
/proc/meminfo: memFree=129402096/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=444952 memory=404388 CPUtime=3391.57 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 72553 0 0 0 338824 333 0 0 20 0 1 0 32197142 455630848 101097 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111238 101097 1248 1200 0 109718 0
Current children cumulated CPU time: 3391.57 s
Current children cumulated vsize: 444952 KiB
Current children cumulated memory: 404388 KiB

[startup+3462.3 s]
/proc/loadavg: 2.32 3.41 3.86 3/238 19646
/proc/meminfo: memFree=129402348/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=444952 memory=404388 CPUtime=3451.4 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 72687 0 0 0 344807 333 0 0 20 0 1 0 32197142 455630848 101097 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111238 101097 1248 1200 0 109718 0
Current children cumulated CPU time: 3451.4 s
Current children cumulated vsize: 444952 KiB
Current children cumulated memory: 404388 KiB

[startup+3522.3 s]
/proc/loadavg: 2.16 3.17 3.74 3/238 19648
/proc/meminfo: memFree=129406228/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=444952 memory=404388 CPUtime=3511.25 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 72703 0 0 0 350782 343 0 0 20 0 1 0 32197142 455630848 101097 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111238 101097 1248 1200 0 109718 0
Current children cumulated CPU time: 3511.25 s
Current children cumulated vsize: 444952 KiB
Current children cumulated memory: 404388 KiB

[startup+3582.3 s]
/proc/loadavg: 2.09 2.97 3.63 3/238 19653
/proc/meminfo: memFree=129407216/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=446372 memory=405924 CPUtime=3571.1 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73183 0 0 0 356766 344 0 0 20 0 1 0 32197142 457084928 101481 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 111593 101481 1248 1200 0 110073 0
Current children cumulated CPU time: 3571.1 s
Current children cumulated vsize: 446372 KiB
Current children cumulated memory: 405924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 2.14 2.89 3.59 3/238 19654
/proc/meminfo: memFree=129407124/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=448944 memory=408484 CPUtime=3600.02 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73828 0 0 0 359651 351 0 0 20 0 1 0 32197142 459718656 102121 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 112236 102121 1248 1200 0 110716 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 448944 KiB
Current children cumulated memory: 408484 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3613.3 s]
# the end of solver process 19373 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.51 s, system=3.52586 s

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

[startup+3612 s]*
/proc/loadavg: 2.14 2.89 3.59 3/238 19654
/proc/meminfo: memFree=129407124/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=448944 memory=408484 CPUtime=3600.73 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73828 0 0 0 359722 351 0 0 20 0 1 0 32197142 459718656 102121 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 112236 102121 1248 1200 0 110716 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 448944 KiB
Current children cumulated memory: 408484 KiB

[startup+3612.8 s]
/proc/loadavg: 2.14 2.89 3.59 3/238 19654
/proc/meminfo: memFree=129407124/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=448944 memory=408484 CPUtime=3601.52 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73828 0 0 0 359800 352 0 0 20 0 1 0 32197142 459718656 102121 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 112236 102121 1248 1200 0 110716 0
Current children cumulated CPU time: 3601.52 s
Current children cumulated vsize: 448944 KiB
Current children cumulated memory: 408484 KiB

[startup+3613.2 s]
/proc/loadavg: 2.14 2.89 3.59 3/238 19654
/proc/meminfo: memFree=129407124/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=448944 memory=408484 CPUtime=3601.92 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73828 0 0 0 359840 352 0 0 20 0 1 0 32197142 459718656 102121 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 112236 102121 1248 1200 0 110716 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 448944 KiB
Current children cumulated memory: 408484 KiB

[startup+3613.3 s]
/proc/loadavg: 2.14 2.89 3.59 3/238 19654
/proc/meminfo: memFree=129407124/131382120 swapFree=33010684/33010684
[pid=19373] ppid=19370 vsize=448944 memory=408484 CPUtime=3602.02 cores=1,3
/proc/19373/stat : 19373 (Exact) R 19370 19373 17398 0 -1 4194304 73828 0 0 0 359850 352 0 0 20 0 1 0 32197142 459718656 102121 18446744073709551615 4198400 9112445 140734553678768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 16281600 140734553680169 140734553680365 140734553680365 140734553685967 0
/proc/19373/statm: 112236 102121 1248 1200 0 110716 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 448944 KiB
Current children cumulated memory: 408484 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.3
CPU time (s): 3602.03
CPU user time (s): 3598.51
CPU system time (s): 3.52586
CPU usage (%): 99.6881
Max. virtual memory (cumulated for all children) (KiB): 448944
Max. memory (cumulated for all children) (KiB): 408484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.51
system time used= 3.52585
maximum resident set size= 408484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73828
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= 106
involuntary context switches= 2709


# summary of solver processes directly reported to runsolver:
#   pid: 19373
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3598.51
#   total CPU system time (s): 3.52586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6976 second user time and 33.0202 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 04:46:20
IDJOB=4506922
IDBENCH=158309
IDSOLVER=3318
FILE ID=nodeC008/4506922-1751165180
RUNJOBID= nodeC008-1751157586-17410
SLURM_JOB_ID= 9587487
Free space on /tmp= 432988 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=0 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4506922-1751165180/watcher-4506922-1751165180 -o /tmp/evaluation-result-4506922-1751165180/solver-4506922-1751165180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751157586-17410 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=719112754 --ls=0 --inp-dombreaklim=0 HOME/instance-4506922-1751165180.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=719112754

nodeC008 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3662.355
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3492.502
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.312
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.207
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3662.313
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3664.239
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.945
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128189768 kB
MemAvailable:   127845300 kB
Buffers:            3280 kB
Cached:           467492 kB
SwapCached:            0 kB
Active:          2392176 kB
Inactive:         269344 kB
Active(anon):    2208704 kB
Inactive(anon):        0 kB
Active(file):     183472 kB
Inactive(file):   269344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8344 kB
Writeback:             0 kB
AnonPages:       2193880 kB
Mapped:           117780 kB
Shmem:             17956 kB
KReclaimable:      84684 kB
Slab:             163084 kB
SReclaimable:      84684 kB
SUnreclaim:        78400 kB
KernelStack:        3996 kB
PageTables:         7252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2772140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1775616 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC008 at 2025-06-29 05:46:34