Trace number 4546297

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-07-23? (TO) 3602.03 3612.2

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K174.opb
MD5SUMc4faa5671d3144bef53831284f041277
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 benchmark278.497
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20706
Total number of constraints21056
Number of constraints which are clauses20882
Number of constraints which are cardinality constraints (but not clauses)174
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint174
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 175
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.20	c intsize: 8
0.78/0.95	c 21056 constraints
0.78/0.95	c Finish cloning data from SAT to LS
0.78/0.95	c restart_num_ls  -100000 0
27.31/27.54	c Use LS-small
27.31/27.54	c update_LS_target_phase-runLS-restart
223.36/224.15	c restart_num  0 301
223.36/224.15	c LS-restart 90 30
243.10/243.93	c Use LS-small
243.10/243.93	c update_LS_target_phase-runLS-restart
664.23/666.18	c restart_num  301 602
664.23/666.18	c LS-restart 80 73
684.97/686.98	c Use LS-small
684.97/686.98	c update_LS_target_phase-runLS-restart
1164.94/1168.17	c restart_num  602 903
1164.94/1168.17	c LS-restart 70 11
1186.87/1190.18	c Use LS-small
1186.87/1190.18	c update_LS_target_phase-runLS-restart
2352.07/2358.81	c restart_num  903 1204
2352.07/2358.81	c LS-restart 60 97
2352.07/2358.81	c similarity no use LS 0.994881
3146.83/3155.66	c restart_num  1204 1505
3146.83/3155.66	c LS-restart 60 67
3146.83/3155.66	c similarity no use LS 0.994301

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127981020/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=65796 memory=4352 CPUtime=0 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 241654409 67375104 1088 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 16449 1088 992 595 0 1132 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 65796 KiB
Current children cumulated memory: 4352 KiB

[startup+0.20569 s]*
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127965160/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=109068 memory=38168 CPUtime=0.1 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 6577 0 0 0 9 1 0 0 20 0 1 0 241654409 111685632 9542 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 27267 9542 2240 595 0 11934 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 109068 KiB
Current children cumulated memory: 38168 KiB

[startup+0.305562 s]*
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127965160/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=114060 memory=43160 CPUtime=0.2 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 7864 0 0 0 19 1 0 0 20 0 1 0 241654409 116797440 10790 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 28515 10790 2272 595 0 13182 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 114060 KiB
Current children cumulated memory: 43160 KiB

[startup+0.700179 s]
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127941472/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=143536 memory=70876 CPUtime=0.59 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 15060 0 0 0 56 3 0 0 20 0 1 0 241654409 146980864 17719 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 35884 17719 2432 595 0 20551 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 143536 KiB
Current children cumulated memory: 70876 KiB

[startup+1.50017 s]
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127901408/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=185336 memory=111452 CPUtime=1.38 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 25213 0 0 0 134 4 0 0 20 0 1 0 241654409 189784064 27863 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 46334 27863 2432 595 0 31001 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 185336 KiB
Current children cumulated memory: 111452 KiB

[startup+3.10548 s]
/proc/loadavg: 3.11 1.05 0.43 5/265 174624
/proc/meminfo: memFree=127895428/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=185336 memory=111452 CPUtime=2.98 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 25213 0 0 0 294 4 0 0 20 0 1 0 241654409 189784064 27863 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 46334 27863 2432 595 0 31001 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 185336 KiB
Current children cumulated memory: 111452 KiB

[startup+6.30017 s]
/proc/loadavg: 3.26 1.11 0.45 5/265 174624
/proc/meminfo: memFree=127888024/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=185336 memory=111452 CPUtime=6.17 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 25213 0 0 0 613 4 0 0 20 0 1 0 241654409 189784064 27863 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 46334 27863 2432 595 0 31001 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 185336 KiB
Current children cumulated memory: 111452 KiB

[startup+12.7002 s]
/proc/loadavg: 3.48 1.19 0.48 5/265 174624
/proc/meminfo: memFree=127865044/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=185336 memory=111452 CPUtime=12.55 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 25213 0 0 0 1251 4 0 0 20 0 1 0 241654409 189784064 27863 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 46334 27863 2432 595 0 31001 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 185336 KiB
Current children cumulated memory: 111452 KiB

[startup+25.5002 s]
/proc/loadavg: 3.82 1.38 0.56 5/265 174624
/proc/meminfo: memFree=127834068/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=185336 memory=111452 CPUtime=25.31 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 25213 0 0 0 2527 4 0 0 20 0 1 0 241654409 189784064 27863 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 46334 27863 2432 595 0 31001 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 185336 KiB
Current children cumulated memory: 111452 KiB

[startup+51.1055 s]
/proc/loadavg: 3.88 1.59 0.65 5/265 174625
/proc/meminfo: memFree=127735252/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=250244 memory=181920 CPUtime=50.84 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 33209 0 0 0 5074 10 0 0 20 0 1 0 241654409 256249856 45480 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 62561 45480 2464 595 0 47228 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 250244 KiB
Current children cumulated memory: 181920 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 1.98 0.83 5/265 174627
/proc/meminfo: memFree=127615284/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=275960 memory=206976 CPUtime=101.9 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 39530 0 0 0 10175 15 0 0 20 0 1 0 241654409 282583040 51744 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 68990 51744 2464 595 0 53657 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 275960 KiB
Current children cumulated memory: 206976 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 2.37 1.04 5/265 174629
/proc/meminfo: memFree=127572604/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=296604 memory=227712 CPUtime=161.73 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 44700 0 0 0 16150 23 0 0 20 0 1 0 241654409 303722496 56928 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 74151 56928 2464 595 0 58818 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 296604 KiB
Current children cumulated memory: 227712 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.68 1.23 5/265 174676
/proc/meminfo: memFree=128385768/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=305640 memory=241248 CPUtime=221.56 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 47079 0 0 0 22131 25 0 0 20 0 1 0 241654409 312975360 60312 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 76410 60312 2464 595 0 61077 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 305640 KiB
Current children cumulated memory: 241248 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 2.94 1.41 5/263 174679
/proc/meminfo: memFree=128342872/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=313872 memory=249312 CPUtime=281.41 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 49091 0 0 0 28115 26 0 0 20 0 1 0 241654409 321404928 62328 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 78468 62328 2464 595 0 63135 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 313872 KiB
Current children cumulated memory: 249312 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.16 1.59 5/263 174814
/proc/meminfo: memFree=117813444/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=365352 memory=267720 CPUtime=341.25 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 52603 0 0 0 34097 28 0 0 20 0 1 0 241654409 374120448 66930 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 91338 66930 2464 595 0 76005 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 365352 KiB
Current children cumulated memory: 267720 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.35 1.75 5/263 174816
/proc/meminfo: memFree=108696484/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=372616 memory=275400 CPUtime=401.08 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 54506 0 0 0 40075 33 0 0 20 0 1 0 241654409 381558784 68850 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 93154 68850 2464 595 0 77821 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 372616 KiB
Current children cumulated memory: 275400 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.49 1.90 5/264 174864
/proc/meminfo: memFree=117215132/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=379084 memory=281288 CPUtime=460.93 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 56000 0 0 0 46060 33 0 0 20 0 1 0 241654409 388182016 70322 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 94771 70322 2464 595 0 79438 0
Current children cumulated CPU time: 460.93 s

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

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/265 175154
/proc/meminfo: memFree=128221352/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=468792 memory=411832 CPUtime=3033.8 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 78608 0 0 0 303279 101 0 0 20 0 1 0 241654409 480043008 102958 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 117198 102958 2528 595 0 101865 0
Current children cumulated CPU time: 3033.8 s
Current children cumulated vsize: 468792 KiB
Current children cumulated memory: 411832 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/265 175156
/proc/meminfo: memFree=128225592/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=471064 memory=414136 CPUtime=3093.67 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79178 0 0 0 309254 113 0 0 20 0 1 0 241654409 482369536 103534 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 117766 103534 2528 595 0 102433 0
Current children cumulated CPU time: 3093.67 s
Current children cumulated vsize: 471064 KiB
Current children cumulated memory: 414136 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 175158
/proc/meminfo: memFree=128222836/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=471064 memory=414136 CPUtime=3153.5 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79208 0 0 0 315237 113 0 0 20 0 1 0 241654409 482369536 103534 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 117766 103534 2528 595 0 102433 0
Current children cumulated CPU time: 3153.5 s
Current children cumulated vsize: 471064 KiB
Current children cumulated memory: 414136 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 175160
/proc/meminfo: memFree=128216640/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=473476 memory=416440 CPUtime=3213.32 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79781 0 0 0 321219 113 0 0 20 0 1 0 241654409 484839424 104110 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 118369 104110 2528 595 0 103036 0
Current children cumulated CPU time: 3213.32 s
Current children cumulated vsize: 473476 KiB
Current children cumulated memory: 416440 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.11 4.02 5/264 175163
/proc/meminfo: memFree=128218816/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=473476 memory=416440 CPUtime=3273.13 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79781 0 0 0 327200 113 0 0 20 0 1 0 241654409 484839424 104110 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 118369 104110 2528 595 0 103036 0
Current children cumulated CPU time: 3273.13 s
Current children cumulated vsize: 473476 KiB
Current children cumulated memory: 416440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.01 5/263 175166
/proc/meminfo: memFree=128219168/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=473880 memory=416952 CPUtime=3332.95 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79923 0 0 0 333182 113 0 0 20 0 1 0 241654409 485253120 104238 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 118470 104238 2528 595 0 103137 0
Current children cumulated CPU time: 3332.95 s
Current children cumulated vsize: 473880 KiB
Current children cumulated memory: 416952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.09 4.01 5/263 175168
/proc/meminfo: memFree=128220316/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=473880 memory=416952 CPUtime=3392.76 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 79923 0 0 0 339163 113 0 0 20 0 1 0 241654409 485253120 104238 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 118470 104238 2528 595 0 103137 0
Current children cumulated CPU time: 3392.76 s
Current children cumulated vsize: 473880 KiB
Current children cumulated memory: 416952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/264 175171
/proc/meminfo: memFree=128197016/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419512 CPUtime=3452.57 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80551 0 0 0 345144 113 0 0 20 0 1 0 241654409 487784448 104878 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104878 2528 595 0 103755 0
Current children cumulated CPU time: 3452.57 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/264 175173
/proc/meminfo: memFree=128199088/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419512 CPUtime=3512.39 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80552 0 0 0 351126 113 0 0 20 0 1 0 241654409 487784448 104878 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104878 2528 595 0 103755 0
Current children cumulated CPU time: 3512.39 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.16 4.05 5/263 175175
/proc/meminfo: memFree=128204840/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419640 CPUtime=3572.21 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80594 0 0 0 357108 113 0 0 20 0 1 0 241654409 487784448 104910 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104910 2528 595 0 103755 0
Current children cumulated CPU time: 3572.21 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.18 4.14 4.04 5/264 175222
/proc/meminfo: memFree=128514192/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419640 CPUtime=3600.02 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80594 0 0 0 359882 120 0 0 20 0 1 0 241654409 487784448 104910 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104910 2528 595 0 103755 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419640 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.81 s, system=1.22082 s

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

[startup+3611.2 s]
/proc/loadavg: 4.18 4.14 4.04 5/264 175222
/proc/meminfo: memFree=128514192/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419640 CPUtime=3601.01 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80594 0 0 0 359981 120 0 0 20 0 1 0 241654409 487784448 104910 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104910 2528 595 0 103755 0
Current children cumulated CPU time: 3601.01 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419640 KiB

[startup+3612 s]*
/proc/loadavg: 4.18 4.14 4.04 5/264 175222
/proc/meminfo: memFree=128510412/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419640 CPUtime=3601.82 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80594 0 0 0 360061 121 0 0 20 0 1 0 241654409 487784448 104910 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104910 2528 595 0 103755 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419640 KiB

[startup+3612.2 s]
/proc/loadavg: 4.18 4.14 4.04 5/264 175222
/proc/meminfo: memFree=128510412/131250000 swapFree=33008356/33010684
[pid=174623] ppid=174620 vsize=476352 memory=419640 CPUtime=3602.01 cores=5,7
/proc/174623/stat : 174623 (SynLSCD-PS) R 174620 174623 174365 0 -1 4194304 80594 0 0 0 360080 121 0 0 20 0 1 0 241654409 487784448 104910 18446744073709551615 94910371262464 94910373697881 140736591048592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94910374178040 94910374211072 94910381244416 140736591055229 140736591055367 140736591055367 140736591060971 0
/proc/174623/statm: 119088 104910 2528 595 0 103755 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 476352 KiB
Current children cumulated memory: 419640 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.2
CPU time (s): 3602.03
CPU user time (s): 3600.81
CPU system time (s): 1.22082
CPU usage (%): 99.7183
Max. virtual memory (cumulated for all children) (KiB): 476352
Max. memory (cumulated for all children) (KiB): 419640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.81
system time used= 1.22082
maximum resident set size= 419640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80594
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= 225
involuntary context switches= 1733


# summary of solver processes directly reported to runsolver:
#   pid: 174623
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3600.81
#   total CPU system time (s): 1.22082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30267 second user time and 14.9862 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 10:36:18
IDJOB=4546297
IDBENCH=158316
IDSOLVER=3422
FILE ID=nodeC014/4546297-1753259777
RUNJOBID= nodeC014-1753259701-174385
SLURM_JOB_ID= 9689169
Free space on /tmp= 432824 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K174.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-4546297-1753259777/watcher-4546297-1753259777 -o /tmp/evaluation-result-4546297-1753259777/solver-4546297-1753259777 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753259701-174385 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546297-1753259777.opb

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

MD5SUM BENCH= c4faa5671d3144bef53831284f041277
RANDOM SEED=554905260

nodeC014 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.205
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	: 7000.23
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		: 3600.118
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	: 7000.23
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		: 3599.511
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	: 7000.23
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		: 3700.000
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	: 7000.23
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		: 3600.121
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	: 7000.23
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		: 3600.120
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	: 7000.23
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		: 3632.505
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	: 7000.23
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		: 3594.451
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127977560 kB
MemAvailable:   128479000 kB
Buffers:             696 kB
Cached:          1246220 kB
SwapCached:         1624 kB
Active:          2045508 kB
Inactive:         426212 kB
Active(anon):    1223720 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   400516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15108 kB
Writeback:             0 kB
AnonPages:       1226300 kB
Mapped:           119764 kB
Shmem:             24612 kB
KReclaimable:     236752 kB
Slab:             333068 kB
SReclaimable:     236752 kB
SUnreclaim:        96316 kB
KernelStack:        4304 kB
PageTables:         5780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1688692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432844 MiB
End job on nodeC014 at 2025-07-23 11:36:31