Trace number 4545786

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23? (TO) 3600.42 3609.23

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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.00/0.08	c #vars 15827 #constraints 16095 1.01693 1
0.00/0.08	c intsize: 8
0.49/0.52	c 16095 constraints
0.49/0.52	c Finish cloning data from SAT to LS
0.49/0.52	c restart_num_ls  -100000 0
296.87/297.78	c Use LS-small
296.87/297.78	restart_num  0 301
296.87/297.78	c LS-restart 90 9
786.66/788.81	c Use LS-small
786.66/788.81	restart_num  301 602
786.66/788.81	c LS-restart 80 49
1286.78/1290.17	c Use LS-small
1286.78/1290.17	restart_num  602 903
1286.78/1290.17	c LS-restart 70 5
2342.43/2348.38	c Use LS-small
2342.43/2348.38	restart_num  903 1204
2342.43/2348.38	c LS-restart 60 40
2882.65/2889.88	c Use LS-small
2882.65/2889.88	restart_num  1204 1505
2882.65/2889.88	c LS-restart 50 66
2882.65/2889.88	c similarity no use LS 0.996019
3600.08/3608.90	c Program interrupted by user.
3600.08/3608.90	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61979 MiB free)
  memory of node 1: 64507 MiB (62621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545786-1753259788/watcher-4545786-1753259788 -o /tmp/evaluation-result-4545786-1753259788/solver-4545786-1753259788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753259701-164141 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545786-1753259788.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.el9_5.x86_64
Starting watchdog thread
solver pid=164605, runsolver pid=164602
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127575772/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=100896 memory=30336 CPUtime=0.09 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 5033 0 0 0 8 1 0 0 20 0 1 0 241656529 103317504 7584 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 25224 7584 2304 595 0 9891 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 100896 KiB
Current children cumulated memory: 30336 KiB

[startup+0.20553 s]*
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127574008/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=105164 memory=33920 CPUtime=0.19 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 5873 0 0 0 18 1 0 0 20 0 1 0 241656529 107687936 8480 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 26291 8480 2400 595 0 10958 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 33920 KiB

[startup+0.305488 s]*
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127552084/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=123944 memory=51952 CPUtime=0.29 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 10960 0 0 0 27 2 0 0 20 0 1 0 241656529 126918656 12988 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 30986 12988 2496 595 0 15653 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 123944 KiB
Current children cumulated memory: 51952 KiB

[startup+0.700173 s]
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127536216/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=154668 memory=82288 CPUtime=0.68 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 18548 0 0 0 63 5 0 0 20 0 1 0 241656529 158380032 20572 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 38667 20572 2496 595 0 23334 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 154668 KiB
Current children cumulated memory: 82288 KiB

[startup+1.50016 s]
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127520088/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=154668 memory=82288 CPUtime=1.48 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 18556 0 0 0 136 12 0 0 20 0 1 0 241656529 158380032 20572 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 38667 20572 2496 595 0 23334 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 154668 KiB
Current children cumulated memory: 82288 KiB

[startup+3.10541 s]
/proc/loadavg: 3.55 1.25 0.51 5/264 164606
/proc/meminfo: memFree=127520340/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=154668 memory=82288 CPUtime=3.08 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 18556 0 0 0 282 26 0 0 20 0 1 0 241656529 158380032 20572 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 38667 20572 2496 595 0 23334 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 154668 KiB
Current children cumulated memory: 82288 KiB

[startup+6.30016 s]
/proc/loadavg: 3.58 1.30 0.53 5/264 164606
/proc/meminfo: memFree=127520872/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=154668 memory=82288 CPUtime=6.27 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 18556 0 0 0 577 50 0 0 20 0 1 0 241656529 158380032 20572 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 38667 20572 2496 595 0 23334 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 154668 KiB
Current children cumulated memory: 82288 KiB

[startup+12.7002 s]
/proc/loadavg: 3.62 1.35 0.54 5/264 164606
/proc/meminfo: memFree=127525236/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=154668 memory=82288 CPUtime=12.65 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 18556 0 0 0 1166 99 0 0 20 0 1 0 241656529 158380032 20572 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 38667 20572 2496 595 0 23334 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 154668 KiB
Current children cumulated memory: 82288 KiB

[startup+25.5002 s]
/proc/loadavg: 3.77 1.49 0.61 5/264 164652
/proc/meminfo: memFree=127991772/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=180800 memory=118960 CPUtime=25.4 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 22323 0 0 0 2363 177 0 0 20 0 1 0 241656529 185139200 29740 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 45200 29740 2528 595 0 29867 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 180800 KiB
Current children cumulated memory: 118960 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 1.74 0.71 5/264 164652
/proc/meminfo: memFree=127829848/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=227532 memory=156056 CPUtime=50.94 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 28932 0 0 0 4910 184 0 0 20 0 1 0 241656529 232992768 39014 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 56883 39014 2528 595 0 41550 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 227532 KiB
Current children cumulated memory: 156056 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 2.15 0.91 5/264 164654
/proc/meminfo: memFree=127745692/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=247772 memory=188624 CPUtime=101.99 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 34007 0 0 0 10009 190 0 0 20 0 1 0 241656529 253718528 47156 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 61943 47156 2528 595 0 46610 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 247772 KiB
Current children cumulated memory: 188624 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 2.51 1.11 5/264 164656
/proc/meminfo: memFree=127662792/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=365752 memory=261488 CPUtime=161.84 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 37466 0 0 0 15989 195 0 0 20 0 1 0 241656529 374530048 65372 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 91438 65372 2528 595 0 76105 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 365752 KiB
Current children cumulated memory: 261488 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.79 1.30 5/264 164658
/proc/meminfo: memFree=127599964/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=374700 memory=270064 CPUtime=221.67 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 39607 0 0 0 21972 195 0 0 20 0 1 0 241656529 383692800 67516 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 93675 67516 2528 595 0 78342 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 374700 KiB
Current children cumulated memory: 270064 KiB

[startup+282.3 s]
/proc/loadavg: 4.50 3.15 1.52 5/263 164661
/proc/meminfo: memFree=127584880/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=375096 memory=270448 CPUtime=281.51 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 39738 0 0 0 27949 202 0 0 20 0 1 0 241656529 384098304 67612 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 93774 67612 2528 595 0 78441 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 375096 KiB
Current children cumulated memory: 270448 KiB

[startup+342.3 s]
/proc/loadavg: 4.45 3.40 1.71 5/264 164664
/proc/meminfo: memFree=127570780/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=384896 memory=280816 CPUtime=341.35 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 42338 0 0 0 33732 403 0 0 20 0 1 0 241656529 394133504 70204 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 96224 70204 2528 595 0 80891 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 384896 KiB
Current children cumulated memory: 280816 KiB

[startup+402.3 s]
/proc/loadavg: 4.24 3.53 1.86 5/264 164666
/proc/meminfo: memFree=127560160/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=387444 memory=283376 CPUtime=401.2 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 42978 0 0 0 39716 404 0 0 20 0 1 0 241656529 396742656 70844 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 96861 70844 2528 595 0 81528 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 387444 KiB
Current children cumulated memory: 283376 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.63 2.00 5/265 164669
/proc/meminfo: memFree=127537776/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=397080 memory=292592 CPUtime=461.03 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 45306 0 0 0 45693 410 0 0 20 0 1 0 241656529 406609920 73148 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 99270 73148 2528 595 0 83937 0

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

Current children cumulated memory: 361712 KiB

[startup+2922.3 s]
/proc/loadavg: 4.42 4.17 4.03 5/264 164817
/proc/meminfo: memFree=127363892/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=465720 memory=363248 CPUtime=2915.08 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 62348 0 0 0 290509 999 0 0 20 0 1 0 241656529 476897280 90812 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 116430 90812 2528 595 0 101097 0
Current children cumulated CPU time: 2915.08 s
Current children cumulated vsize: 465720 KiB
Current children cumulated memory: 363248 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.15 4.03 5/264 164826
/proc/meminfo: memFree=127350988/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=466852 memory=364400 CPUtime=2974.94 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 62638 0 0 0 296494 1000 0 0 20 0 1 0 241656529 478056448 91100 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 116713 91100 2528 595 0 101380 0
Current children cumulated CPU time: 2974.94 s
Current children cumulated vsize: 466852 KiB
Current children cumulated memory: 364400 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.14 4.03 5/264 164828
/proc/meminfo: memFree=127344760/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=466852 memory=365424 CPUtime=3034.8 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 62641 0 0 0 302479 1001 0 0 20 0 1 0 241656529 478056448 91356 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 116713 91356 2528 595 0 101380 0
Current children cumulated CPU time: 3034.8 s
Current children cumulated vsize: 466852 KiB
Current children cumulated memory: 365424 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.03 5/264 164830
/proc/meminfo: memFree=127337168/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=469552 memory=368112 CPUtime=3094.65 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 63306 0 0 0 308464 1001 0 0 20 0 1 0 241656529 480821248 92028 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 117388 92028 2528 595 0 102055 0
Current children cumulated CPU time: 3094.65 s
Current children cumulated vsize: 469552 KiB
Current children cumulated memory: 368112 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.03 5/264 164832
/proc/meminfo: memFree=127338092/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=469552 memory=368112 CPUtime=3154.51 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 63315 0 0 0 314450 1001 0 0 20 0 1 0 241656529 480821248 92028 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 117388 92028 2528 595 0 102055 0
Current children cumulated CPU time: 3154.51 s
Current children cumulated vsize: 469552 KiB
Current children cumulated memory: 368112 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.11 4.03 5/264 164835
/proc/meminfo: memFree=127333828/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=469552 memory=368112 CPUtime=3214.38 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 63315 0 0 0 320430 1008 0 0 20 0 1 0 241656529 480821248 92028 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 117388 92028 2528 595 0 102055 0
Current children cumulated CPU time: 3214.38 s
Current children cumulated vsize: 469552 KiB
Current children cumulated memory: 368112 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.10 4.03 5/264 164837
/proc/meminfo: memFree=127325516/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=469552 memory=368112 CPUtime=3274.25 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 63329 0 0 0 326415 1010 0 0 20 0 1 0 241656529 480821248 92028 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 117388 92028 2528 595 0 102055 0
Current children cumulated CPU time: 3274.25 s
Current children cumulated vsize: 469552 KiB
Current children cumulated memory: 368112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.03 5/264 164840
/proc/meminfo: memFree=127317652/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=472612 memory=371440 CPUtime=3334.11 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 64171 0 0 0 332401 1010 0 0 20 0 1 0 241656529 483954688 92860 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 118153 92860 2528 595 0 102820 0
Current children cumulated CPU time: 3334.11 s
Current children cumulated vsize: 472612 KiB
Current children cumulated memory: 371440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/264 164842
/proc/meminfo: memFree=127317316/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=472612 memory=371568 CPUtime=3393.97 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 64205 0 0 0 338387 1010 0 0 20 0 1 0 241656529 483954688 92892 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 118153 92892 2528 595 0 102820 0
Current children cumulated CPU time: 3393.97 s
Current children cumulated vsize: 472612 KiB
Current children cumulated memory: 371568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/264 164844
/proc/meminfo: memFree=127317404/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=472612 memory=371568 CPUtime=3453.82 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 64205 0 0 0 344372 1010 0 0 20 0 1 0 241656529 483954688 92892 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 118153 92892 2528 595 0 102820 0
Current children cumulated CPU time: 3453.82 s
Current children cumulated vsize: 472612 KiB
Current children cumulated memory: 371568 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/263 164846
/proc/meminfo: memFree=127317668/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=472612 memory=371568 CPUtime=3513.69 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 64209 0 0 0 350346 1023 0 0 20 0 1 0 241656529 483954688 92892 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 118153 92892 2528 595 0 102820 0
Current children cumulated CPU time: 3513.69 s
Current children cumulated vsize: 472612 KiB
Current children cumulated memory: 371568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/265 164856
/proc/meminfo: memFree=127301700/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=473788 memory=372848 CPUtime=3573.54 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 64530 0 0 0 356331 1023 0 0 20 0 1 0 241656529 485158912 93212 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 118447 93212 2528 595 0 103114 0
Current children cumulated CPU time: 3573.54 s
Current children cumulated vsize: 473788 KiB
Current children cumulated memory: 372848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.11 4.10 4.04 5/261 164864
/proc/meminfo: memFree=128047292/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=477384 memory=376048 CPUtime=3600.08 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 65320 0 0 0 358984 1024 0 0 20 0 1 0 241656529 488841216 94012 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 119346 94012 2528 595 0 104013 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 477384 KiB
Current children cumulated memory: 376048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.17 s, system=10.2488 s

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

[startup+3609.2 s]
/proc/loadavg: 4.10 4.09 4.04 3/257 164872
/proc/meminfo: memFree=128415592/131249996 swapFree=33003468/33010684
[pid=164605] ppid=164602 vsize=315556 memory=260196 CPUtime=3600.37 cores=4,6
/proc/164605/stat : 164605 (SynLSCD) R 164602 164605 164123 0 -1 4194304 65327 0 0 0 359013 1024 0 0 20 0 1 0 241656529 323129344 65049 18446744073709551615 94098920759296 94098923193897 140734917709328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94098923674872 94098923707904 94098946482176 140734917716355 140734917716490 140734917716490 140734917722094 0
/proc/164605/statm: 78889 65049 2624 595 0 63556 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 315556 KiB
Current children cumulated memory: 260196 KiB

Child status: 0

Real time (s): 3609.23
CPU time (s): 3600.42
CPU user time (s): 3590.17
CPU system time (s): 10.2488
CPU usage (%): 99.7558
Max. virtual memory (cumulated for all children) (KiB): 477384
Max. memory (cumulated for all children) (KiB): 376048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.17
system time used= 10.2488
maximum resident set size= 376432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65352
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= 221
involuntary context switches= 1622


# summary of solver processes directly reported to runsolver:
#   pid: 164605
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3590.17
#   total CPU system time (s): 10.2488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53615 second user time and 15.4974 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-23 10:36:28
IDJOB=4545786
IDBENCH=158309
IDSOLVER=3421
FILE ID=nodeC021/4545786-1753259788
RUNJOBID= nodeC021-1753259701-164141
SLURM_JOB_ID= 9689176
Free space on /tmp= 432988 MiB

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

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=1834945035

nodeC021 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.822
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.56
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.827
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.56
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		: 3598.601
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.56
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		: 3700.000
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.56
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		: 3598.676
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.56
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.773
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.811
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.56
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127591872 kB
MemAvailable:   128422952 kB
Buffers:            1056 kB
Cached:          1566648 kB
SwapCached:           56 kB
Active:          2366140 kB
Inactive:         470760 kB
Active(anon):    1252368 kB
Inactive(anon):    38496 kB
Active(file):    1113772 kB
Inactive(file):   432264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24912 kB
Writeback:             0 kB
AnonPages:       1272500 kB
Mapped:           115576 kB
Shmem:             21656 kB
KReclaimable:     248164 kB
Slab:             344524 kB
SReclaimable:     248164 kB
SUnreclaim:        96360 kB
KernelStack:        4288 kB
PageTables:         5804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1768752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC021 at 2025-07-23 11:36:38