Trace number 4546296

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-07-23? (TO) 3600.46 3611.89

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
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 benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
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 170
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.55	c intsize: 8
1.56/1.95	c 20451 constraints
1.56/1.95	c Finish cloning data from SAT to LS
1.56/1.95	c restart_num_ls  -100000 0
30.95/31.49	c Use LS-small
30.95/31.49	c update_LS_target_phase-runLS-restart
347.50/349.03	c restart_num  0 301
347.50/349.03	c LS-restart 90 75
372.72/374.34	c Use LS-small
372.72/374.34	c update_LS_target_phase-runLS-restart
909.32/912.49	c restart_num  301 603
909.32/912.49	c LS-restart 80 35
937.35/940.54	c Use LS-small
937.35/940.54	c update_LS_target_phase-runLS-restart
1849.22/1855.24	c restart_num  603 904
1849.22/1855.24	c LS-restart 70 32
1871.96/1878.08	c Use LS-small
1871.96/1878.08	c update_LS_target_phase-runLS-restart
3311.88/3322.38	c restart_num  904 1206
3311.88/3322.38	c LS-restart 60 88
3311.88/3322.38	c similarity no use LS 0.991796
3600.06/3611.50	c Program interrupted by user.
3600.06/3611.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (48592 MiB free)
  memory of node 1: 64465 MiB (52549 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=164328, runsolver pid=164325

[startup+0.100066 s]*
/proc/loadavg: 3.14 1.03 0.42 4/251 164329
/proc/meminfo: memFree=103569924/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=17104 memory=768 CPUtime=0 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) D 164325 164328 164071 0 -1 4456448 82 0 0 0 0 0 0 0 20 0 1 0 241656853 17514496 192 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 4276 192 192 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 768 KiB

[startup+0.213375 s]*
/proc/loadavg: 3.14 1.03 0.42 4/251 164329
/proc/meminfo: memFree=103569924/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=22436 memory=1024 CPUtime=0 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 101 0 0 0 0 0 0 0 20 0 1 0 241656853 22974464 256 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 5609 256 256 595 0 1101 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 22436 KiB
Current children cumulated memory: 1024 KiB

[startup+0.31347 s]*
/proc/loadavg: 3.14 1.03 0.42 5/251 164329
/proc/meminfo: memFree=103560444/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=100352 memory=26876 CPUtime=0.04 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 3703 0 0 0 2 2 0 0 20 0 1 0 241656853 102760448 6719 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 25088 6719 2272 595 0 9755 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 100352 KiB
Current children cumulated memory: 26876 KiB

[startup+0.700256 s]
/proc/loadavg: 3.14 1.03 0.42 5/251 164329
/proc/meminfo: memFree=103552568/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=112740 memory=42016 CPUtime=0.39 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 7057 0 0 0 36 3 0 0 20 0 1 0 241656853 115445760 10504 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 28185 10504 2304 595 0 12852 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 112740 KiB
Current children cumulated memory: 42016 KiB

[startup+1.50025 s]
/proc/loadavg: 3.14 1.03 0.42 5/251 164329
/proc/meminfo: memFree=103510572/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=142992 memory=70264 CPUtime=1.17 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 14405 0 0 0 112 5 0 0 20 0 1 0 241656853 146423808 17566 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 35748 17566 2432 595 0 20415 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 142992 KiB
Current children cumulated memory: 70264 KiB

[startup+3.11304 s]
/proc/loadavg: 3.14 1.03 0.42 5/251 164329
/proc/meminfo: memFree=102636228/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=181944 memory=108152 CPUtime=2.77 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 23868 0 0 0 270 7 0 0 20 0 1 0 241656853 186310656 27038 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 45486 27038 2432 595 0 30153 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 181944 KiB
Current children cumulated memory: 108152 KiB

[startup+6.3003 s]
/proc/loadavg: 3.21 1.08 0.44 4/247 164337
/proc/meminfo: memFree=104731528/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=181944 memory=108152 CPUtime=5.95 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 23868 0 0 0 588 7 0 0 20 0 1 0 241656853 186310656 27038 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 45486 27038 2432 595 0 30153 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 181944 KiB
Current children cumulated memory: 108152 KiB

[startup+12.7003 s]
/proc/loadavg: 3.27 1.13 0.46 5/250 164343
/proc/meminfo: memFree=104798756/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=181944 memory=108152 CPUtime=12.33 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 23868 0 0 0 1226 7 0 0 20 0 1 0 241656853 186310656 27038 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 45486 27038 2432 595 0 30153 0
Current children cumulated CPU time: 12.33 s
Current children cumulated vsize: 181944 KiB
Current children cumulated memory: 108152 KiB

[startup+25.5003 s]
/proc/loadavg: 3.43 1.27 0.52 5/251 164375
/proc/meminfo: memFree=104971844/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=181944 memory=108152 CPUtime=25.07 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 23868 0 0 0 2500 7 0 0 20 0 1 0 241656853 186310656 27038 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 45486 27038 2432 595 0 30153 0
Current children cumulated CPU time: 25.07 s
Current children cumulated vsize: 181944 KiB
Current children cumulated memory: 108152 KiB

[startup+51.1127 s]
/proc/loadavg: 3.74 1.52 0.62 5/251 164465
/proc/meminfo: memFree=105124756/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=249900 memory=185552 CPUtime=50.58 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 32657 0 0 0 5044 14 0 0 20 0 1 0 241656853 255897600 46388 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 62475 46388 2464 595 0 47142 0
Current children cumulated CPU time: 50.58 s
Current children cumulated vsize: 249900 KiB
Current children cumulated memory: 185552 KiB

[startup+102.3 s]
/proc/loadavg: 3.89 1.91 0.80 5/251 164467
/proc/meminfo: memFree=105114016/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=277476 memory=212432 CPUtime=101.56 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 39374 0 0 0 10137 19 0 0 20 0 1 0 241656853 284135424 53108 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 69369 53108 2464 595 0 54036 0
Current children cumulated CPU time: 101.56 s
Current children cumulated vsize: 277476 KiB
Current children cumulated memory: 212432 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.32 1.01 5/251 164469
/proc/meminfo: memFree=105090952/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=296176 memory=231248 CPUtime=161.32 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 44017 0 0 0 16111 21 0 0 20 0 1 0 241656853 303284224 57812 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 74044 57812 2464 595 0 58711 0
Current children cumulated CPU time: 161.32 s
Current children cumulated vsize: 296176 KiB
Current children cumulated memory: 231248 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 2.66 1.21 5/251 164471
/proc/meminfo: memFree=105039368/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=336364 memory=258260 CPUtime=221.13 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 44740 0 0 0 22085 28 0 0 20 0 1 0 241656853 344436736 64565 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 84091 64565 2464 595 0 68758 0
Current children cumulated CPU time: 221.13 s
Current children cumulated vsize: 336364 KiB
Current children cumulated memory: 258260 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.92 1.40 5/249 164473
/proc/meminfo: memFree=104974608/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=405720 memory=328568 CPUtime=280.95 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 45434 0 0 0 28063 32 0 0 20 0 1 0 241656853 415457280 82142 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 101430 82142 2464 595 0 86097 0
Current children cumulated CPU time: 280.95 s
Current children cumulated vsize: 405720 KiB
Current children cumulated memory: 328568 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.15 1.57 5/249 164475
/proc/meminfo: memFree=104898000/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=543064 memory=388916 CPUtime=340.81 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 49885 0 0 0 34043 38 0 0 20 0 1 0 241656853 556097536 97229 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 135766 97229 2464 595 0 120433 0
Current children cumulated CPU time: 340.81 s
Current children cumulated vsize: 543064 KiB
Current children cumulated memory: 388916 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.32 1.73 5/250 164478
/proc/meminfo: memFree=104899316/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=544548 memory=390836 CPUtime=400.64 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 50370 0 0 0 40026 38 0 0 20 0 1 0 241656853 557617152 97709 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 136137 97709 2464 595 0 120804 0
Current children cumulated CPU time: 400.64 s
Current children cumulated vsize: 544548 KiB
Current children cumulated memory: 390836 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.48 1.89 5/250 164480
/proc/meminfo: memFree=104853064/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=548784 memory=395060 CPUtime=460.48 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 51435 0 0 0 46006 42 0 0 20 0 1 0 241656853 561954816 98765 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 137196 98765 2464 595 0 121863 0

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

Current children cumulated memory: 476596 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.13 4.02 5/251 164627
/proc/meminfo: memFree=104695100/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=630560 memory=476596 CPUtime=2972.85 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 72366 0 0 0 297172 113 0 0 20 0 1 0 241656853 645693440 119149 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 157640 119149 2464 595 0 142307 0
Current children cumulated CPU time: 2972.85 s
Current children cumulated vsize: 630560 KiB
Current children cumulated memory: 476596 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.03 5/250 164629
/proc/meminfo: memFree=104689728/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=631532 memory=478516 CPUtime=3032.66 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 72858 0 0 0 303152 114 0 0 20 0 1 0 241656853 646688768 119629 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 157883 119629 2464 595 0 142550 0
Current children cumulated CPU time: 3032.66 s
Current children cumulated vsize: 631532 KiB
Current children cumulated memory: 478516 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.12 4.03 5/250 164631
/proc/meminfo: memFree=104689984/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=633360 memory=480052 CPUtime=3092.48 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 73248 0 0 0 309134 114 0 0 20 0 1 0 241656853 648560640 120013 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 158340 120013 2464 595 0 143007 0
Current children cumulated CPU time: 3092.48 s
Current children cumulated vsize: 633360 KiB
Current children cumulated memory: 480052 KiB

[startup+3162.3 s]
/proc/loadavg: 4.04 4.10 4.02 5/250 164633
/proc/meminfo: memFree=104688488/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=633800 memory=480564 CPUtime=3152.32 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 73502 0 0 0 315118 114 0 0 20 0 1 0 241656853 649011200 120141 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 158450 120141 2464 595 0 143117 0
Current children cumulated CPU time: 3152.32 s
Current children cumulated vsize: 633800 KiB
Current children cumulated memory: 480564 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.13 4.03 5/250 164635
/proc/meminfo: memFree=104672812/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=635712 memory=482612 CPUtime=3212.17 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74017 0 0 0 321103 114 0 0 20 0 1 0 241656853 650969088 120653 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 158928 120653 2464 595 0 143595 0
Current children cumulated CPU time: 3212.17 s
Current children cumulated vsize: 635712 KiB
Current children cumulated memory: 482612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.03 5/250 164637
/proc/meminfo: memFree=104668248/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=635712 memory=482740 CPUtime=3272 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74040 0 0 0 327086 114 0 0 20 0 1 0 241656853 650969088 120685 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 158928 120685 2464 595 0 143595 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 635712 KiB
Current children cumulated memory: 482740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.03 5/249 164639
/proc/meminfo: memFree=104669440/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=635712 memory=482996 CPUtime=3331.81 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74045 0 0 0 333066 115 0 0 20 0 1 0 241656853 650969088 120749 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 158928 120749 2528 595 0 143595 0
Current children cumulated CPU time: 3331.81 s
Current children cumulated vsize: 635712 KiB
Current children cumulated memory: 482996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.03 5/249 164640
/proc/meminfo: memFree=104669424/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=636472 memory=483508 CPUtime=3391.6 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74165 0 0 0 339045 115 0 0 20 0 1 0 241656853 651747328 120877 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 159118 120877 2528 595 0 143785 0
Current children cumulated CPU time: 3391.6 s
Current children cumulated vsize: 636472 KiB
Current children cumulated memory: 483508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.03 5/249 164642
/proc/meminfo: memFree=104667932/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=637428 memory=484404 CPUtime=3451.4 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74392 0 0 0 345025 115 0 0 20 0 1 0 241656853 652726272 121101 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 159357 121101 2528 595 0 144024 0
Current children cumulated CPU time: 3451.4 s
Current children cumulated vsize: 637428 KiB
Current children cumulated memory: 484404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.04 5/250 164645
/proc/meminfo: memFree=104652440/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=638744 memory=485684 CPUtime=3511.2 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74719 0 0 0 351005 115 0 0 20 0 1 0 241656853 654073856 121421 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 159686 121421 2528 595 0 144353 0
Current children cumulated CPU time: 3511.2 s
Current children cumulated vsize: 638744 KiB
Current children cumulated memory: 485684 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.08 4.03 5/250 164691
/proc/meminfo: memFree=104822532/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=639036 memory=486068 CPUtime=3570.96 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74826 0 0 0 356977 119 0 0 20 0 1 0 241656853 654372864 121517 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 159759 121517 2528 595 0 144426 0
Current children cumulated CPU time: 3570.96 s
Current children cumulated vsize: 639036 KiB
Current children cumulated memory: 486068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 4.09 4.09 4.04 5/251 164744
/proc/meminfo: memFree=105085900/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=639036 memory=486068 CPUtime=3600.06 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74826 0 0 0 359887 119 0 0 20 0 1 0 241656853 654372864 121517 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 159759 121517 2528 595 0 144426 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 639036 KiB
Current children cumulated memory: 486068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.26 s, system=1.20348 s

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

[startup+3611.6 s]
/proc/loadavg: 4.09 4.09 4.04 5/251 164744
/proc/meminfo: memFree=105085900/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=355840 memory=300532 CPUtime=3600.16 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74834 0 0 0 359897 119 0 0 20 0 1 0 241656853 364380160 75133 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 88960 75133 2656 595 0 73627 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 355840 KiB
Current children cumulated memory: 300532 KiB

[startup+3611.8 s]
/proc/loadavg: 4.09 4.09 4.04 5/251 164744
/proc/meminfo: memFree=105085900/131382112 swapFree=33001664/33010684
[pid=164328] ppid=164325 vsize=355840 memory=300532 CPUtime=3600.36 cores=5,7
/proc/164328/stat : 164328 (SynLSCD-PS) R 164325 164328 164071 0 -1 4194304 74834 0 0 0 359917 119 0 0 20 0 1 0 241656853 364380160 75133 18446744073709551615 93911117189120 93911119624537 140731939007456 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93911120104696 93911120137728 93911151521792 140731939015037 140731939015175 140731939015175 140731939020779 0
/proc/164328/statm: 88960 75133 2656 595 0 73627 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 355840 KiB
Current children cumulated memory: 300532 KiB

Child status: 0

Real time (s): 3611.89
CPU time (s): 3600.46
CPU user time (s): 3599.26
CPU system time (s): 1.20348
CPU usage (%): 99.6837
Max. virtual memory (cumulated for all children) (KiB): 639036
Max. memory (cumulated for all children) (KiB): 486068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 1.20348
maximum resident set size= 513488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74865
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= 234
involuntary context switches= 2020


# summary of solver processes directly reported to runsolver:
#   pid: 164328
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3599.26
#   total CPU system time (s): 1.20348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9366 second user time and 36.1485 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 10:36:13
IDJOB=4546296
IDBENCH=158263
IDSOLVER=3422
FILE ID=nodeC005/4546296-1753259772
RUNJOBID= nodeC005-1753259701-164092
SLURM_JOB_ID= 9689160
Free space on /tmp= 432932 MiB

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

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=381433518

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        103552916 kB
MemAvailable:   127845748 kB
Buffers:              12 kB
Cached:         25064036 kB
SwapCached:          776 kB
Active:          2386352 kB
Inactive:       24649196 kB
Active(anon):    1953680 kB
Inactive(anon):    38384 kB
Active(file):     432672 kB
Inactive(file): 24610812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10592 kB
Writeback:             0 kB
AnonPages:       1973916 kB
Mapped:           114416 kB
Shmem:             20564 kB
KReclaimable:     177948 kB
Slab:             269424 kB
SReclaimable:     177948 kB
SUnreclaim:        91476 kB
KernelStack:        4064 kB
PageTables:         7176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2646536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC005 at 2025-07-23 11:36:27