Trace number 4507495

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3600.19 3609.22

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.03	c #vars 5916 #constraints 6092 1.02975 1
0.39/0.41	c 6092 constraints
0.39/0.41	c Finish cloning data from SAT to LS
0.39/0.41	c restart_num_ls  -100000 0
18.64/18.79	c Use LS-small
18.64/18.79	c update_LS_target_phase-runLS
208.86/209.59	c restart_num  0 301
208.86/209.59	c LS-restart 90 31
591.18/592.80	c Use LS-small
591.18/592.80	c restart_num  301 602
591.18/592.80	c LS-restart 80 43
1100.79/1103.78	c Use LS-small
1100.79/1103.78	c restart_num  602 903
1100.79/1103.78	c LS-restart 70 96
1100.79/1103.78	c similarity no use LS 0.994591
2009.01/2014.17	c restart_num  903 1204
2009.01/2014.17	c LS-restart 70 37
2501.88/2508.30	c Use LS-small
2501.88/2508.30	c restart_num  1204 1506
2501.88/2508.30	c LS-restart 60 20
3324.18/3332.64	c Use LS-small
3324.18/3332.64	c restart_num  1506 1807
3324.18/3332.64	c LS-restart 50 28
3600.06/3609.10	c Use LS-small
3600.06/3609.10	c Program interrupted by user.
3600.06/3609.10	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62370 MiB free)
  memory of node 1: 64465 MiB (63676 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.12 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129055684/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=99636 memory=26960 CPUtime=0.09 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 4816 0 0 0 8 1 0 0 20 0 1 0 33352929 102027264 6740 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 24909 6740 2464 595 0 9576 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 99636 KiB
Current children cumulated memory: 26960 KiB

[startup+0.205584 s]*
/proc/loadavg: 4.12 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129055684/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=101052 memory=28240 CPUtime=0.2 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 5116 0 0 0 18 2 0 0 20 0 1 0 33352929 103477248 7060 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 25263 7060 2464 595 0 9930 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101052 KiB
Current children cumulated memory: 28240 KiB

[startup+0.305495 s]*
/proc/loadavg: 4.12 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129056456/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=101788 memory=28752 CPUtime=0.29 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 5268 0 0 0 27 2 0 0 20 0 1 0 33352929 104230912 7188 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 25447 7188 2464 595 0 10114 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 101788 KiB
Current children cumulated memory: 28752 KiB

[startup+0.700172 s]
/proc/loadavg: 4.12 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129048392/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=110028 memory=36816 CPUtime=0.68 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 7275 0 0 0 63 5 0 0 20 0 1 0 33352929 112668672 9204 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 27507 9204 2464 595 0 12174 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 110028 KiB
Current children cumulated memory: 36816 KiB

[startup+1.50014 s]
/proc/loadavg: 4.12 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129048392/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=110028 memory=36816 CPUtime=1.48 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 7275 0 0 0 135 13 0 0 20 0 1 0 33352929 112668672 9204 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 27507 9204 2464 595 0 12174 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 110028 KiB
Current children cumulated memory: 36816 KiB

[startup+3.10567 s]
/proc/loadavg: 4.11 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129048616/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=110028 memory=36816 CPUtime=3.08 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 7275 0 0 0 277 31 0 0 20 0 1 0 33352929 112668672 9204 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 27507 9204 2464 595 0 12174 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 110028 KiB
Current children cumulated memory: 36816 KiB

[startup+6.30015 s]
/proc/loadavg: 4.11 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129048632/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=110028 memory=36816 CPUtime=6.27 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 7275 0 0 0 562 65 0 0 20 0 1 0 33352929 112668672 9204 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 27507 9204 2464 595 0 12174 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 110028 KiB
Current children cumulated memory: 36816 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.10 4.04 5/264 23156
/proc/meminfo: memFree=129039140/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=110028 memory=36816 CPUtime=12.65 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 7275 0 0 0 1128 137 0 0 20 0 1 0 33352929 112668672 9204 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 27507 9204 2464 595 0 12174 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 110028 KiB
Current children cumulated memory: 36816 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.04 5/264 23156
/proc/meminfo: memFree=129001884/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=132108 memory=70232 CPUtime=25.41 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 9676 0 0 0 2334 207 0 0 20 0 1 0 33352929 135278592 17558 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 33027 17558 2496 595 0 17694 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 132108 KiB
Current children cumulated memory: 70232 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.10 4.04 5/264 23157
/proc/meminfo: memFree=128959100/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=167672 memory=90600 CPUtime=50.95 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 13629 0 0 0 4883 212 0 0 20 0 1 0 33352929 171696128 22650 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 41918 22650 2528 595 0 26585 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 167672 KiB
Current children cumulated memory: 90600 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.04 5/263 23158
/proc/meminfo: memFree=128937444/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=174820 memory=97896 CPUtime=102.01 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 15435 0 0 0 9982 219 0 0 20 0 1 0 33352929 179015680 24474 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 43705 24474 2528 595 0 28372 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 174820 KiB
Current children cumulated memory: 97896 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.11 4.05 5/263 23172
/proc/meminfo: memFree=128890416/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=180832 memory=103656 CPUtime=161.82 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 16899 0 0 0 15961 221 0 0 20 0 1 0 33352929 185171968 25914 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 45208 25914 2528 595 0 29875 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 180832 KiB
Current children cumulated memory: 103656 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.05 5/264 23177
/proc/meminfo: memFree=128897380/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=183208 memory=114496 CPUtime=221.63 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 17567 0 0 0 21797 366 0 0 20 0 1 0 33352929 187604992 28624 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 45802 28624 2528 595 0 30469 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 183208 KiB
Current children cumulated memory: 114496 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/264 23181
/proc/meminfo: memFree=128870968/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=188404 memory=120512 CPUtime=281.46 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 18834 0 0 0 27772 374 0 0 20 0 1 0 33352929 192925696 30128 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 47101 30128 2528 595 0 31768 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 188404 KiB
Current children cumulated memory: 120512 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 4.06 5/264 23183
/proc/meminfo: memFree=128872592/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=190096 memory=122176 CPUtime=341.31 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 19269 0 0 0 33755 376 0 0 20 0 1 0 33352929 194658304 30544 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 47524 30544 2528 595 0 32191 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 190096 KiB
Current children cumulated memory: 122176 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/264 23185
/proc/meminfo: memFree=128886200/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=194164 memory=126144 CPUtime=401.17 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 20264 0 0 0 39739 378 0 0 20 0 1 0 33352929 198823936 31536 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 48541 31536 2528 595 0 33208 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 194164 KiB
Current children cumulated memory: 126144 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 4.06 5/263 23187
/proc/meminfo: memFree=128869132/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=196832 memory=128832 CPUtime=461.02 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 20950 0 0 0 45721 381 0 0 20 0 1 0 33352929 201555968 32208 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 49208 32208 2528 595 0 33875 0

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

Current children cumulated memory: 154504 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/263 23304
/proc/meminfo: memFree=128660220/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=220756 memory=154760 CPUtime=2914.88 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 26928 0 0 0 290524 964 0 0 20 0 1 0 33352929 226054144 38690 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55189 38690 2528 595 0 39856 0
Current children cumulated CPU time: 2914.88 s
Current children cumulated vsize: 220756 KiB
Current children cumulated memory: 154760 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 23309
/proc/meminfo: memFree=128660132/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=220756 memory=154760 CPUtime=2974.72 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 26929 0 0 0 296507 965 0 0 20 0 1 0 33352929 226054144 38690 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55189 38690 2528 595 0 39856 0
Current children cumulated CPU time: 2974.72 s
Current children cumulated vsize: 220756 KiB
Current children cumulated memory: 154760 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/264 23311
/proc/meminfo: memFree=128622320/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=221308 memory=155272 CPUtime=3034.58 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27053 0 0 0 302493 965 0 0 20 0 1 0 33352929 226619392 38818 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55327 38818 2528 595 0 39994 0
Current children cumulated CPU time: 3034.58 s
Current children cumulated vsize: 221308 KiB
Current children cumulated memory: 155272 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 23314
/proc/meminfo: memFree=128620976/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=221540 memory=157660 CPUtime=3094.45 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27142 0 0 0 308477 968 0 0 20 0 1 0 33352929 226856960 39415 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55385 39415 2528 595 0 40052 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 221540 KiB
Current children cumulated memory: 157660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 23316
/proc/meminfo: memFree=128620616/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=221540 memory=157660 CPUtime=3154.3 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27143 0 0 0 314461 969 0 0 20 0 1 0 33352929 226856960 39415 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55385 39415 2528 595 0 40052 0
Current children cumulated CPU time: 3154.3 s
Current children cumulated vsize: 221540 KiB
Current children cumulated memory: 157660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 23320
/proc/meminfo: memFree=128600544/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=222008 memory=158044 CPUtime=3214.15 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27228 0 0 0 320442 973 0 0 20 0 1 0 33352929 227336192 39511 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55502 39511 2528 595 0 40169 0
Current children cumulated CPU time: 3214.15 s
Current children cumulated vsize: 222008 KiB
Current children cumulated memory: 158044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/262 23324
/proc/meminfo: memFree=128602260/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=222008 memory=158172 CPUtime=3274.01 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27248 0 0 0 326428 973 0 0 20 0 1 0 33352929 227336192 39543 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55502 39543 2528 595 0 40169 0
Current children cumulated CPU time: 3274.01 s
Current children cumulated vsize: 222008 KiB
Current children cumulated memory: 158172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 23460
/proc/meminfo: memFree=129401180/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=222704 memory=158684 CPUtime=3333.87 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27422 0 0 0 332289 1098 0 0 20 0 1 0 33352929 228048896 39671 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55676 39671 2528 595 0 40343 0
Current children cumulated CPU time: 3333.87 s
Current children cumulated vsize: 222704 KiB
Current children cumulated memory: 158684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 23552
/proc/meminfo: memFree=129530300/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=222704 memory=158684 CPUtime=3393.72 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27424 0 0 0 338219 1153 0 0 20 0 1 0 33352929 228048896 39671 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55676 39671 2528 595 0 40343 0
Current children cumulated CPU time: 3393.72 s
Current children cumulated vsize: 222704 KiB
Current children cumulated memory: 158684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 23554
/proc/meminfo: memFree=129520624/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=223688 memory=159708 CPUtime=3453.59 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27674 0 0 0 344203 1156 0 0 20 0 1 0 33352929 229056512 39927 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 55922 39927 2528 595 0 40589 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 223688 KiB
Current children cumulated memory: 159708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 23556
/proc/meminfo: memFree=129520240/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=224160 memory=160220 CPUtime=3513.46 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27806 0 0 0 350187 1159 0 0 20 0 1 0 33352929 229539840 40055 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 56040 40055 2528 595 0 40707 0
Current children cumulated CPU time: 3513.46 s
Current children cumulated vsize: 224160 KiB
Current children cumulated memory: 160220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 23561
/proc/meminfo: memFree=129528556/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=224160 memory=160220 CPUtime=3573.32 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27809 0 0 0 356172 1160 0 0 20 0 1 0 33352929 229539840 40055 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 56040 40055 2528 595 0 40707 0
Current children cumulated CPU time: 3573.32 s
Current children cumulated vsize: 224160 KiB
Current children cumulated memory: 160220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 23561
/proc/meminfo: memFree=129523972/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=224596 memory=160604 CPUtime=3600.06 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27899 0 0 0 358844 1162 0 0 20 0 1 0 33352929 229986304 40151 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 56149 40151 2528 595 0 40816 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 224596 KiB
Current children cumulated memory: 160604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.57 s, system=11.6272 s

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

[startup+3609.2 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 23561
/proc/meminfo: memFree=129523972/131249988 swapFree=33010684/33010684
[pid=23155] ppid=23152 vsize=171752 memory=116152 CPUtime=3600.16 cores=1,3
/proc/23155/stat : 23155 (SynLSCD-PS) R 23152 23155 22261 0 -1 4194304 27904 0 0 0 358854 1162 0 0 20 0 1 0 33352929 175874048 29038 18446744073709551615 94786118623232 94786121058233 140732561426720 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94786121538808 94786121571840 94786130964480 140732561434976 140732561435112 140732561435112 140732561440714 0
/proc/23155/statm: 42938 29038 2592 595 0 27605 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 171752 KiB
Current children cumulated memory: 116152 KiB

Child status: 0

Real time (s): 3609.22
CPU time (s): 3600.19
CPU user time (s): 3588.57
CPU system time (s): 11.6272
CPU usage (%): 99.7498
Max. virtual memory (cumulated for all children) (KiB): 224596
Max. memory (cumulated for all children) (KiB): 160604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.57
system time used= 11.6272
maximum resident set size= 160860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27929
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= 170
involuntary context switches= 5046


# summary of solver processes directly reported to runsolver:
#   pid: 23155
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3588.57
#   total CPU system time (s): 11.6272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09036 second user time and 15.1635 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 07:59:14
IDJOB=4507495
IDBENCH=158355
IDSOLVER=3370
FILE ID=nodeC020/4507495-1751176754
RUNJOBID= nodeC020-1751172827-22273
SLURM_JOB_ID= 9587540
Free space on /tmp= 433048 MiB

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

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

MD5SUM BENCH= b65f6b5f7cc62b44e438e625661039cb
RANDOM SEED=1749926268

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129071752 kB
MemAvailable:   129103820 kB
Buffers:            3280 kB
Cached:           839344 kB
SwapCached:            0 kB
Active:           996484 kB
Inactive:         532044 kB
Active(anon):     703960 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   532044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:        689000 kB
Mapped:           114236 kB
Shmem:             18056 kB
KReclaimable:      93480 kB
Slab:             179944 kB
SReclaimable:      93480 kB
SUnreclaim:        86464 kB
KernelStack:        4304 kB
PageTables:         4584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1112988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC020 at 2025-06-29 08:59:23