Trace number 4494646

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01UNSAT 1080.13 1083.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.15436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
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.02	c #vars 231 #constraints 2707 11.7186 1
0.00/0.03	c 2707 constraints
0.00/0.03	c Finish cloning data from SAT to LS
0.00/0.03	c restart_num_ls  -100000 0
43.78/43.92	c Use LS-small
43.78/43.92	restart_num  0 304
43.78/43.92	LS-restart 90 60
113.71/114.03	c Use LS-small
113.71/114.03	restart_num  304 620
113.71/114.03	LS-restart 80 53
186.23/186.79	c Use LS-small
186.23/186.79	restart_num  620 974
186.23/186.79	LS-restart 70 69
297.83/298.67	c Use LS-small
297.83/298.67	restart_num  974 1295
297.83/298.67	LS-restart 60 61
378.65/379.61	c Use LS-small
378.65/379.61	restart_num  1295 1628
378.65/379.61	LS-restart 50 26
464.05/465.21	c Use LS-small
464.05/465.21	restart_num  1628 2042
464.05/465.21	LS-restart 40 53
619.49/621.15	c Use LS-small
619.49/621.15	restart_num  2042 2366
619.49/621.15	LS-restart 30 35
731.33/733.36	c Use LS-small
731.33/733.36	restart_num  2366 2861
731.33/733.36	LS-restart 20 92
846.09/848.47	c Use LS-small
846.09/848.47	restart_num  2861 3233
846.09/848.47	LS-restart 10 90
963.04/965.73	c Use LS-small
963.04/965.73	restart_num  3233 3727
1080.10/1083.11	c Use LS-small
1080.10/1083.11	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494646-1751150689/watcher-4494646-1751150689 -o /tmp/evaluation-result-4494646-1751150689/solver-4494646-1751150689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751143366-14982 --watchdog 3760 SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4494646-1751150689.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
Linux 5.14.0-503.14.1.el
solver pid=19334, runsolver pid=19331
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128418852/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=0.08 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 7 1 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+0.20552 s]*
/proc/loadavg: 4.11 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128418852/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=0.19 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 16 3 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+0.305436 s]*
/proc/loadavg: 4.11 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128418852/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=0.28 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 24 4 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+0.700169 s]
/proc/loadavg: 4.11 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128418852/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=0.67 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 57 10 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128418860/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=1.47 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 127 20 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+3.10529 s]
/proc/loadavg: 4.10 4.18 4.12 5/264 19335
/proc/meminfo: memFree=128418860/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=3.08 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 266 42 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.18 4.12 5/264 19335
/proc/meminfo: memFree=128418860/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=86676 memory=14016 CPUtime=6.26 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 1474 0 0 0 546 80 0 0 20 0 1 0 30746486 88756224 3504 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 21669 3504 2496 595 0 6336 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 14016 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.17 4.12 5/264 19335
/proc/meminfo: memFree=128415080/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=89204 memory=21352 CPUtime=12.65 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 2254 0 0 0 1132 133 0 0 20 0 1 0 30746486 91344896 5338 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 22301 5338 2528 595 0 6968 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 89204 KiB
Current children cumulated memory: 21352 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.18 4.13 5/264 19335
/proc/meminfo: memFree=128411048/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=91160 memory=23144 CPUtime=25.42 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 2713 0 0 0 2400 142 0 0 20 0 1 0 30746486 93347840 5786 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 22790 5786 2528 595 0 7457 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 91160 KiB
Current children cumulated memory: 23144 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.17 4.12 5/265 19337
/proc/meminfo: memFree=128411040/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=92212 memory=26376 CPUtime=50.97 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 3091 0 0 0 4845 252 0 0 20 0 1 0 30746486 94425088 6594 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 23053 6594 2528 595 0 7720 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 92212 KiB
Current children cumulated memory: 26376 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.15 4.12 5/265 19428
/proc/meminfo: memFree=128979064/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=94236 memory=28428 CPUtime=102.03 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 4596 0 0 0 9879 324 0 0 20 0 1 0 30746486 96497664 7107 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 23559 7107 2528 595 0 8226 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 94236 KiB
Current children cumulated memory: 28428 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/265 19519
/proc/meminfo: memFree=129626036/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=94772 memory=28964 CPUtime=161.89 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 5824 0 0 0 15697 492 0 0 20 0 1 0 30746486 97046528 7241 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 23693 7241 2528 595 0 8360 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 94772 KiB
Current children cumulated memory: 28964 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.12 4.11 5/266 19794
/proc/meminfo: memFree=129618736/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=95320 memory=31572 CPUtime=221.74 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 7278 0 0 0 21516 658 0 0 20 0 1 0 30746486 97607680 7893 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 23830 7893 2528 595 0 8497 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 95320 KiB
Current children cumulated memory: 31572 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/265 19932
/proc/meminfo: memFree=130051972/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=96432 memory=32640 CPUtime=281.57 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 8430 0 0 0 27462 695 0 0 20 0 1 0 30746486 98746368 8160 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24108 8160 2528 595 0 8775 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 96432 KiB
Current children cumulated memory: 32640 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/266 19935
/proc/meminfo: memFree=130042208/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=96544 memory=32740 CPUtime=341.43 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 8670 0 0 0 33288 855 0 0 20 0 1 0 30746486 98861056 8185 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24136 8185 2528 595 0 8803 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 96544 KiB
Current children cumulated memory: 32740 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/265 19937
/proc/meminfo: memFree=130052944/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=96328 memory=32696 CPUtime=401.3 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 9974 0 0 0 39114 1016 0 0 20 0 1 0 30746486 98639872 8174 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24082 8174 2528 595 0 8749 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 96328 KiB
Current children cumulated memory: 32696 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 19939
/proc/meminfo: memFree=130060056/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=96580 memory=32948 CPUtime=461.16 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 11032 0 0 0 45067 1049 0 0 20 0 1 0 30746486 98897920 8237 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24145 8237 2528 595 0 8812 0
Current children cumulated CPU time: 461.16 s

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

/proc/loadavg: 4.06 4.09 4.09 5/266 20941
/proc/meminfo: memFree=130072408/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98456 memory=34644 CPUtime=700.4 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 13482 0 0 0 68584 1456 0 0 20 0 1 0 30746486 100818944 8661 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24614 8661 2528 595 0 9281 0
Current children cumulated CPU time: 700.4 s
Current children cumulated vsize: 98456 KiB
Current children cumulated memory: 34644 KiB

[startup+762.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 20943
/proc/meminfo: memFree=130067964/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98456 memory=34644 CPUtime=760.25 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 13491 0 0 0 74397 1628 0 0 20 0 1 0 30746486 100818944 8661 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24614 8661 2528 595 0 9281 0
Current children cumulated CPU time: 760.25 s
Current children cumulated vsize: 98456 KiB
Current children cumulated memory: 34644 KiB

[startup+822.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 20947
/proc/meminfo: memFree=130068256/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98448 memory=34800 CPUtime=820.08 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 14183 0 0 0 80343 1665 0 0 20 0 1 0 30746486 100810752 8700 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24612 8700 2528 595 0 9279 0
Current children cumulated CPU time: 820.08 s
Current children cumulated vsize: 98448 KiB
Current children cumulated memory: 34800 KiB

[startup+882.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 21178
/proc/meminfo: memFree=130072488/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98504 memory=34856 CPUtime=879.89 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 15427 0 0 0 86151 1838 0 0 20 0 1 0 30746486 100868096 8714 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24626 8714 2528 595 0 9293 0
Current children cumulated CPU time: 879.89 s
Current children cumulated vsize: 98504 KiB
Current children cumulated memory: 34856 KiB

[startup+942.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 21181
/proc/meminfo: memFree=130074080/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=99028 memory=35128 CPUtime=939.72 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16197 0 0 0 92093 1879 0 0 20 0 1 0 30746486 101404672 8782 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24757 8782 2528 595 0 9424 0
Current children cumulated CPU time: 939.72 s
Current children cumulated vsize: 99028 KiB
Current children cumulated memory: 35128 KiB

[startup+1002.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 21198
/proc/meminfo: memFree=130077772/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=99028 memory=35256 CPUtime=999.54 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16220 0 0 0 97917 2037 0 0 20 0 1 0 30746486 101404672 8814 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24757 8814 2528 595 0 9424 0
Current children cumulated CPU time: 999.54 s
Current children cumulated vsize: 99028 KiB
Current children cumulated memory: 35256 KiB

[startup+1062.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 21200
/proc/meminfo: memFree=130067368/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98740 memory=35092 CPUtime=1059.36 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16503 0 0 0 103865 2071 0 0 20 0 1 0 30746486 101109760 8773 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24685 8773 2528 595 0 9352 0
Current children cumulated CPU time: 1059.36 s
Current children cumulated vsize: 98740 KiB
Current children cumulated memory: 35092 KiB

[startup+1083.12 s]
# the end of solver process 19334 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1059.3 s, system=20.8239 s

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

[startup+1062.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 21200
/proc/meminfo: memFree=130067368/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98740 memory=35092 CPUtime=1059.46 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16503 0 0 0 103875 2071 0 0 20 0 1 0 30746486 101109760 8773 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24685 8773 2528 595 0 9352 0
Current children cumulated CPU time: 1059.46 s
Current children cumulated vsize: 98740 KiB
Current children cumulated memory: 35092 KiB

[startup+1075.2 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 21200
/proc/meminfo: memFree=130067132/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=98868 memory=35220 CPUtime=1072.22 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16871 0 0 0 105145 2077 0 0 20 0 1 0 30746486 101240832 8805 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24717 8805 2528 595 0 9384 0
Current children cumulated CPU time: 1072.22 s
Current children cumulated vsize: 98868 KiB
Current children cumulated memory: 35220 KiB

[startup+1078.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130067132/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=99232 memory=35476 CPUtime=1075.41 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16962 0 0 0 105462 2079 0 0 20 0 1 0 30746486 101613568 8869 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24808 8869 2528 595 0 9475 0
Current children cumulated CPU time: 1075.41 s
Current children cumulated vsize: 99232 KiB
Current children cumulated memory: 35476 KiB

[startup+1081.6 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130067384/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=99232 memory=35476 CPUtime=1078.6 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16962 0 0 0 105779 2081 0 0 20 0 1 0 30746486 101613568 8869 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24808 8869 2528 595 0 9475 0
Current children cumulated CPU time: 1078.6 s
Current children cumulated vsize: 99232 KiB
Current children cumulated memory: 35476 KiB

[startup+1082.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130067384/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=99232 memory=35476 CPUtime=1079.4 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 16962 0 0 0 105858 2082 0 0 20 0 1 0 30746486 101613568 8869 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 24808 8869 2528 595 0 9475 0
Current children cumulated CPU time: 1079.4 s
Current children cumulated vsize: 99232 KiB
Current children cumulated memory: 35476 KiB

[startup+1082.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130067384/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=101120 memory=36756 CPUtime=1079.8 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 17263 0 0 0 105898 2082 0 0 20 0 1 0 30746486 103546880 9189 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 25280 9189 2528 595 0 9947 0
Current children cumulated CPU time: 1079.8 s
Current children cumulated vsize: 101120 KiB
Current children cumulated memory: 36756 KiB

[startup+1083 s]*
/proc/loadavg: 4.10 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130065620/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=101120 memory=36756 CPUtime=1080 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 17263 0 0 0 105918 2082 0 0 20 0 1 0 30746486 103546880 9189 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 25280 9189 2528 595 0 9947 0
Current children cumulated CPU time: 1080 s
Current children cumulated vsize: 101120 KiB
Current children cumulated memory: 36756 KiB

[startup+1083.1 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 21200
/proc/meminfo: memFree=130065620/131250000 swapFree=33010684/33010684
[pid=19334] ppid=19331 vsize=101120 memory=36756 CPUtime=1080.1 cores=4,6
/proc/19334/stat : 19334 (SynLSCD) R 19331 19334 14971 0 -1 4194304 17263 0 0 0 105928 2082 0 0 20 0 1 0 30746486 103546880 9189 18446744073709551615 94367797833728 94367800267881 140723753693136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94367800749304 94367800782336 94367836409856 140723753695590 140723753695723 140723753695723 140723753701325 0
/proc/19334/statm: 25280 9189 2528 595 0 9947 0
Current children cumulated CPU time: 1080.1 s
Current children cumulated vsize: 101120 KiB
Current children cumulated memory: 36756 KiB

Child status: 20

Real time (s): 1083.12
CPU time (s): 1080.13
CPU user time (s): 1059.3
CPU system time (s): 20.8239
CPU usage (%): 99.7237
Max. virtual memory (cumulated for all children) (KiB): 101120
Max. memory (cumulated for all children) (KiB): 36756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1059.3
system time used= 20.8239
maximum resident set size= 37140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17295
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= 146
involuntary context switches= 993


# summary of solver processes directly reported to runsolver:
#   pid: 19334
#   total CPU time (s): 1080.13
#   total CPU user time (s): 1059.3
#   total CPU system time (s): 20.8239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.88184 second user time and 4.20094 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 00:44:49
IDJOB=4494646
IDBENCH=147898
IDSOLVER=3369
FILE ID=nodeC016/4494646-1751150689
RUNJOBID= nodeC016-1751143366-14982
SLURM_JOB_ID= 9587436
Free space on /tmp= 433048 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.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-4494646-1751150689/watcher-4494646-1751150689 -o /tmp/evaluation-result-4494646-1751150689/solver-4494646-1751150689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751143366-14982 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4494646-1751150689.opb

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=280601699

nodeC016 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.734
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.48
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.729
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.48
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.200
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.48
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.987
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.48
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.942
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.48
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.431
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.48
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		: 3648.723
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.48
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128418992 kB
MemAvailable:   128058912 kB
Buffers:            3280 kB
Cached:           444212 kB
SwapCached:            0 kB
Active:          1990856 kB
Inactive:         222688 kB
Active(anon):    1784124 kB
Inactive(anon):        0 kB
Active(file):     206732 kB
Inactive(file):   222688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3652 kB
Writeback:             4 kB
AnonPages:       1769160 kB
Mapped:           114308 kB
Shmem:             18072 kB
KReclaimable:      85776 kB
Slab:             168620 kB
SReclaimable:      85776 kB
SUnreclaim:        82844 kB
KernelStack:        4288 kB
PageTables:         6708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2244116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC016 at 2025-06-29 01:02:53