Trace number 4545782

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-07-23? (TO) 3600.2 3609.22

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K90.opb
MD5SUMdd58632d9551a3604736dadf6eadc418
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 benchmark50.6923
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
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 6120 #constraints 6302 1.02974 1
0.00/0.03	c intsize: 7
0.38/0.43	c 6302 constraints
0.38/0.43	c Finish cloning data from SAT to LS
0.38/0.43	c restart_num_ls  -100000 0
166.64/167.13	c Use LS-small
166.64/167.13	restart_num  0 301
166.64/167.13	c LS-restart 90 10
496.92/498.29	c Use LS-small
496.92/498.29	restart_num  301 604
496.92/498.29	c LS-restart 80 78
802.58/804.60	c Use LS-small
802.58/804.60	restart_num  604 906
802.58/804.60	c LS-restart 70 18
1446.66/1450.64	c Use LS-small
1446.66/1450.64	restart_num  906 1210
1446.66/1450.64	c LS-restart 60 60
1446.66/1450.64	c similarity no use LS 0.986928
1821.59/1826.48	restart_num  1210 1511
1821.59/1826.48	c LS-restart 60 24
2348.47/2354.51	c Use LS-small
2348.47/2354.51	restart_num  1511 1815
2348.47/2354.51	c LS-restart 50 59
2348.47/2354.51	c similarity no use LS 0.991176
3283.23/3291.51	restart_num  1815 2136
3283.23/3291.51	c LS-restart 50 92
3283.23/3291.51	c similarity no use LS 0.989869
3600.08/3609.11	c Program interrupted by user.
3600.08/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: 63665 MiB (61732 MiB free)
  memory of node 1: 64507 MiB (62666 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545782-1753259800/watcher-4545782-1753259800 -o /tmp/evaluation-result-4545782-1753259800/solver-4545782-1753259800 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753259701-183553 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545782-1753259800.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=183927, runsolver pid=183924

[startup+0.100063 s]*
/proc/loadavg: 3.36 1.22 0.50 5/264 183928
/proc/meminfo: memFree=127368360/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=99248 memory=26704 CPUtime=0.08 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 4727 0 0 0 8 0 0 0 20 0 1 0 241657734 101629952 6676 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 24812 6676 2496 595 0 9479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 99248 KiB
Current children cumulated memory: 26704 KiB

[startup+0.20556 s]*
/proc/loadavg: 3.36 1.22 0.50 5/264 183928
/proc/meminfo: memFree=127364580/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=101228 memory=28368 CPUtime=0.18 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 5128 0 0 0 17 1 0 0 20 0 1 0 241657734 103657472 7092 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 25307 7092 2496 595 0 9974 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 101228 KiB
Current children cumulated memory: 28368 KiB

[startup+0.305506 s]*
/proc/loadavg: 3.36 1.22 0.50 5/264 183928
/proc/meminfo: memFree=127364580/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=102056 memory=29136 CPUtime=0.28 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 5316 0 0 0 27 1 0 0 20 0 1 0 241657734 104505344 7284 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 25514 7284 2496 595 0 10181 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 102056 KiB
Current children cumulated memory: 29136 KiB

[startup+0.700171 s]
/proc/loadavg: 3.36 1.22 0.50 5/264 183928
/proc/meminfo: memFree=127364684/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=111096 memory=37712 CPUtime=0.66 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 7485 0 0 0 63 3 0 0 20 0 1 0 241657734 113762304 9428 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 27774 9428 2496 595 0 12441 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 111096 KiB
Current children cumulated memory: 37712 KiB

[startup+1.50014 s]
/proc/loadavg: 3.41 1.26 0.51 5/264 183928
/proc/meminfo: memFree=127372748/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=111096 memory=37712 CPUtime=1.46 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 7485 0 0 0 134 12 0 0 20 0 1 0 241657734 113762304 9428 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 27774 9428 2496 595 0 12441 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 111096 KiB
Current children cumulated memory: 37712 KiB

[startup+3.10536 s]
/proc/loadavg: 3.41 1.26 0.51 5/264 183929
/proc/meminfo: memFree=127407040/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=111096 memory=37712 CPUtime=3.06 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 7485 0 0 0 277 29 0 0 20 0 1 0 241657734 113762304 9428 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 27774 9428 2496 595 0 12441 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 111096 KiB
Current children cumulated memory: 37712 KiB

[startup+6.30015 s]
/proc/loadavg: 3.46 1.31 0.53 5/264 183929
/proc/meminfo: memFree=127452412/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=111096 memory=37712 CPUtime=6.25 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 7485 0 0 0 557 68 0 0 20 0 1 0 241657734 113762304 9428 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 27774 9428 2496 595 0 12441 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 111096 KiB
Current children cumulated memory: 37712 KiB

[startup+12.7002 s]
/proc/loadavg: 3.50 1.35 0.55 4/260 183937
/proc/meminfo: memFree=127533640/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=111096 memory=37712 CPUtime=12.63 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 7485 0 0 0 1125 138 0 0 20 0 1 0 241657734 113762304 9428 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 27774 9428 2496 595 0 12441 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 111096 KiB
Current children cumulated memory: 37712 KiB

[startup+25.5002 s]
/proc/loadavg: 3.58 1.44 0.59 5/264 183974
/proc/meminfo: memFree=127642844/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=138492 memory=80472 CPUtime=25.4 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 11226 0 0 0 2367 173 0 0 20 0 1 0 241657734 141815808 20118 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 34623 20118 2496 595 0 19290 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 138492 KiB
Current children cumulated memory: 80472 KiB

[startup+51.1053 s]
/proc/loadavg: 3.80 1.70 0.70 5/264 183974
/proc/meminfo: memFree=127708128/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=171580 memory=96324 CPUtime=50.94 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 14077 0 0 0 4914 180 0 0 20 0 1 0 241657734 175697920 24081 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 42895 24081 2496 595 0 27562 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 171580 KiB
Current children cumulated memory: 96324 KiB

[startup+102.3 s]
/proc/loadavg: 3.96 2.07 0.89 5/264 183976
/proc/meminfo: memFree=127739728/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=179016 memory=103620 CPUtime=102 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 15901 0 0 0 10016 184 0 0 20 0 1 0 241657734 183312384 25905 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 44754 25905 2496 595 0 29421 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 179016 KiB
Current children cumulated memory: 103620 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 2.46 1.09 5/264 183978
/proc/meminfo: memFree=127704008/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=184556 memory=109252 CPUtime=161.84 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 17298 0 0 0 15997 187 0 0 20 0 1 0 241657734 188985344 27313 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 46139 27313 2496 595 0 30806 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 184556 KiB
Current children cumulated memory: 109252 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.76 1.28 5/264 184025
/proc/meminfo: memFree=127941440/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=189032 memory=113988 CPUtime=221.7 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 18478 0 0 0 21801 369 0 0 20 0 1 0 241657734 193568768 28497 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 47258 28497 2496 595 0 31925 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 189032 KiB
Current children cumulated memory: 113988 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 3.03 1.47 5/263 184027
/proc/meminfo: memFree=127904984/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=191536 memory=117168 CPUtime=281.54 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 19246 0 0 0 27779 375 0 0 20 0 1 0 241657734 196132864 29292 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 47884 29292 2496 595 0 32551 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 191536 KiB
Current children cumulated memory: 117168 KiB

[startup+342.3 s]
/proc/loadavg: 4.29 3.28 1.66 5/263 184030
/proc/meminfo: memFree=127862240/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=194956 memory=120624 CPUtime=341.4 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 20126 0 0 0 33765 375 0 0 20 0 1 0 241657734 199634944 30156 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 48739 30156 2496 595 0 33406 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 194956 KiB
Current children cumulated memory: 120624 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.43 1.81 5/264 184033
/proc/meminfo: memFree=127854604/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=198916 memory=124336 CPUtime=401.25 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 21071 0 0 0 39746 379 0 0 20 0 1 0 241657734 203689984 31084 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 49729 31084 2496 595 0 34396 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 198916 KiB
Current children cumulated memory: 124336 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 3.57 1.96 5/264 184035
/proc/meminfo: memFree=127847828/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=200100 memory=125872 CPUtime=461.1 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 21443 0 0 0 45725 385 0 0 20 0 1 0 241657734 204902400 31468 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 50025 31468 2496 595 0 34692 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 149144 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.08 3.99 5/264 184180
/proc/meminfo: memFree=127573428/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=219136 memory=149144 CPUtime=2914.91 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26307 0 0 0 290420 1071 0 0 20 0 1 0 241657734 224395264 37286 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 54784 37286 2496 595 0 39451 0
Current children cumulated CPU time: 2914.91 s
Current children cumulated vsize: 219136 KiB
Current children cumulated memory: 149144 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.08 4.00 5/263 184183
/proc/meminfo: memFree=127569740/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=219636 memory=149784 CPUtime=2974.77 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26443 0 0 0 296402 1075 0 0 20 0 1 0 241657734 224907264 37446 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 54909 37446 2496 595 0 39576 0
Current children cumulated CPU time: 2974.77 s
Current children cumulated vsize: 219636 KiB
Current children cumulated memory: 149784 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.10 4.01 5/263 184185
/proc/meminfo: memFree=127567752/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=219636 memory=151860 CPUtime=3034.63 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26445 0 0 0 302387 1076 0 0 20 0 1 0 241657734 224907264 37965 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 54909 37965 2496 595 0 39576 0
Current children cumulated CPU time: 3034.63 s
Current children cumulated vsize: 219636 KiB
Current children cumulated memory: 151860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.05 4.08 4.00 5/263 184187
/proc/meminfo: memFree=127567688/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=220440 memory=152756 CPUtime=3094.49 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26673 0 0 0 308369 1080 0 0 20 0 1 0 241657734 225730560 38189 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55110 38189 2496 595 0 39777 0
Current children cumulated CPU time: 3094.49 s
Current children cumulated vsize: 220440 KiB
Current children cumulated memory: 152756 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.00 5/263 184189
/proc/meminfo: memFree=127567800/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=220440 memory=152756 CPUtime=3154.34 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26673 0 0 0 314350 1084 0 0 20 0 1 0 241657734 225730560 38189 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55110 38189 2496 595 0 39777 0
Current children cumulated CPU time: 3154.34 s
Current children cumulated vsize: 220440 KiB
Current children cumulated memory: 152756 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/262 184191
/proc/meminfo: memFree=127567636/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=220440 memory=152756 CPUtime=3214.19 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26673 0 0 0 320335 1084 0 0 20 0 1 0 241657734 225730560 38189 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55110 38189 2496 595 0 39777 0
Current children cumulated CPU time: 3214.19 s
Current children cumulated vsize: 220440 KiB
Current children cumulated memory: 152756 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/262 184193
/proc/meminfo: memFree=127559196/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221084 memory=153268 CPUtime=3274.05 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26827 0 0 0 326317 1088 0 0 20 0 1 0 241657734 226390016 38317 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55271 38317 2496 595 0 39938 0
Current children cumulated CPU time: 3274.05 s
Current children cumulated vsize: 221084 KiB
Current children cumulated memory: 153268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/263 184196
/proc/meminfo: memFree=127558884/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221084 memory=153268 CPUtime=3333.92 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26827 0 0 0 332299 1093 0 0 20 0 1 0 241657734 226390016 38317 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55271 38317 2496 595 0 39938 0
Current children cumulated CPU time: 3333.92 s
Current children cumulated vsize: 221084 KiB
Current children cumulated memory: 153268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/263 184198
/proc/meminfo: memFree=127558772/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221084 memory=153268 CPUtime=3393.77 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26831 0 0 0 338283 1094 0 0 20 0 1 0 241657734 226390016 38317 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55271 38317 2496 595 0 39938 0
Current children cumulated CPU time: 3393.77 s
Current children cumulated vsize: 221084 KiB
Current children cumulated memory: 153268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/263 184200
/proc/meminfo: memFree=127558664/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221308 memory=153396 CPUtime=3453.63 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26876 0 0 0 344266 1097 0 0 20 0 1 0 241657734 226619392 38349 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55327 38349 2496 595 0 39994 0
Current children cumulated CPU time: 3453.63 s
Current children cumulated vsize: 221308 KiB
Current children cumulated memory: 153396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.01 5/263 184253
/proc/meminfo: memFree=128055304/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221308 memory=153396 CPUtime=3513.48 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26876 0 0 0 350247 1101 0 0 20 0 1 0 241657734 226619392 38349 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55327 38349 2496 595 0 39994 0
Current children cumulated CPU time: 3513.48 s
Current children cumulated vsize: 221308 KiB
Current children cumulated memory: 153396 KiB

[startup+3582.3 s]
/proc/loadavg: 4.44 4.17 4.04 5/263 184255
/proc/meminfo: memFree=128052284/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221548 memory=153780 CPUtime=3573.34 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26955 0 0 0 356228 1106 0 0 20 0 1 0 241657734 226865152 38445 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55387 38445 2496 595 0 40054 0
Current children cumulated CPU time: 3573.34 s
Current children cumulated vsize: 221548 KiB
Current children cumulated memory: 153780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.36 4.18 4.05 5/263 184256
/proc/meminfo: memFree=128046992/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=221548 memory=153780 CPUtime=3600.08 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26956 0 0 0 358902 1106 0 0 20 0 1 0 241657734 226865152 38445 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 55387 38445 2496 595 0 40054 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 221548 KiB
Current children cumulated memory: 153780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.14 s, system=11.0624 s

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

[startup+3609.2 s]
/proc/loadavg: 4.36 4.18 4.05 5/263 184256
/proc/meminfo: memFree=128046992/131249996 swapFree=33010416/33010684
[pid=183927] ppid=183924 vsize=168704 memory=113232 CPUtime=3600.18 cores=4,6
/proc/183927/stat : 183927 (SynLSCD) R 183924 183927 183535 0 -1 4194304 26962 0 0 0 358912 1106 0 0 20 0 1 0 241657734 172752896 28308 18446744073709551615 94404270092288 94404272526889 140736992538144 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94404273007864 94404273040896 94404279222272 140736992545155 140736992545290 140736992545290 140736992550894 0
/proc/183927/statm: 42176 28308 2592 595 0 26843 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 168704 KiB
Current children cumulated memory: 113232 KiB

Child status: 0

Real time (s): 3609.22
CPU time (s): 3600.2
CPU user time (s): 3589.14
CPU system time (s): 11.0624
CPU usage (%): 99.7502
Max. virtual memory (cumulated for all children) (KiB): 221548
Max. memory (cumulated for all children) (KiB): 153780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.14
system time used= 11.0624
maximum resident set size= 154164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26987
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= 169
involuntary context switches= 1764


# summary of solver processes directly reported to runsolver:
#   pid: 183927
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3589.14
#   total CPU system time (s): 11.0624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7414 second user time and 15.3604 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 10:36:40
IDJOB=4545782
IDBENCH=158339
IDSOLVER=3421
FILE ID=nodeC022/4545782-1753259800
RUNJOBID= nodeC022-1753259701-183553
SLURM_JOB_ID= 9689177
Free space on /tmp= 432796 MiB

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

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=381433518

nodeC022 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.609
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.44
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.321
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.44
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		: 3601.843
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.44
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.998
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.44
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		: 3755.050
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.44
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.705
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.44
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		: 3599.599
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.44
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		: 3700.000
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127384976 kB
MemAvailable:   128581532 kB
Buffers:            2128 kB
Cached:          1946088 kB
SwapCached:           32 kB
Active:          1559288 kB
Inactive:         804296 kB
Active(anon):     439468 kB
Inactive(anon):     2124 kB
Active(file):    1119820 kB
Inactive(file):   802172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13116 kB
Writeback:             0 kB
AnonPages:        418616 kB
Mapped:           120644 kB
Shmem:             26220 kB
KReclaimable:     227208 kB
Slab:             323500 kB
SReclaimable:     227208 kB
SUnreclaim:        96292 kB
KernelStack:        4304 kB
PageTables:         4156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     846956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC022 at 2025-07-23 11:36:49