Trace number 4507494

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.2 3610.03

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K87.opb
MD5SUMb65f6b5f7cc62b44e438e625661039cb
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 benchmark130.979
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 88
Number of bits of the biggest sum of numbers7
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.08	c #vars 5916 #constraints 6092 1.02975 1
0.87/0.97	c 6092 constraints
0.87/0.97	c Finish cloning data from SAT to LS
0.87/0.97	c restart_num_ls  -100000 0
148.03/148.54	c Use LS-small
148.03/148.54	restart_num  0 301
148.03/148.54	LS-restart 90 11
524.18/525.91	c Use LS-small
524.18/525.91	restart_num  301 602
524.18/525.91	LS-restart 80 93
524.18/525.91	c similarity no use LS 0.986646
851.11/853.73	restart_num  602 903
851.11/853.73	LS-restart 80 89
851.11/853.73	c similarity no use LS 0.987492
1382.27/1386.32	restart_num  903 1206
1382.27/1386.32	LS-restart 80 13
1745.22/1750.28	c Use LS-small
1745.22/1750.28	restart_num  1206 1507
1745.22/1750.28	LS-restart 70 75
1745.22/1750.28	c similarity no use LS 0.989182
2324.40/2330.97	restart_num  1507 1808
2324.40/2330.97	LS-restart 70 14
3420.65/3430.10	c Use LS-small
3420.65/3430.10	restart_num  1808 2109
3420.65/3430.10	LS-restart 60 37
3600.07/3609.90	c Use LS-small
3600.07/3609.90	c Program interrupted by user.
3600.07/3609.90	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 (62938 MiB free)
  memory of node 1: 64465 MiB (63121 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=19506, runsolver pid=19503

[startup+0.100068 s]*
/proc/loadavg: 4.08 4.13 4.15 5/250 19507
/proc/meminfo: memFree=129085808/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=91528 memory=18560 CPUtime=0.1 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 2656 0 0 0 8 2 0 0 20 0 1 0 33438593 93724672 4640 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 22882 4640 2272 595 0 7549 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 91528 KiB
Current children cumulated memory: 18560 KiB

[startup+0.21322 s]*
/proc/loadavg: 4.08 4.13 4.15 5/250 19507
/proc/meminfo: memFree=129083792/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=94036 memory=21384 CPUtime=0.2 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 3527 0 0 0 18 2 0 0 20 0 1 0 33438593 96292864 5346 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 23509 5346 2368 595 0 8176 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 94036 KiB
Current children cumulated memory: 21384 KiB

[startup+0.312826 s]*
/proc/loadavg: 4.08 4.13 4.15 5/250 19507
/proc/meminfo: memFree=129073964/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=100480 memory=27272 CPUtime=0.3 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 4936 0 0 0 27 3 0 0 20 0 1 0 33438593 102891520 6818 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 25120 6818 2432 595 0 9787 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 27272 KiB

[startup+0.700305 s]
/proc/loadavg: 4.08 4.13 4.15 5/250 19507
/proc/meminfo: memFree=129073964/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=101444 memory=28424 CPUtime=0.67 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 5216 0 0 0 63 4 0 0 20 0 1 0 33438593 103878656 7106 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 25361 7106 2432 595 0 10028 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101444 KiB
Current children cumulated memory: 28424 KiB

[startup+1.50035 s]
/proc/loadavg: 4.08 4.13 4.15 5/250 19507
/proc/meminfo: memFree=129065900/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=110952 memory=37512 CPUtime=1.48 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 7490 0 0 0 137 11 0 0 20 0 1 0 33438593 113614848 9378 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 27738 9378 2432 595 0 12405 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 110952 KiB
Current children cumulated memory: 37512 KiB

[startup+3.11248 s]
/proc/loadavg: 4.16 4.15 4.16 5/250 19507
/proc/meminfo: memFree=129066140/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=110952 memory=37512 CPUtime=3.08 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 7490 0 0 0 279 29 0 0 20 0 1 0 33438593 113614848 9378 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 27738 9378 2432 595 0 12405 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 110952 KiB
Current children cumulated memory: 37512 KiB

[startup+6.30029 s]
/proc/loadavg: 4.16 4.15 4.16 5/250 19507
/proc/meminfo: memFree=129066472/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=110952 memory=37512 CPUtime=6.27 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 7490 0 0 0 562 65 0 0 20 0 1 0 33438593 113614848 9378 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 27738 9378 2432 595 0 12405 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 110952 KiB
Current children cumulated memory: 37512 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.19 4.17 5/250 19507
/proc/meminfo: memFree=129066472/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=110952 memory=37512 CPUtime=12.64 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 7490 0 0 0 1128 136 0 0 20 0 1 0 33438593 113614848 9378 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 27738 9378 2432 595 0 12405 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 110952 KiB
Current children cumulated memory: 37512 KiB

[startup+25.5004 s]
/proc/loadavg: 4.39 4.20 4.17 5/250 19556
/proc/meminfo: memFree=129356044/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=136988 memory=74920 CPUtime=25.41 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 10886 0 0 0 2343 198 0 0 20 0 1 0 33438593 140275712 18730 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 34247 18730 2496 595 0 18914 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 136988 KiB
Current children cumulated memory: 74920 KiB

[startup+51.1131 s]
/proc/loadavg: 4.25 4.18 4.17 5/250 19556
/proc/meminfo: memFree=129297224/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=148468 memory=90232 CPUtime=50.94 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 13651 0 0 0 4889 205 0 0 20 0 1 0 33438593 152031232 22558 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 37117 22558 2528 595 0 21784 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 148468 KiB
Current children cumulated memory: 90232 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.17 4.16 5/251 19648
/proc/meminfo: memFree=129593708/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=156416 memory=98296 CPUtime=101.98 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 15676 0 0 0 9989 209 0 0 20 0 1 0 33438593 160169984 24574 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 39104 24574 2528 595 0 23771 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 156416 KiB
Current children cumulated memory: 98296 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/251 19650
/proc/meminfo: memFree=129553012/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=160780 memory=102648 CPUtime=161.8 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 16787 0 0 0 15812 368 0 0 20 0 1 0 33438593 164638720 25662 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 40195 25662 2528 595 0 24862 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 160780 KiB
Current children cumulated memory: 102648 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.14 4.15 5/251 19742
/proc/meminfo: memFree=129621220/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=164672 memory=106488 CPUtime=221.62 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 17760 0 0 0 21787 375 0 0 20 0 1 0 33438593 168624128 26622 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 41168 26622 2528 595 0 25835 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 164672 KiB
Current children cumulated memory: 106488 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.12 4.15 5/251 19788
/proc/meminfo: memFree=129560392/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=191952 memory=116892 CPUtime=281.42 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 19215 0 0 0 27761 381 0 0 20 0 1 0 33438593 196558848 29223 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 47988 29223 2528 595 0 32655 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 191952 KiB
Current children cumulated memory: 116892 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/251 19790
/proc/meminfo: memFree=129548256/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=194372 memory=119324 CPUtime=341.2 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 19841 0 0 0 33739 381 0 0 20 0 1 0 33438593 199036928 29831 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 48593 29831 2528 595 0 33260 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 194372 KiB
Current children cumulated memory: 119324 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/250 19836
/proc/meminfo: memFree=129595972/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=195940 memory=123092 CPUtime=400.99 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 20266 0 0 0 39714 385 0 0 20 0 1 0 33438593 200642560 30773 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 48985 30773 2528 595 0 33652 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 195940 KiB
Current children cumulated memory: 123092 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/250 19838
/proc/meminfo: memFree=129579716/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=197836 memory=125012 CPUtime=460.79 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 20754 0 0 0 45691 388 0 0 20 0 1 0 33438593 202584064 31253 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 49459 31253 2528 595 0 34126 0
Current children cumulated CPU time: 460.79 s

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

Current children cumulated memory: 168336 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.11 4.15 5/250 20059
/proc/meminfo: memFree=130018040/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=227820 memory=169744 CPUtime=2914.26 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 28231 0 0 0 290589 837 0 0 20 0 1 0 33438593 233287680 42436 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 56955 42436 2528 595 0 41622 0
Current children cumulated CPU time: 2914.26 s
Current children cumulated vsize: 227820 KiB
Current children cumulated memory: 169744 KiB

[startup+2982.3 s]
/proc/loadavg: 4.18 4.13 4.16 5/251 20064
/proc/meminfo: memFree=130017080/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=228436 memory=170384 CPUtime=2974.11 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 28392 0 0 0 296574 837 0 0 20 0 1 0 33438593 233918464 42596 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 57109 42596 2528 595 0 41776 0
Current children cumulated CPU time: 2974.11 s
Current children cumulated vsize: 228436 KiB
Current children cumulated memory: 170384 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/251 20066
/proc/meminfo: memFree=130013492/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=228436 memory=170384 CPUtime=3033.94 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 28392 0 0 0 302554 840 0 0 20 0 1 0 33438593 233918464 42596 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 57109 42596 2528 595 0 41776 0
Current children cumulated CPU time: 3033.94 s
Current children cumulated vsize: 228436 KiB
Current children cumulated memory: 170384 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.15 5/251 20072
/proc/meminfo: memFree=129983676/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=268064 memory=178948 CPUtime=3093.79 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 28982 0 0 0 308534 845 0 0 20 0 1 0 33438593 274497536 44737 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67016 44737 2528 595 0 51683 0
Current children cumulated CPU time: 3093.79 s
Current children cumulated vsize: 268064 KiB
Current children cumulated memory: 178948 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/251 20074
/proc/meminfo: memFree=129983908/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=268900 memory=180228 CPUtime=3153.62 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29303 0 0 0 314512 850 0 0 20 0 1 0 33438593 275353600 45057 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67225 45057 2528 595 0 51892 0
Current children cumulated CPU time: 3153.62 s
Current children cumulated vsize: 268900 KiB
Current children cumulated memory: 180228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/250 20076
/proc/meminfo: memFree=129979812/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270232 memory=181508 CPUtime=3213.47 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29637 0 0 0 320494 853 0 0 20 0 1 0 33438593 276717568 45377 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67558 45377 2528 595 0 52225 0
Current children cumulated CPU time: 3213.47 s
Current children cumulated vsize: 270232 KiB
Current children cumulated memory: 181508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.14 5/250 20078
/proc/meminfo: memFree=129983656/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3273.31 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29704 0 0 0 326478 853 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3273.31 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.13 5/250 20080
/proc/meminfo: memFree=129982400/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3333.16 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29704 0 0 0 332460 856 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.12 5/250 20082
/proc/meminfo: memFree=129959888/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3393.01 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29704 0 0 0 338441 860 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3393.01 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.12 4.13 5/251 20085
/proc/meminfo: memFree=129959888/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3452.86 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29707 0 0 0 344234 1052 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3452.86 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.12 5/251 20087
/proc/meminfo: memFree=129959280/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3512.69 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29707 0 0 0 350213 1056 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3512.69 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.12 5/252 20092
/proc/meminfo: memFree=129958268/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3572.54 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29707 0 0 0 356194 1060 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.08 4.10 4.11 5/251 20092
/proc/meminfo: memFree=129958268/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=270500 memory=181764 CPUtime=3600.07 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29707 0 0 0 358944 1063 0 0 20 0 1 0 33438593 276992000 45441 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 67625 45441 2528 595 0 52292 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 270500 KiB
Current children cumulated memory: 181764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.57 s, system=10.6348 s

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

[startup+3610 s]*
/proc/loadavg: 4.08 4.10 4.11 5/251 20092
/proc/meminfo: memFree=130019708/131382120 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=178028 memory=122352 CPUtime=3600.18 cores=0,2
/proc/19506/stat : 19506 (SynLSCD) R 19503 19506 18584 0 -1 4194304 29714 0 0 0 358955 1063 0 0 20 0 1 0 33438593 182300672 30588 18446744073709551615 94584859824128 94584862258281 140734376311472 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94584862739704 94584862772736 94584872763392 140734376319334 140734376319467 140734376319467 140734376325069 0
/proc/19506/statm: 44507 30588 2624 595 0 29174 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 178028 KiB
Current children cumulated memory: 122352 KiB

Child status: 0

Real time (s): 3610.03
CPU time (s): 3600.2
CPU user time (s): 3589.57
CPU system time (s): 10.6348
CPU usage (%): 99.7279
Max. virtual memory (cumulated for all children) (KiB): 270500
Max. memory (cumulated for all children) (KiB): 181764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.57
system time used= 10.6348
maximum resident set size= 225644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29739
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= 182
involuntary context switches= 8266


# summary of solver processes directly reported to runsolver:
#   pid: 19506
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3589.57
#   total CPU system time (s): 10.6348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6976 second user time and 31.9586 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 08:13:18
IDJOB=4507494
IDBENCH=158355
IDSOLVER=3369
FILE ID=nodeC002/4507494-1751177598
RUNJOBID= nodeC002-1751170366-18594
SLURM_JOB_ID= 9587526
Free space on /tmp= 433044 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.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-4507494-1751177598/watcher-4507494-1751177598 -o /tmp/evaluation-result-4507494-1751177598/solver-4507494-1751177598 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751170366-18594 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507494-1751177598.opb

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

MD5SUM BENCH= b65f6b5f7cc62b44e438e625661039cb
RANDOM SEED=477927287

nodeC002 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		: 3492.750
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.81
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		: 3594.634
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.81
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.229
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.81
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.617
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.81
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.894
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.81
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		: 3594.599
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.81
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.356
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.81
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		: 1198.211
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129085968 kB
MemAvailable:   128732284 kB
Buffers:            3280 kB
Cached:           458076 kB
SwapCached:            0 kB
Active:          1525892 kB
Inactive:         210920 kB
Active(anon):    1293416 kB
Inactive(anon):        0 kB
Active(file):     232476 kB
Inactive(file):   210920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4040 kB
Writeback:             0 kB
AnonPages:       1278528 kB
Mapped:           113788 kB
Shmem:             17960 kB
KReclaimable:      85096 kB
Slab:             166644 kB
SReclaimable:      85096 kB
SUnreclaim:        81548 kB
KernelStack:        4032 kB
PageTables:         5644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1787420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC002 at 2025-06-29 09:13:28