Trace number 4506851

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_dombreaking 2025-06-16? (TO) 3602.04 3613.02

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K176.opb
MD5SUM98be46c5d9a37fa78efcf3182d546400
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark56.3156
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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 (63266 MiB free)
  memory of node 1: 64465 MiB (63949 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506851-1751180566/watcher-4506851-1751180566 -o /tmp/evaluation-result-4506851-1751180566/solver-4506851-1751180566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751180566-23462 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=254954761 --ls=360 --inp-dombreaklim=0 HOME/instance-4506851-1751180566.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=23517, runsolver pid=23506
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 0.78 1.73 2.46 6/252 23518
/proc/meminfo: memFree=130189532/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=61332 memory=37524 CPUtime=0.1 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 7945 0 0 0 6 4 0 0 20 0 1 0 33735845 62803968 9381 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 15333 9381 1024 1200 0 13813 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 61332 KiB
Current children cumulated memory: 37524 KiB

[startup+0.217743 s]*
/proc/loadavg: 0.78 1.73 2.46 6/252 23518
/proc/meminfo: memFree=130132516/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=68484 memory=46456 CPUtime=0.19 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 9670 0 0 0 15 4 0 0 20 0 1 0 33735845 70127616 11614 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 17121 11614 1024 1200 0 15601 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 68484 KiB
Current children cumulated memory: 46456 KiB

[startup+0.312541 s]*
/proc/loadavg: 0.78 1.73 2.46 5/252 23518
/proc/meminfo: memFree=130125460/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=75028 memory=52276 CPUtime=0.28 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 11070 0 0 0 24 4 0 0 20 0 1 0 33735845 76828672 13069 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 18757 13069 1024 1200 0 17237 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 75028 KiB
Current children cumulated memory: 52276 KiB

[startup+0.700326 s]
/proc/loadavg: 0.78 1.73 2.46 5/252 23518
/proc/meminfo: memFree=130117744/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=0.66 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12142 0 0 0 61 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+1.50028 s]
/proc/loadavg: 0.78 1.73 2.46 6/252 23518
/proc/meminfo: memFree=130117744/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=1.45 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12142 0 0 0 140 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+3.1127 s]
/proc/loadavg: 0.78 1.73 2.46 6/252 23518
/proc/meminfo: memFree=130118456/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=3.06 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12144 0 0 0 301 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+6.30027 s]
/proc/loadavg: 1.04 1.77 2.47 6/252 23518
/proc/meminfo: memFree=130118616/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=6.24 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12146 0 0 0 619 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+12.7003 s]
/proc/loadavg: 1.28 1.81 2.48 6/252 23518
/proc/meminfo: memFree=130118616/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=12.62 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12148 0 0 0 1257 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+25.5003 s]
/proc/loadavg: 1.88 1.92 2.51 6/252 23519
/proc/meminfo: memFree=130118616/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=25.38 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12150 0 0 0 2533 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+51.1128 s]
/proc/loadavg: 2.60 2.09 2.55 6/252 23519
/proc/meminfo: memFree=130089664/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=50.92 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12152 0 0 0 5087 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+102.3 s]
/proc/loadavg: 3.45 2.40 2.63 6/252 23521
/proc/meminfo: memFree=130066516/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=101.95 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12156 0 0 0 10190 5 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+162.3 s]
/proc/loadavg: 3.84 2.71 2.72 6/252 23523
/proc/meminfo: memFree=130085584/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=56500 CPUtime=161.78 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12158 0 0 0 16172 6 0 0 20 0 1 0 33735845 82460672 14125 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14125 1024 1200 0 18612 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 56500 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.97 2.82 6/250 23525
/proc/meminfo: memFree=130082976/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=59060 CPUtime=221.6 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12176 0 0 0 22154 6 0 0 20 0 1 0 33735845 82460672 14765 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14765 1024 1200 0 18612 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 59060 KiB

[startup+282.3 s]
/proc/loadavg: 4.01 3.16 2.89 6/250 23527
/proc/meminfo: memFree=130097200/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=59060 CPUtime=281.45 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12194 0 0 0 28139 6 0 0 20 0 1 0 33735845 82460672 14765 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14765 1024 1200 0 18612 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 59060 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.35 2.98 6/250 23529
/proc/meminfo: memFree=130113048/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=80528 memory=59060 CPUtime=341.3 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 12212 0 0 0 34124 6 0 0 20 0 1 0 33735845 82460672 14765 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 20132 14765 1024 1200 0 18612 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 59060 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.48 3.05 6/250 23534
/proc/meminfo: memFree=129568484/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=192232 memory=174692 CPUtime=401.13 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 32480 0 0 0 40094 19 0 0 20 0 1 0 33735845 196845568 43673 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 48058 43673 1248 1200 0 46538 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 192232 KiB
Current children cumulated memory: 174692 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.60 3.12 6/250 23536
/proc/meminfo: memFree=129316560/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=468168 memory=339356 CPUtime=460.97 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 44659 0 0 0 46063 34 0 0 20 0 1 0 33735845 479404032 84839 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 117042 84839 1248 1200 0 115522 0
Current children cumulated CPU time: 460.97 s

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

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.02 6/250 23662
/proc/meminfo: memFree=128271928/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=862960 memory=655992 CPUtime=3093.07 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 86896 0 0 0 309045 262 0 0 20 0 1 0 33735845 883671040 163998 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 215740 163998 1280 1200 0 214220 0
Current children cumulated CPU time: 3093.07 s
Current children cumulated vsize: 862960 KiB
Current children cumulated memory: 655992 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/251 23665
/proc/meminfo: memFree=128272924/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=862960 memory=655992 CPUtime=3152.87 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 86947 0 0 0 315015 272 0 0 20 0 1 0 33735845 883671040 163998 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 215740 163998 1280 1200 0 214220 0
Current children cumulated CPU time: 3152.87 s
Current children cumulated vsize: 862960 KiB
Current children cumulated memory: 655992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.10 4.03 6/250 23667
/proc/meminfo: memFree=128286528/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=863840 memory=656888 CPUtime=3212.66 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 87303 0 0 0 320993 273 0 0 20 0 1 0 33735845 884572160 164222 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 215960 164222 1280 1200 0 214440 0
Current children cumulated CPU time: 3212.66 s
Current children cumulated vsize: 863840 KiB
Current children cumulated memory: 656888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.03 6/250 23669
/proc/meminfo: memFree=128251964/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=866056 memory=659192 CPUtime=3272.46 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 88066 0 0 0 326973 273 0 0 20 0 1 0 33735845 886841344 164798 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 216514 164798 1280 1200 0 214994 0
Current children cumulated CPU time: 3272.46 s
Current children cumulated vsize: 866056 KiB
Current children cumulated memory: 659192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.08 4.02 6/250 23671
/proc/meminfo: memFree=128251908/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=867556 memory=660600 CPUtime=3332.26 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 88451 0 0 0 332941 285 0 0 20 0 1 0 33735845 888377344 165150 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 216889 165150 1280 1200 0 215369 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 867556 KiB
Current children cumulated memory: 660600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.03 6/251 23676
/proc/meminfo: memFree=128252036/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=867724 memory=660856 CPUtime=3392.04 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 88687 0 0 0 338919 285 0 0 20 0 1 0 33735845 888549376 165214 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 216931 165214 1280 1200 0 215411 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 867724 KiB
Current children cumulated memory: 660856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.03 6/251 23677
/proc/meminfo: memFree=128252852/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=868572 memory=661240 CPUtime=3451.84 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 88893 0 0 0 344892 292 0 0 20 0 1 0 33735845 889417728 165310 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 217143 165310 1280 1200 0 215623 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 868572 KiB
Current children cumulated memory: 661240 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.15 4.05 6/251 23695
/proc/meminfo: memFree=128244068/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3511.65 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 89896 0 0 0 350867 298 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3511.65 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.14 4.05 6/251 23697
/proc/meminfo: memFree=128237292/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3571.44 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90025 0 0 0 356846 298 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3571.44 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.16 4.14 4.06 3/239 23723
/proc/meminfo: memFree=129636352/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3600.05 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90080 0 0 0 359701 304 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.98 s, system=3.0613 s

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

[startup+3611.2 s]
/proc/loadavg: 4.16 4.14 4.06 3/239 23723
/proc/meminfo: memFree=129636352/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3600.23 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90080 0 0 0 359719 304 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

[startup+3612 s]*
/proc/loadavg: 4.16 4.14 4.06 5/247 23816
/proc/meminfo: memFree=129586700/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3601.03 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90080 0 0 0 359798 305 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3601.03 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

[startup+3612.8 s]
/proc/loadavg: 4.16 4.14 4.06 5/247 23816
/proc/meminfo: memFree=129586700/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3601.82 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90080 0 0 0 359877 305 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

[startup+3613 s]*
/proc/loadavg: 4.16 4.14 4.06 5/251 23834
/proc/meminfo: memFree=129552364/131382116 swapFree=33010684/33010684
[pid=23517] ppid=23506 vsize=874176 memory=667084 CPUtime=3602.03 cores=5,7
/proc/23517/stat : 23517 (Exact) R 23506 23517 23449 0 -1 4194304 90080 0 0 0 359898 305 0 0 20 0 1 0 33735845 895156224 166771 18446744073709551615 4198400 9112445 140734417058576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 34598912 140734417062183 140734417062381 140734417062381 140734417067983 0
/proc/23517/statm: 218544 166771 1280 1200 0 217024 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 874176 KiB
Current children cumulated memory: 667084 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.02
CPU time (s): 3602.04
CPU user time (s): 3598.98
CPU system time (s): 3.0613
CPU usage (%): 99.6963
Max. virtual memory (cumulated for all children) (KiB): 1119068
Max. memory (cumulated for all children) (KiB): 686068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.98
system time used= 3.0613
maximum resident set size= 901108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90080
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= 122
involuntary context switches= 2797


# summary of solver processes directly reported to runsolver:
#   pid: 23517
#   total CPU time (s): 3602.04
#   total CPU user time (s): 3598.98
#   total CPU system time (s): 3.0613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9495 second user time and 32.7268 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 09:02:47
IDJOB=4506851
IDBENCH=158302
IDSOLVER=3319
FILE ID=nodeC004/4506851-1751180566
RUNJOBID= nodeC004-1751180566-23462
SLURM_JOB_ID= 9587550
Free space on /tmp= 433056 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506851-1751180566/watcher-4506851-1751180566 -o /tmp/evaluation-result-4506851-1751180566/solver-4506851-1751180566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751180566-23462 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=254954761 --ls=360 --inp-dombreaklim=0 HOME/instance-4506851-1751180566.opb

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

MD5SUM BENCH= 98be46c5d9a37fa78efcf3182d546400
RANDOM SEED=254954761

nodeC004 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		: 1197.166
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.74
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		: 1197.161
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.74
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.157
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.74
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.215
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.74
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		: 1197.186
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.74
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		: 1197.222
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.74
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.445
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.74
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.181
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130290496 kB
MemAvailable:   129936108 kB
Buffers:            3280 kB
Cached:           456388 kB
SwapCached:            0 kB
Active:           317652 kB
Inactive:         208712 kB
Active(anon):      84676 kB
Inactive(anon):        0 kB
Active(file):     232976 kB
Inactive(file):   208712 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34800 kB
Writeback:            12 kB
AnonPages:         69772 kB
Mapped:           101864 kB
Shmem:             17976 kB
KReclaimable:      85416 kB
Slab:             167260 kB
SReclaimable:      85416 kB
SUnreclaim:        81844 kB
KernelStack:        3888 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC004 at 2025-06-29 10:03:00