Trace number 4506955

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-PS 2025-06-01? (TO) 3600.45 3610.36

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

0.00/0.09	c #vars 15827 #constraints 16095 1.01693 1
0.48/0.53	c 16095 constraints
0.48/0.53	c Finish cloning data from SAT to LS
0.48/0.53	c restart_num_ls  -100000 0
19.62/19.70	c Use LS-small
19.62/19.70	c update_LS_target_phase-runLS
207.66/208.43	c restart_num  0 302
207.66/208.43	c LS-restart 90 22
723.40/725.94	c Use LS-small
723.40/725.94	c restart_num  302 605
723.40/725.94	c LS-restart 80 66
757.10/759.79	c Use LS-small
757.10/759.79	c target lsphase phase save
757.10/759.79	c update_LS_target_phase-runLS-restart
1360.12/1364.59	c restart_num  605 906
1360.12/1364.59	c LS-restart 70 87
1360.12/1364.59	c similarity no use LS 0.994314
2622.11/2629.52	c restart_num  906 1207
2622.11/2629.52	c LS-restart 70 65
3357.81/3367.07	c Use LS-small
3357.81/3367.07	c restart_num  1207 1508
3357.81/3367.07	c LS-restart 60 47
3600.09/3610.01	c Use LS-small
3600.09/3610.01	c Program interrupted by user.
3600.09/3610.01	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 (46253 MiB free)
  memory of node 1: 64465 MiB (62589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506955-1751173678/watcher-4506955-1751173678 -o /tmp/evaluation-result-4506955-1751173678/solver-4506955-1751173678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751170067-23161 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4506955-1751173678.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=23524, runsolver pid=23520

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111432664/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=99500 memory=29052 CPUtime=0.08 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 4720 0 0 0 7 1 0 0 20 0 1 0 33046271 101888000 7263 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 24875 7263 2304 595 0 9542 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 99500 KiB
Current children cumulated memory: 29052 KiB

[startup+0.205435 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111428648/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=102920 memory=32380 CPUtime=0.18 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 5597 0 0 0 17 1 0 0 20 0 1 0 33046271 105390080 8095 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 25730 8095 2304 595 0 10397 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 102920 KiB
Current children cumulated memory: 32380 KiB

[startup+0.305386 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111404456/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=123944 memory=51616 CPUtime=0.29 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 10963 0 0 0 27 2 0 0 20 0 1 0 33046271 126918656 12904 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 30986 12904 2432 595 0 15653 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 123944 KiB
Current children cumulated memory: 51616 KiB

[startup+0.700169 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111380768/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=152400 memory=79776 CPUtime=0.67 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 17975 0 0 0 63 4 0 0 20 0 1 0 33046271 156057600 19944 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 38100 19944 2464 595 0 22767 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 152400 KiB
Current children cumulated memory: 79776 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111324320/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=152400 memory=79776 CPUtime=1.47 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 17976 0 0 0 136 11 0 0 20 0 1 0 33046271 156057600 19944 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 38100 19944 2464 595 0 22767 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 152400 KiB
Current children cumulated memory: 79776 KiB

[startup+3.1053 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=115360516/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=152400 memory=79776 CPUtime=3.07 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 17976 0 0 0 282 25 0 0 20 0 1 0 33046271 156057600 19944 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 38100 19944 2464 595 0 22767 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 152400 KiB
Current children cumulated memory: 79776 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 23580
/proc/meminfo: memFree=128405008/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=152400 memory=79776 CPUtime=6.26 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 17976 0 0 0 574 52 0 0 20 0 1 0 33046271 156057600 19944 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 38100 19944 2464 595 0 22767 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 152400 KiB
Current children cumulated memory: 79776 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 23580
/proc/meminfo: memFree=128405236/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=152400 memory=79776 CPUtime=12.64 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 17976 0 0 0 1164 100 0 0 20 0 1 0 33046271 156057600 19944 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 38100 19944 2464 595 0 22767 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 152400 KiB
Current children cumulated memory: 79776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.09 5/262 23580
/proc/meminfo: memFree=128341168/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=178220 memory=114400 CPUtime=25.4 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 21762 0 0 0 2385 155 0 0 20 0 1 0 33046271 182497280 28600 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 44555 28600 2496 595 0 29222 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 178220 KiB
Current children cumulated memory: 114400 KiB

[startup+51.1052 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 23581
/proc/meminfo: memFree=128131020/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=225788 memory=154900 CPUtime=50.91 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 28696 0 0 0 4929 162 0 0 20 0 1 0 33046271 231206912 38725 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 56447 38725 2496 595 0 41114 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 225788 KiB
Current children cumulated memory: 154900 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 23582
/proc/meminfo: memFree=128048100/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=244544 memory=173204 CPUtime=101.93 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 33284 0 0 0 10025 168 0 0 20 0 1 0 33046271 250413056 43301 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 61136 43301 2496 595 0 45803 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 244544 KiB
Current children cumulated memory: 173204 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/262 23584
/proc/meminfo: memFree=128041364/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=252564 memory=183652 CPUtime=161.72 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 35380 0 0 0 16001 171 0 0 20 0 1 0 33046271 258625536 45913 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 63141 45913 2496 595 0 47808 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 252564 KiB
Current children cumulated memory: 183652 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 23587
/proc/meminfo: memFree=127982136/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=299216 memory=205216 CPUtime=221.51 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 37621 0 0 0 21864 287 0 0 20 0 1 0 33046271 306397184 51304 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 74804 51304 2496 595 0 59471 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 299216 KiB
Current children cumulated memory: 205216 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 23594
/proc/meminfo: memFree=127964128/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=308408 memory=213920 CPUtime=281.31 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 39799 0 0 0 27789 342 0 0 20 0 1 0 33046271 315809792 53480 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 77102 53480 2496 595 0 61769 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 308408 KiB
Current children cumulated memory: 213920 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 23596
/proc/meminfo: memFree=127948400/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=315144 memory=220960 CPUtime=341.1 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 41593 0 0 0 33768 342 0 0 20 0 1 0 33046271 322707456 55240 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 78786 55240 2496 595 0 63453 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 315144 KiB
Current children cumulated memory: 220960 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 23599
/proc/meminfo: memFree=127912776/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=319876 memory=225824 CPUtime=400.89 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 42824 0 0 0 39747 342 0 0 20 0 1 0 33046271 327553024 56456 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 79969 56456 2496 595 0 64636 0
Current children cumulated CPU time: 400.89 s
Current children cumulated vsize: 319876 KiB
Current children cumulated memory: 225824 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 23601
/proc/meminfo: memFree=127858712/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=323268 memory=229152 CPUtime=460.68 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 43660 0 0 0 45726 342 0 0 20 0 1 0 33046271 331026432 57288 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 80817 57288 2496 595 0 65484 0
Current children cumulated CPU time: 460.68 s

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

Current children cumulated memory: 317980 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/264 23765
/proc/meminfo: memFree=128754020/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=386720 memory=319772 CPUtime=2974.09 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 59237 0 0 0 296561 848 0 0 20 0 1 0 33046271 396001280 79943 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 96680 79943 2496 595 0 81347 0
Current children cumulated CPU time: 2974.09 s
Current children cumulated vsize: 386720 KiB
Current children cumulated memory: 319772 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/263 23769
/proc/meminfo: memFree=128750008/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=386720 memory=320284 CPUtime=3033.94 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 59237 0 0 0 302546 848 0 0 20 0 1 0 33046271 396001280 80071 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 96680 80071 2496 595 0 81347 0
Current children cumulated CPU time: 3033.94 s
Current children cumulated vsize: 386720 KiB
Current children cumulated memory: 320284 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/262 23771
/proc/meminfo: memFree=128734020/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=389140 memory=322588 CPUtime=3093.8 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 59721 0 0 0 308532 848 0 0 20 0 1 0 33046271 398479360 80647 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 97285 80647 2496 595 0 81952 0
Current children cumulated CPU time: 3093.8 s
Current children cumulated vsize: 389140 KiB
Current children cumulated memory: 322588 KiB

[startup+3162.3 s]
/proc/loadavg: 4.04 4.10 4.09 5/265 23777
/proc/meminfo: memFree=128737736/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=390352 memory=323612 CPUtime=3153.66 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 59974 0 0 0 314518 848 0 0 20 0 1 0 33046271 399720448 80903 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 97588 80903 2496 595 0 82255 0
Current children cumulated CPU time: 3153.66 s
Current children cumulated vsize: 390352 KiB
Current children cumulated memory: 323612 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 23790
/proc/meminfo: memFree=128737284/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=390352 memory=323612 CPUtime=3213.51 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 59975 0 0 0 320503 848 0 0 20 0 1 0 33046271 399720448 80903 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 97588 80903 2496 595 0 82255 0
Current children cumulated CPU time: 3213.51 s
Current children cumulated vsize: 390352 KiB
Current children cumulated memory: 323612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.81 4.33 4.17 5/266 23797
/proc/meminfo: memFree=128725652/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=391384 memory=324764 CPUtime=3273.37 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 60259 0 0 0 326489 848 0 0 20 0 1 0 33046271 400777216 81191 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 97846 81191 2496 595 0 82513 0
Current children cumulated CPU time: 3273.37 s
Current children cumulated vsize: 391384 KiB
Current children cumulated memory: 324764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.28 4.16 5/266 23799
/proc/meminfo: memFree=128718440/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=395388 memory=328476 CPUtime=3333.18 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 61197 0 0 0 332470 848 0 0 20 0 1 0 33046271 404877312 82119 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 98847 82119 2496 595 0 83514 0
Current children cumulated CPU time: 3333.18 s
Current children cumulated vsize: 395388 KiB
Current children cumulated memory: 328476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.25 4.16 5/266 23801
/proc/meminfo: memFree=128709140/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=395388 memory=328476 CPUtime=3393.01 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 61303 0 0 0 338271 1030 0 0 20 0 1 0 33046271 404877312 82119 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 98847 82119 2496 595 0 83514 0
Current children cumulated CPU time: 3393.01 s
Current children cumulated vsize: 395388 KiB
Current children cumulated memory: 328476 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.21 4.15 5/264 23804
/proc/meminfo: memFree=128707776/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=396148 memory=329244 CPUtime=3452.83 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 61504 0 0 0 344246 1037 0 0 20 0 1 0 33046271 405655552 82311 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 99037 82311 2496 595 0 83704 0
Current children cumulated CPU time: 3452.83 s
Current children cumulated vsize: 396148 KiB
Current children cumulated memory: 329244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.20 4.15 5/264 23806
/proc/meminfo: memFree=128706908/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=396148 memory=329244 CPUtime=3512.65 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 61521 0 0 0 350227 1038 0 0 20 0 1 0 33046271 405655552 82311 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 99037 82311 2496 595 0 83704 0
Current children cumulated CPU time: 3512.65 s
Current children cumulated vsize: 396148 KiB
Current children cumulated memory: 329244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.16 4.14 5/264 23808
/proc/meminfo: memFree=128695276/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=398992 memory=342928 CPUtime=3572.47 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 62379 0 0 0 356209 1038 0 0 20 0 1 0 33046271 408567808 85732 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 99748 85732 2496 595 0 84415 0
Current children cumulated CPU time: 3572.47 s
Current children cumulated vsize: 398992 KiB
Current children cumulated memory: 342928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.09 4.16 4.14 5/264 23809
/proc/meminfo: memFree=128687388/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=398992 memory=342928 CPUtime=3600.09 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 62382 0 0 0 358971 1038 0 0 20 0 1 0 33046271 408567808 85732 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 99748 85732 2496 595 0 84415 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 398992 KiB
Current children cumulated memory: 342928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.06 s, system=10.3857 s

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

[startup+3610.2 s]
/proc/loadavg: 4.09 4.16 4.14 5/264 23809
/proc/meminfo: memFree=128687388/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=306520 memory=251336 CPUtime=3600.28 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 62387 0 0 0 358990 1038 0 0 20 0 1 0 33046271 313876480 62834 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 76630 62834 2592 595 0 61297 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 306520 KiB
Current children cumulated memory: 251336 KiB

[startup+3610.3 s]
/proc/loadavg: 4.09 4.16 4.14 5/264 23809
/proc/meminfo: memFree=128687388/131249996 swapFree=33010684/33010684
[pid=23524] ppid=23520 vsize=306520 memory=251336 CPUtime=3600.38 cores=1,3
/proc/23524/stat : 23524 (SynLSCD-PS) R 23520 23524 23149 0 -1 4194304 62387 0 0 0 359000 1038 0 0 20 0 1 0 33046271 313876480 62834 18446744073709551615 93964553162752 93964555597753 140720474318976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93964556078328 93964556111360 93964566708224 140720474323296 140720474323432 140720474323432 140720474329034 0
/proc/23524/statm: 76630 62834 2592 595 0 61297 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 306520 KiB
Current children cumulated memory: 251336 KiB

Child status: 0

Real time (s): 3610.36
CPU time (s): 3600.45
CPU user time (s): 3590.06
CPU system time (s): 10.3857
CPU usage (%): 99.7255
Max. virtual memory (cumulated for all children) (KiB): 398992
Max. memory (cumulated for all children) (KiB): 342928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.06
system time used= 10.3857
maximum resident set size= 343312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62414
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= 223
involuntary context switches= 2467


# summary of solver processes directly reported to runsolver:
#   pid: 23524
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3590.06
#   total CPU system time (s): 10.3857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45979 second user time and 14.8158 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 07:07:58
IDJOB=4506955
IDBENCH=158309
IDSOLVER=3370
FILE ID=nodeC029/4506955-1751173678
RUNJOBID= nodeC029-1751170067-23161
SLURM_JOB_ID= 9587525
Free space on /tmp= 432716 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506955-1751173678/watcher-4506955-1751173678 -o /tmp/evaluation-result-4506955-1751173678/solver-4506955-1751173678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751170067-23161 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4506955-1751173678.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=1461290742

nodeC029 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		: 3599.718
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.46
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		: 3603.193
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.46
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		: 3734.454
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.46
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.728
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.46
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		: 3639.720
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.46
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		: 3599.729
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.46
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		: 3704.950
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.46
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.861
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111459788 kB
MemAvailable:   111427532 kB
Buffers:            3280 kB
Cached:           777908 kB
SwapCached:            0 kB
Active:         18636932 kB
Inactive:         521720 kB
Active(anon):   18395524 kB
Inactive(anon):        0 kB
Active(file):     241408 kB
Inactive(file):   521720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4616 kB
Writeback:            28 kB
AnonPages:      18380164 kB
Mapped:           111572 kB
Shmem:             18060 kB
KReclaimable:      87712 kB
Slab:             171352 kB
SReclaimable:      87712 kB
SUnreclaim:        83640 kB
KernelStack:        4320 kB
PageTables:        39468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21672880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10688512 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC029 at 2025-06-29 08:08:09