Trace number 4545791

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
SynLSCD 2025-07-23? (TO) 3601.21 3610.07

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K159.opb
MD5SUM27d58ce279c297ab3aeba38d0412d1d9
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 benchmark2789.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18921
Total number of constraints19241
Number of constraints which are clauses19082
Number of constraints which are cardinality constraints (but not clauses)159
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint159
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 160
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

0.08/0.10	c #vars 18921 #constraints 19241 1.01691 1
0.08/0.10	c intsize: 8
0.67/0.80	c 19241 constraints
0.67/0.80	c Finish cloning data from SAT to LS
0.67/0.80	c restart_num_ls  -100000 0
182.69/183.28	c Use LS-small
182.69/183.28	restart_num  0 301
182.69/183.28	c LS-restart 90 83
667.15/668.96	c Use LS-small
667.15/668.96	restart_num  301 602
667.15/668.96	c LS-restart 80 95
667.15/668.96	c similarity no use LS 0.994662
1052.50/1055.25	restart_num  602 903
1052.50/1055.25	c LS-restart 80 8
1962.39/1967.32	c Use LS-small
1962.39/1967.32	restart_num  903 1204
1962.39/1967.32	c LS-restart 70 44
2741.10/2747.97	c Use LS-small
2741.10/2747.97	restart_num  1204 1505
2741.10/2747.97	c LS-restart 60 73
2741.10/2747.97	c similarity no use LS 0.990962
3600.73/3609.68	c Program interrupted by user.
3600.73/3609.68	s UNKNOWN

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: 63708 MiB (61261 MiB free)
  memory of node 1: 64465 MiB (59876 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545791-1753259788/watcher-4545791-1753259788 -o /tmp/evaluation-result-4545791-1753259788/solver-4545791-1753259788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753259701-156385 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545791-1753259788.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
Current StackSize limit: 8192 KiB

solver pid=156818, runsolver pid=156815

[startup+0.100063 s]*
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=124029668/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=107208 memory=36440 CPUtime=0.08 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 5620 0 0 0 7 1 0 0 20 0 1 0 241657486 109780992 9110 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 26802 9110 2272 595 0 11469 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 107208 KiB
Current children cumulated memory: 36440 KiB

[startup+0.205541 s]*
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=124029668/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=112060 memory=41304 CPUtime=0.18 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 6863 0 0 0 17 1 0 0 20 0 1 0 241657486 114749440 10294 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 28015 10294 2304 595 0 12682 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 112060 KiB
Current children cumulated memory: 41304 KiB

[startup+0.305448 s]*
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=124009696/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=139144 memory=65144 CPUtime=0.29 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 13051 0 0 0 27 2 0 0 20 0 1 0 241657486 142483456 16286 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 34786 16286 2464 595 0 19453 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 139144 KiB
Current children cumulated memory: 65144 KiB

[startup+0.700159 s]
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=124009444/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=139144 memory=66296 CPUtime=0.67 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 13327 0 0 0 65 2 0 0 20 0 1 0 241657486 142483456 16574 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 34786 16574 2464 595 0 19453 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 139144 KiB
Current children cumulated memory: 66296 KiB

[startup+1.50017 s]
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=123985796/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=177216 memory=103544 CPUtime=1.47 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 22628 0 0 0 138 9 0 0 20 0 1 0 241657486 181469184 25886 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 44304 25886 2496 595 0 28971 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 177216 KiB
Current children cumulated memory: 103544 KiB

[startup+3.10527 s]
/proc/loadavg: 3.46 1.22 0.49 5/264 156819
/proc/meminfo: memFree=124002468/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=177216 memory=103672 CPUtime=3.08 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 22636 0 0 0 286 22 0 0 20 0 1 0 241657486 181469184 25918 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 44304 25918 2496 595 0 28971 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 177216 KiB
Current children cumulated memory: 103672 KiB

[startup+6.30016 s]
/proc/loadavg: 3.50 1.27 0.51 4/263 156845
/proc/meminfo: memFree=124088600/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=177216 memory=103672 CPUtime=6.26 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 22636 0 0 0 580 46 0 0 20 0 1 0 241657486 181469184 25918 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 44304 25918 2496 595 0 28971 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 177216 KiB
Current children cumulated memory: 103672 KiB

[startup+12.7001 s]
/proc/loadavg: 3.54 1.31 0.53 5/265 156850
/proc/meminfo: memFree=124017112/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=177216 memory=103672 CPUtime=12.65 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 22636 0 0 0 1168 97 0 0 20 0 1 0 241657486 181469184 25918 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 44304 25918 2496 595 0 28971 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 177216 KiB
Current children cumulated memory: 103672 KiB

[startup+25.5002 s]
/proc/loadavg: 3.72 1.46 0.59 5/265 156850
/proc/meminfo: memFree=124124616/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=177216 memory=103672 CPUtime=25.42 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 22636 0 0 0 2349 193 0 0 20 0 1 0 241657486 181469184 25918 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 44304 25918 2496 595 0 28971 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 177216 KiB
Current children cumulated memory: 103672 KiB

[startup+51.1053 s]
/proc/loadavg: 3.82 1.67 0.68 5/265 156850
/proc/meminfo: memFree=124101640/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=249128 memory=172308 CPUtime=50.95 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 32283 0 0 0 4882 213 0 0 20 0 1 0 241657486 255107072 43077 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 62282 43077 2528 595 0 46949 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 249128 KiB
Current children cumulated memory: 172308 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 2.04 0.87 5/266 156853
/proc/meminfo: memFree=124092280/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=271460 memory=207520 CPUtime=102.01 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 37882 0 0 0 9984 217 0 0 20 0 1 0 241657486 277975040 51880 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 67865 51880 2528 595 0 52532 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 271460 KiB
Current children cumulated memory: 207520 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 2.45 1.08 5/266 156855
/proc/meminfo: memFree=124004468/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=329692 memory=243476 CPUtime=161.84 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 43053 0 0 0 15959 225 0 0 20 0 1 0 241657486 337604608 60869 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 82423 60869 2560 595 0 67090 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 329692 KiB
Current children cumulated memory: 243476 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 2.75 1.27 5/265 156946
/proc/meminfo: memFree=123960576/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=341480 memory=254356 CPUtime=221.7 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 45783 0 0 0 21771 399 0 0 20 0 1 0 241657486 349675520 63589 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 85370 63589 2560 595 0 70037 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 341480 KiB
Current children cumulated memory: 254356 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.99 1.45 5/265 156949
/proc/meminfo: memFree=123936476/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=352992 memory=266004 CPUtime=281.56 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 48692 0 0 0 27744 412 0 0 20 0 1 0 241657486 361463808 66501 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 88248 66501 2560 595 0 72915 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 352992 KiB
Current children cumulated memory: 266004 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.21 1.62 5/265 156951
/proc/meminfo: memFree=123935380/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=364112 memory=282964 CPUtime=341.4 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 51405 0 0 0 33727 413 0 0 20 0 1 0 241657486 372850688 70741 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 91028 70741 2560 595 0 75695 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 364112 KiB
Current children cumulated memory: 282964 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.36 1.77 5/264 156953
/proc/meminfo: memFree=123942752/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=367632 memory=286292 CPUtime=401.25 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 52240 0 0 0 39712 413 0 0 20 0 1 0 241657486 376455168 71573 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 91908 71573 2560 595 0 76575 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 367632 KiB
Current children cumulated memory: 286292 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.51 1.93 5/264 156955
/proc/meminfo: memFree=123954692/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=369524 memory=296480 CPUtime=461.1 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 52810 0 0 0 45687 423 0 0 20 0 1 0 241657486 378392576 74120 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 92381 74120 2560 595 0 77048 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 394024 KiB

[startup+2982.3 s]
/proc/loadavg: 4.23 4.19 4.04 5/265 157157
/proc/meminfo: memFree=124148168/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=458736 memory=394024 CPUtime=2974.93 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 74465 0 0 0 296502 991 0 0 20 0 1 0 241657486 469745664 98506 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 114684 98506 2560 595 0 99351 0
Current children cumulated CPU time: 2974.93 s
Current children cumulated vsize: 458736 KiB
Current children cumulated memory: 394024 KiB

[startup+3042.3 s]
/proc/loadavg: 4.19 4.18 4.05 5/263 157159
/proc/meminfo: memFree=124147292/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=458736 memory=394792 CPUtime=3034.79 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 74650 0 0 0 302488 991 0 0 20 0 1 0 241657486 469745664 98698 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 114684 98698 2560 595 0 99351 0
Current children cumulated CPU time: 3034.79 s
Current children cumulated vsize: 458736 KiB
Current children cumulated memory: 394792 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.16 4.05 5/263 157161
/proc/meminfo: memFree=124146916/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=458736 memory=394792 CPUtime=3094.64 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 74650 0 0 0 308473 991 0 0 20 0 1 0 241657486 469745664 98698 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 114684 98698 2560 595 0 99351 0
Current children cumulated CPU time: 3094.64 s
Current children cumulated vsize: 458736 KiB
Current children cumulated memory: 394792 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.14 4.05 5/264 157164
/proc/meminfo: memFree=124139368/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=462144 memory=397480 CPUtime=3154.5 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 75255 0 0 0 314443 1007 0 0 20 0 1 0 241657486 473235456 99370 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 115536 99370 2560 595 0 100203 0
Current children cumulated CPU time: 3154.5 s
Current children cumulated vsize: 462144 KiB
Current children cumulated memory: 397480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.15 4.05 5/264 157166
/proc/meminfo: memFree=124142360/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=462144 memory=397480 CPUtime=3214.36 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 75255 0 0 0 320429 1007 0 0 20 0 1 0 241657486 473235456 99370 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 115536 99370 2560 595 0 100203 0
Current children cumulated CPU time: 3214.36 s
Current children cumulated vsize: 462144 KiB
Current children cumulated memory: 397480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.05 5/264 157169
/proc/meminfo: memFree=124145600/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=463900 memory=399528 CPUtime=3274.21 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 75893 0 0 0 326414 1007 0 0 20 0 1 0 241657486 475033600 99882 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 115975 99882 2560 595 0 100642 0
Current children cumulated CPU time: 3274.21 s
Current children cumulated vsize: 463900 KiB
Current children cumulated memory: 399528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.06 5/264 157171
/proc/meminfo: memFree=124145252/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=463900 memory=399528 CPUtime=3334.07 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 75909 0 0 0 332400 1007 0 0 20 0 1 0 241657486 475033600 99882 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 115975 99882 2560 595 0 100642 0
Current children cumulated CPU time: 3334.07 s
Current children cumulated vsize: 463900 KiB
Current children cumulated memory: 399528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.13 4.06 5/264 157173
/proc/meminfo: memFree=124133228/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402344 CPUtime=3393.93 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76632 0 0 0 338385 1008 0 0 20 0 1 0 241657486 478785536 100586 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100586 2560 595 0 101558 0
Current children cumulated CPU time: 3393.93 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.06 5/263 157175
/proc/meminfo: memFree=124133132/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402344 CPUtime=3453.79 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76632 0 0 0 344371 1008 0 0 20 0 1 0 241657486 478785536 100586 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100586 2560 595 0 101558 0
Current children cumulated CPU time: 3453.79 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.07 5/263 157177
/proc/meminfo: memFree=124133388/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402344 CPUtime=3513.65 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76632 0 0 0 350357 1008 0 0 20 0 1 0 241657486 478785536 100586 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100586 2560 595 0 101558 0
Current children cumulated CPU time: 3513.65 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.07 5/264 157186
/proc/meminfo: memFree=124126216/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402728 CPUtime=3573.5 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76640 0 0 0 356342 1008 0 0 20 0 1 0 241657486 478785536 100682 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100682 2560 595 0 101558 0
Current children cumulated CPU time: 3573.5 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.14 4.13 4.07 5/264 157231
/proc/meminfo: memFree=124147460/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402728 CPUtime=3600.04 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76640 0 0 0 358996 1008 0 0 20 0 1 0 241657486 478785536 100682 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100682 2560 595 0 101558 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402728 KiB

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

[startup+3610.07 s]
# the end of solver process 156818 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3591.12 s, system=10.086 s

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

[startup+3609.6 s]
/proc/loadavg: 4.14 4.13 4.07 5/264 157231
/proc/meminfo: memFree=124147468/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=467564 memory=402728 CPUtime=3600.73 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76640 0 0 0 359065 1008 0 0 20 0 1 0 241657486 478785536 100682 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 116891 100682 2560 595 0 101558 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 467564 KiB
Current children cumulated memory: 402728 KiB

[startup+3610 s]*
/proc/loadavg: 4.13 4.13 4.07 5/263 157231
/proc/meminfo: memFree=124219148/131250000 swapFree=33010672/33010684
[pid=156818] ppid=156815 vsize=375092 memory=320572 CPUtime=3601.14 cores=5,7
/proc/156818/stat : 156818 (SynLSCD) R 156815 156818 156365 0 -1 4194304 76647 0 0 0 359106 1008 0 0 20 0 1 0 241657486 384094208 80143 18446744073709551615 94022703329280 94022705763881 140722594538864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94022706244856 94022706277888 94022710480896 140722594544003 140722594544138 140722594544138 140722594549742 0
/proc/156818/statm: 93773 80143 2656 595 0 78440 0
Current children cumulated CPU time: 3601.14 s
Current children cumulated vsize: 375092 KiB
Current children cumulated memory: 320572 KiB

Child status: 0

Real time (s): 3610.07
CPU time (s): 3601.21
CPU user time (s): 3591.12
CPU system time (s): 10.086
CPU usage (%): 99.7546
Max. virtual memory (cumulated for all children) (KiB): 467564
Max. memory (cumulated for all children) (KiB): 402728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.12
system time used= 10.086
maximum resident set size= 403112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76674
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= 233
involuntary context switches= 2696


# summary of solver processes directly reported to runsolver:
#   pid: 156818
#   total CPU time (s): 3601.21
#   total CPU user time (s): 3591.12
#   total CPU system time (s): 10.086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88091 second user time and 14.6048 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-23 10:36:28
IDJOB=4545791
IDBENCH=158311
IDSOLVER=3421
FILE ID=nodeC026/4545791-1753259788
RUNJOBID= nodeC026-1753259701-156385
SLURM_JOB_ID= 9689181
Free space on /tmp= 432928 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K159.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545791-1753259788/watcher-4545791-1753259788 -o /tmp/evaluation-result-4545791-1753259788/solver-4545791-1753259788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753259701-156385 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545791-1753259788.opb

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
RANDOM SEED=1834945035

nodeC026 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	: 0xb00002a
cpu MHz		: 3600.063
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.801
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3593.446
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.929
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.787
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3616.245
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3602.389
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.796
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124037508 kB
MemAvailable:   129107616 kB
Buffers:            2128 kB
Cached:          5694828 kB
SwapCached:            4 kB
Active:          1253236 kB
Inactive:        4552688 kB
Active(anon):     129896 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4547344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12120 kB
Writeback:             0 kB
AnonPages:        112184 kB
Mapped:           118584 kB
Shmem:             26268 kB
KReclaimable:     460224 kB
Slab:             564136 kB
SReclaimable:     460224 kB
SUnreclaim:       103912 kB
KernelStack:        4272 kB
PageTables:         3400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     467004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC026 at 2025-07-23 11:36:39