Trace number 4506810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01? (TO) 3600.42 3609.46

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K138.opb
MD5SUMdf8f338dbd068337fef89bf4c43df9f5
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
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.19/0.23	c #vars 16422 #constraints 16700 1.01693 1
1.35/1.42	c 16700 constraints
1.35/1.42	c Finish cloning data from SAT to LS
1.35/1.42	c restart_num_ls  -100000 0
265.35/266.19	c Use LS-small
265.35/266.19	restart_num  0 301
265.35/266.19	LS-restart 90 4
914.43/917.00	c Use LS-small
914.43/917.00	restart_num  301 604
914.43/917.00	LS-restart 80 37
1723.76/1728.36	c Use LS-small
1723.76/1728.36	restart_num  604 907
1723.76/1728.36	LS-restart 70 82
1723.76/1728.36	c similarity no use LS 0.992936
2892.46/2899.95	restart_num  907 1208
2892.46/2899.95	LS-restart 70 99
2892.46/2899.95	c similarity no use LS 0.993606
3600.07/3609.11	c Program interrupted by user.
3600.07/3609.11	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: 63837 MiB (63105 MiB free)
  memory of node 1: 64465 MiB (62381 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506810-1751172679/watcher-4506810-1751172679 -o /tmp/evaluation-result-4506810-1751172679/solver-4506810-1751172679 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751168806-19734 --watchdog 3760 SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4506810-1751172679.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=20257, runsolver pid=20254

[startup+0.100078 s]*
/proc/loadavg: 4.06 4.08 4.10 5/251 20258
/proc/meminfo: memFree=128498420/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=102568 memory=29404 CPUtime=0.08 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 4367 0 0 0 6 2 0 0 20 0 1 0 32947053 105029632 7351 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 25642 7351 2272 595 0 10309 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 102568 KiB
Current children cumulated memory: 29404 KiB

[startup+0.213365 s]*
/proc/loadavg: 4.06 4.08 4.10 5/251 20258
/proc/meminfo: memFree=128494324/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=105580 memory=34884 CPUtime=0.19 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 5227 0 0 0 16 3 0 0 20 0 1 0 32947053 108113920 8721 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 26395 8721 2272 595 0 11062 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 105580 KiB
Current children cumulated memory: 34884 KiB

[startup+0.313105 s]*
/proc/loadavg: 4.06 4.08 4.10 5/251 20258
/proc/meminfo: memFree=128493636/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=109116 memory=38596 CPUtime=0.28 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 6176 0 0 0 25 3 0 0 20 0 1 0 32947053 111734784 9649 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 27279 9649 2304 595 0 11946 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 38596 KiB

[startup+0.700321 s]
/proc/loadavg: 4.14 4.10 4.11 5/251 20258
/proc/meminfo: memFree=128490612/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=131872 memory=59824 CPUtime=0.66 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 11572 0 0 0 61 5 0 0 20 0 1 0 32947053 135036928 14956 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 32968 14956 2464 595 0 17635 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 131872 KiB
Current children cumulated memory: 59824 KiB

[startup+1.50032 s]
/proc/loadavg: 4.14 4.10 4.11 5/251 20258
/proc/meminfo: memFree=128470704/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=165632 memory=93104 CPUtime=1.45 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 19881 0 0 0 138 7 0 0 20 0 1 0 32947053 169607168 23276 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 41408 23276 2464 595 0 26075 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 93104 KiB

[startup+3.11302 s]
/proc/loadavg: 4.14 4.10 4.11 5/251 20258
/proc/meminfo: memFree=128438676/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=165632 memory=93232 CPUtime=3.06 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 19896 0 0 0 286 20 0 0 20 0 1 0 32947053 169607168 23308 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 41408 23308 2464 595 0 26075 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 93232 KiB

[startup+6.3003 s]
/proc/loadavg: 4.13 4.10 4.11 5/251 20258
/proc/meminfo: memFree=128430616/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=165632 memory=93232 CPUtime=6.24 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 19896 0 0 0 580 44 0 0 20 0 1 0 32947053 169607168 23308 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 41408 23308 2464 595 0 26075 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 93232 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.10 4.11 5/251 20258
/proc/meminfo: memFree=128430776/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=165632 memory=93232 CPUtime=12.62 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 19896 0 0 0 1169 93 0 0 20 0 1 0 32947053 169607168 23308 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 41408 23308 2464 595 0 26075 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 93232 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.09 4.10 5/251 20258
/proc/meminfo: memFree=128412368/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=165632 memory=93232 CPUtime=25.4 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 19896 0 0 0 2343 197 0 0 20 0 1 0 32947053 169607168 23308 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 41408 23308 2464 595 0 26075 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 93232 KiB

[startup+51.1129 s]
/proc/loadavg: 4.11 4.10 4.10 5/251 20258
/proc/meminfo: memFree=128334852/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=229284 memory=151632 CPUtime=50.94 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 27502 0 0 0 4861 233 0 0 20 0 1 0 32947053 234786816 37908 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 57321 37908 2496 595 0 41988 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 229284 KiB
Current children cumulated memory: 151632 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.11 4.11 5/251 20260
/proc/meminfo: memFree=128298576/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=257040 memory=180708 CPUtime=101.99 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 34255 0 0 0 9961 238 0 0 20 0 1 0 32947053 263208960 45177 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 64260 45177 2496 595 0 48927 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 257040 KiB
Current children cumulated memory: 180708 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.12 4.11 5/250 20262
/proc/meminfo: memFree=128228792/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=317600 memory=238940 CPUtime=161.83 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 40023 0 0 0 15934 249 0 0 20 0 1 0 32947053 325222400 59735 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 79400 59735 2528 595 0 64067 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 317600 KiB
Current children cumulated memory: 238940 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/249 20264
/proc/meminfo: memFree=128133104/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=402064 memory=278940 CPUtime=221.66 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 43512 0 0 0 21914 252 0 0 20 0 1 0 32947053 411713536 69735 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 100516 69735 2528 595 0 85183 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 402064 KiB
Current children cumulated memory: 278940 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 20266
/proc/meminfo: memFree=128125352/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=405060 memory=281372 CPUtime=281.51 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 44134 0 0 0 27767 384 0 0 20 0 1 0 32947053 414781440 70343 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 101265 70343 2528 595 0 85932 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 405060 KiB
Current children cumulated memory: 281372 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/250 20271
/proc/meminfo: memFree=128106040/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=411372 memory=287900 CPUtime=341.36 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 45752 0 0 0 33618 518 0 0 20 0 1 0 32947053 421244928 71975 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 102843 71975 2528 595 0 87510 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 411372 KiB
Current children cumulated memory: 287900 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 20273
/proc/meminfo: memFree=128096984/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=417284 memory=293660 CPUtime=401.19 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 47196 0 0 0 39601 518 0 0 20 0 1 0 32947053 427298816 73415 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 104321 73415 2528 595 0 88988 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 417284 KiB
Current children cumulated memory: 293660 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/250 20275
/proc/meminfo: memFree=128097408/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=422660 memory=299036 CPUtime=461.03 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 48543 0 0 0 45584 519 0 0 20 0 1 0 32947053 432803840 74759 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 105665 74759 2528 595 0 90332 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 360476 KiB

[startup+2982.3 s]
/proc/loadavg: 4.71 4.30 4.18 5/252 20454
/proc/meminfo: memFree=128882840/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=481908 memory=361884 CPUtime=2974.67 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 63863 0 0 0 296662 805 0 0 20 0 1 0 32947053 493473792 90471 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 120477 90471 2592 595 0 105144 0
Current children cumulated CPU time: 2974.67 s
Current children cumulated vsize: 481908 KiB
Current children cumulated memory: 361884 KiB

[startup+3042.3 s]
/proc/loadavg: 4.75 4.37 4.21 5/252 20456
/proc/meminfo: memFree=128840792/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=481908 memory=362012 CPUtime=3034.54 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 63910 0 0 0 302638 816 0 0 20 0 1 0 32947053 493473792 90503 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 120477 90503 2592 595 0 105144 0
Current children cumulated CPU time: 3034.54 s
Current children cumulated vsize: 481908 KiB
Current children cumulated memory: 362012 KiB

[startup+3102.3 s]
/proc/loadavg: 4.62 4.42 4.24 5/251 20458
/proc/meminfo: memFree=128769852/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=483680 memory=363420 CPUtime=3094.41 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 64374 0 0 0 308625 816 0 0 20 0 1 0 32947053 495288320 90855 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 120920 90855 2592 595 0 105587 0
Current children cumulated CPU time: 3094.41 s
Current children cumulated vsize: 483680 KiB
Current children cumulated memory: 363420 KiB

[startup+3162.3 s]
/proc/loadavg: 4.27 4.36 4.23 5/251 20460
/proc/meminfo: memFree=128748972/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=483680 memory=363420 CPUtime=3154.27 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 64397 0 0 0 314611 816 0 0 20 0 1 0 32947053 495288320 90855 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 120920 90855 2592 595 0 105587 0
Current children cumulated CPU time: 3154.27 s
Current children cumulated vsize: 483680 KiB
Current children cumulated memory: 363420 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.32 4.22 5/251 20462
/proc/meminfo: memFree=128691388/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=490556 memory=369948 CPUtime=3214.14 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 66034 0 0 0 320598 816 0 0 20 0 1 0 32947053 502329344 92487 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 122639 92487 2592 595 0 107306 0
Current children cumulated CPU time: 3214.14 s
Current children cumulated vsize: 490556 KiB
Current children cumulated memory: 369948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.26 4.21 5/250 20464
/proc/meminfo: memFree=128667324/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=490556 memory=369948 CPUtime=3274 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 66034 0 0 0 326584 816 0 0 20 0 1 0 32947053 502329344 92487 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 122639 92487 2592 595 0 107306 0
Current children cumulated CPU time: 3274 s
Current children cumulated vsize: 490556 KiB
Current children cumulated memory: 369948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.26 4.21 5/250 20469
/proc/meminfo: memFree=128625408/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=491452 memory=371100 CPUtime=3333.87 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 66330 0 0 0 332571 816 0 0 20 0 1 0 32947053 503246848 92775 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 122863 92775 2592 595 0 107530 0
Current children cumulated CPU time: 3333.87 s
Current children cumulated vsize: 491452 KiB
Current children cumulated memory: 371100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.23 4.19 6/250 20560
/proc/meminfo: memFree=129150236/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=492088 memory=371612 CPUtime=3393.73 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 66451 0 0 0 338557 816 0 0 20 0 1 0 32947053 503898112 92903 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 123022 92903 2592 595 0 107689 0
Current children cumulated CPU time: 3393.73 s
Current children cumulated vsize: 492088 KiB
Current children cumulated memory: 371612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.20 4.18 6/250 20562
/proc/meminfo: memFree=129071584/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=492988 memory=372380 CPUtime=3453.59 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 66633 0 0 0 344528 831 0 0 20 0 1 0 32947053 504819712 93095 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 123247 93095 2592 595 0 107914 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 492988 KiB
Current children cumulated memory: 372380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.18 6/250 20564
/proc/meminfo: memFree=129052340/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=494388 memory=374172 CPUtime=3513.46 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 67076 0 0 0 350515 831 0 0 20 0 1 0 32947053 506253312 93543 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 123597 93543 2592 595 0 108264 0
Current children cumulated CPU time: 3513.46 s
Current children cumulated vsize: 494388 KiB
Current children cumulated memory: 374172 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.17 6/250 20568
/proc/meminfo: memFree=129082604/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=494388 memory=374684 CPUtime=3573.32 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 67084 0 0 0 356501 831 0 0 20 0 1 0 32947053 506253312 93671 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 123597 93671 2592 595 0 108264 0
Current children cumulated CPU time: 3573.32 s
Current children cumulated vsize: 494388 KiB
Current children cumulated memory: 374684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.19 4.18 4.18 6/250 20568
/proc/meminfo: memFree=129076920/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=494388 memory=374684 CPUtime=3600.07 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 67084 0 0 0 359176 831 0 0 20 0 1 0 32947053 506253312 93671 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 123597 93671 2592 595 0 108264 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 494388 KiB
Current children cumulated memory: 374684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.11 s, system=8.31485 s

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

[startup+3609.2 s]
/proc/loadavg: 4.19 4.18 4.18 6/250 20568
/proc/meminfo: memFree=129076920/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=332560 memory=277672 CPUtime=3600.16 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 67085 0 0 0 359185 831 0 0 20 0 1 0 32947053 340541440 69418 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 83140 69418 2624 595 0 67807 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 332560 KiB
Current children cumulated memory: 277672 KiB

[startup+3609.4 s]
/proc/loadavg: 4.19 4.18 4.18 6/250 20568
/proc/meminfo: memFree=129076920/131382120 swapFree=33010684/33010684
[pid=20257] ppid=20254 vsize=332560 memory=277672 CPUtime=3600.36 cores=4,6
/proc/20257/stat : 20257 (SynLSCD) R 20254 20257 19723 0 -1 4194304 67085 0 0 0 359205 831 0 0 20 0 1 0 32947053 340541440 69418 18446744073709551615 94890600120320 94890602554473 140727948354192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94890603035896 94890603068928 94890626789376 140727948355942 140727948356075 140727948356075 140727948361677 0
/proc/20257/statm: 83140 69418 2624 595 0 67807 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 332560 KiB
Current children cumulated memory: 277672 KiB

Child status: 0

Real time (s): 3609.46
CPU time (s): 3600.42
CPU user time (s): 3592.11
CPU system time (s): 8.31485
CPU usage (%): 99.7498
Max. virtual memory (cumulated for all children) (KiB): 494388
Max. memory (cumulated for all children) (KiB): 374684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.11
system time used= 8.31485
maximum resident set size= 374812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67111
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= 234
involuntary context switches= 1605


# summary of solver processes directly reported to runsolver:
#   pid: 20257
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3592.11
#   total CPU system time (s): 8.31485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2709 second user time and 33.9515 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 06:51:19
IDJOB=4506810
IDBENCH=158265
IDSOLVER=3369
FILE ID=nodeC008/4506810-1751172679
RUNJOBID= nodeC008-1751168806-19734
SLURM_JOB_ID= 9587514
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= df8f338dbd068337fef89bf4c43df9f5
RANDOM SEED=290069676

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.775
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.549
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.461
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.229
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.658
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.859
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.205
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128498500 kB
MemAvailable:   128145152 kB
Buffers:            3280 kB
Cached:           458520 kB
SwapCached:            0 kB
Active:          2083328 kB
Inactive:         245240 kB
Active(anon):    1884724 kB
Inactive(anon):        0 kB
Active(file):     198604 kB
Inactive(file):   245240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4756 kB
Writeback:            56 kB
AnonPages:       1869840 kB
Mapped:           113632 kB
Shmem:             17956 kB
KReclaimable:      84872 kB
Slab:             163636 kB
SReclaimable:      84872 kB
SUnreclaim:        78764 kB
KernelStack:        4048 kB
PageTables:         6864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2426940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC008 at 2025-06-29 07:51:29