Trace number 4494827

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01UNSAT 662.082 664.077

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUM75eee10e25ffa4d5aec52eb68458e53f
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 benchmark1.98842
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 683
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.02	c 2707 constraints
0.00/0.02	c Finish cloning data from SAT to LS
0.00/0.02	c restart_num_ls  -100000 0
9.65/9.74	c Use LS-small
9.65/9.74	c update_LS_target_phase-runLS
52.02/52.23	c restart_num  0 336
52.02/52.23	c LS-restart 90 55
127.20/127.68	c Use LS-small
127.20/127.68	c restart_num  336 655
127.20/127.68	c LS-restart 80 7
242.46/243.28	c Use LS-small
242.46/243.28	c restart_num  655 1023
242.46/243.28	c LS-restart 70 37
306.77/307.75	c Use LS-small
306.77/307.75	c restart_num  1023 1329
306.77/307.75	c LS-restart 60 67
380.38/381.54	c Use LS-small
380.38/381.54	c restart_num  1329 1632
380.38/381.54	c LS-restart 50 26
447.66/449.02	c Use LS-small
447.66/449.02	c restart_num  1632 1960
447.66/449.02	c LS-restart 40 3
610.04/611.98	c Use LS-small
610.04/611.98	c restart_num  1960 2334
610.04/611.98	c LS-restart 30 0
662.00/664.07	c Use LS-small
662.00/664.07	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: 63665 MiB (62480 MiB free)
  memory of node 1: 64507 MiB (63545 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=19073, runsolver pid=19070

[startup+0.10002 s]*
/proc/loadavg: 4.00 4.06 4.08 5/265 19074
/proc/meminfo: memFree=129050056/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=0.09 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 8 1 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+0.205639 s]*
/proc/loadavg: 4.00 4.06 4.08 5/265 19074
/proc/meminfo: memFree=129050056/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=0.19 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 17 2 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+0.305587 s]*
/proc/loadavg: 4.00 4.06 4.08 5/265 19074
/proc/meminfo: memFree=129050056/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=0.29 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 26 3 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+0.700179 s]
/proc/loadavg: 4.08 4.07 4.08 5/265 19074
/proc/meminfo: memFree=129050056/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=0.68 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 60 8 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.07 4.08 5/265 19074
/proc/meminfo: memFree=129050056/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=1.47 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 126 21 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+3.10541 s]
/proc/loadavg: 4.08 4.07 4.08 5/265 19074
/proc/meminfo: memFree=129050296/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=3.08 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 266 42 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+6.30016 s]
/proc/loadavg: 4.07 4.07 4.08 5/265 19074
/proc/meminfo: memFree=129050304/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=86676 memory=13888 CPUtime=6.27 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 1471 0 0 0 543 84 0 0 20 0 1 0 30891135 88756224 3472 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 21669 3472 2464 595 0 6336 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 86676 KiB
Current children cumulated memory: 13888 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.07 4.08 5/265 19074
/proc/meminfo: memFree=129050304/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=89604 memory=21292 CPUtime=12.65 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 2303 0 0 0 1130 135 0 0 20 0 1 0 30891135 91754496 5323 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 22401 5323 2464 595 0 7068 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 89604 KiB
Current children cumulated memory: 21292 KiB

[startup+25.5001 s]
/proc/loadavg: 4.05 4.07 4.08 5/265 19075
/proc/meminfo: memFree=129046216/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=91076 memory=22828 CPUtime=25.4 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 2688 0 0 0 2398 142 0 0 20 0 1 0 30891135 93261824 5707 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 22769 5707 2464 595 0 7436 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 91076 KiB
Current children cumulated memory: 22828 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.08 4.08 5/265 19075
/proc/meminfo: memFree=129045744/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=92168 memory=26168 CPUtime=50.93 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 3120 0 0 0 4936 157 0 0 20 0 1 0 30891135 94380032 6542 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23042 6542 2464 595 0 7709 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 92168 KiB
Current children cumulated memory: 26168 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.08 4.08 5/265 19078
/proc/meminfo: memFree=129034592/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=93336 memory=27420 CPUtime=101.98 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 4382 0 0 0 9876 322 0 0 20 0 1 0 30891135 95576064 6855 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23334 6855 2464 595 0 8001 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 93336 KiB
Current children cumulated memory: 27420 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.08 5/265 19080
/proc/meminfo: memFree=129059408/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=94604 memory=28344 CPUtime=161.8 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 5733 0 0 0 15692 488 0 0 20 0 1 0 30891135 96874496 7086 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23651 7086 2464 595 0 8318 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 94604 KiB
Current children cumulated memory: 28344 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.08 4.08 5/265 19082
/proc/meminfo: memFree=129050236/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=94956 memory=28696 CPUtime=221.63 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 6933 0 0 0 21642 521 0 0 20 0 1 0 30891135 97234944 7174 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23739 7174 2464 595 0 8406 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 94956 KiB
Current children cumulated memory: 28696 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.08 4.08 5/264 19084
/proc/meminfo: memFree=129046016/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=95024 memory=30980 CPUtime=281.45 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 7876 0 0 0 27461 684 0 0 20 0 1 0 30891135 97304576 7745 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23756 7745 2464 595 0 8423 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 95024 KiB
Current children cumulated memory: 30980 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.08 4.08 5/263 19311
/proc/meminfo: memFree=129686944/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=95296 memory=31256 CPUtime=341.28 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 9161 0 0 0 33283 845 0 0 20 0 1 0 30891135 97583104 7814 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23824 7814 2464 595 0 8491 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 95296 KiB
Current children cumulated memory: 31256 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/264 19359
/proc/meminfo: memFree=129663964/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=95852 memory=31728 CPUtime=401.11 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 10520 0 0 0 39102 1009 0 0 20 0 1 0 30891135 98152448 7932 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23963 7932 2464 595 0 8630 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 95852 KiB
Current children cumulated memory: 31728 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.10 4.09 5/264 19362
/proc/meminfo: memFree=129674360/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=95668 memory=31636 CPUtime=460.92 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 11363 0 0 0 44913 1179 0 0 20 0 1 0 30891135 97964032 7909 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 23917 7909 2464 595 0 8584 0
Current children cumulated CPU time: 460.92 s
Current children cumulated vsize: 95668 KiB
Current children cumulated memory: 31636 KiB

[startup+522.3 s]
/proc/loadavg: 4.33 4.17 4.12 5/264 19364
/proc/meminfo: memFree=129674228/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=96072 memory=32020 CPUtime=520.73 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 12465 0 0 0 50858 1215 0 0 20 0 1 0 30891135 98377728 8005 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24018 8005 2464 595 0 8685 0
Current children cumulated CPU time: 520.73 s
Current children cumulated vsize: 96072 KiB
Current children cumulated memory: 32020 KiB

[startup+582.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/265 19369
/proc/meminfo: memFree=129670616/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=96836 memory=32792 CPUtime=580.52 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 13785 0 0 0 56801 1251 0 0 20 0 1 0 30891135 99160064 8198 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24209 8198 2464 595 0 8876 0
Current children cumulated CPU time: 580.52 s
Current children cumulated vsize: 96836 KiB
Current children cumulated memory: 32792 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/265 19465
/proc/meminfo: memFree=130148860/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97384 memory=33304 CPUtime=640.36 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14231 0 0 0 62618 1418 0 0 20 0 1 0 30891135 99721216 8326 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24346 8326 2464 595 0 9013 0
Current children cumulated CPU time: 640.36 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 33304 KiB

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

# cumulated CPU time of all completed processes:  user=647.768 s, system=14.3144 s

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

[startup+652.8 s]
/proc/loadavg: 4.17 4.15 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97384 memory=33304 CPUtime=650.83 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14231 0 0 0 63659 1424 0 0 20 0 1 0 30891135 99721216 8326 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24346 8326 2464 595 0 9013 0
Current children cumulated CPU time: 650.83 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 33304 KiB

[startup+659.2 s]
/proc/loadavg: 4.16 4.15 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97036 memory=33120 CPUtime=657.21 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14283 0 0 0 64293 1428 0 0 20 0 1 0 30891135 99364864 8280 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24259 8280 2464 595 0 8926 0
Current children cumulated CPU time: 657.21 s
Current children cumulated vsize: 97036 KiB
Current children cumulated memory: 33120 KiB

[startup+662.4 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97444 memory=33376 CPUtime=660.4 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14352 0 0 0 64610 1430 0 0 20 0 1 0 30891135 99782656 8344 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24361 8344 2464 595 0 9028 0
Current children cumulated CPU time: 660.4 s
Current children cumulated vsize: 97444 KiB
Current children cumulated memory: 33376 KiB

[startup+663.2 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97444 memory=33376 CPUtime=661.2 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14352 0 0 0 64690 1430 0 0 20 0 1 0 30891135 99782656 8344 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24361 8344 2464 595 0 9028 0
Current children cumulated CPU time: 661.2 s
Current children cumulated vsize: 97444 KiB
Current children cumulated memory: 33376 KiB

[startup+663.6 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97444 memory=33376 CPUtime=661.6 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14352 0 0 0 64729 1431 0 0 20 0 1 0 30891135 99782656 8344 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24361 8344 2464 595 0 9028 0
Current children cumulated CPU time: 661.6 s
Current children cumulated vsize: 97444 KiB
Current children cumulated memory: 33376 KiB

[startup+664 s]*
/proc/loadavg: 4.14 4.14 4.11 5/265 19465
/proc/meminfo: memFree=130144456/131250000 swapFree=33010684/33010684
[pid=19073] ppid=19070 vsize=97444 memory=33376 CPUtime=662 cores=0,2
/proc/19073/stat : 19073 (SynLSCD-PS) R 19070 19073 14435 0 -1 4194304 14352 0 0 0 64769 1431 0 0 20 0 1 0 30891135 99782656 8344 18446744073709551615 94922182586368 94922185021369 140728091980144 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94922185501944 94922185534976 94922204078080 140728091982176 140728091982312 140728091982312 140728091987914 0
/proc/19073/statm: 24361 8344 2464 595 0 9028 0
Current children cumulated CPU time: 662 s
Current children cumulated vsize: 97444 KiB
Current children cumulated memory: 33376 KiB

Child status: 20

Real time (s): 664.077
CPU time (s): 662.082
CPU user time (s): 647.768
CPU system time (s): 14.3144
CPU usage (%): 99.6996
Max. virtual memory (cumulated for all children) (KiB): 97444
Max. memory (cumulated for all children) (KiB): 33376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 647.768
system time used= 14.3144
maximum resident set size= 33888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14385
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= 143
involuntary context switches= 4081


# summary of solver processes directly reported to runsolver:
#   pid: 19073
#   total CPU time (s): 662.082
#   total CPU user time (s): 647.768
#   total CPU system time (s): 14.3144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15437 second user time and 2.73875 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 01:08:53
IDJOB=4494827
IDBENCH=147933
IDSOLVER=3370
FILE ID=nodeC018/4494827-1751152133
RUNJOBID= nodeC018-1751143906-14445
SLURM_JOB_ID= 9587437
Free space on /tmp= 433032 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494827-1751152133/watcher-4494827-1751152133 -o /tmp/evaluation-result-4494827-1751152133/solver-4494827-1751152133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751143906-14445 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4494827-1751152133.opb

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

MD5SUM BENCH= 75eee10e25ffa4d5aec52eb68458e53f
RANDOM SEED=809044307

nodeC018 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.825
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.66
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.860
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.66
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		: 3599.245
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.66
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		: 3600.151
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.66
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.819
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.66
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.827
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.66
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		: 3600.508
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.66
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		: 3600.363
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129050056 kB
MemAvailable:   128670336 kB
Buffers:            3280 kB
Cached:           404628 kB
SwapCached:            0 kB
Active:          1401840 kB
Inactive:         182876 kB
Active(anon):    1194884 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   182876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3624 kB
Writeback:             0 kB
AnonPages:       1180036 kB
Mapped:           114228 kB
Shmem:             18076 kB
KReclaimable:      85688 kB
Slab:             168188 kB
SReclaimable:      85688 kB
SUnreclaim:        82500 kB
KernelStack:        4304 kB
PageTables:         5516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1638352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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 nodeC018 at 2025-06-29 01:19:57