Trace number 4507243

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3600.44 3610.08

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
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 benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.08/0.11	c #vars 21063 #constraints 21419 1.0169 1
0.76/0.85	c 21419 constraints
0.76/0.85	c Finish cloning data from SAT to LS
0.76/0.85	c restart_num_ls  -100000 0
25.51/25.61	c Use LS-small
25.51/25.61	c update_LS_target_phase-runLS
224.33/225.05	c restart_num  0 301
224.33/225.06	c LS-restart 90 55
785.87/788.18	c Use LS-small
785.87/788.18	c restart_num  301 602
785.87/788.18	c LS-restart 80 93
785.87/788.18	c similarity no use LS 0.994445
1486.76/1490.85	c restart_num  602 903
1486.76/1490.85	c LS-restart 80 3
2880.56/2888.43	c Use LS-small
2880.56/2888.43	c restart_num  903 1204
2880.56/2888.43	c LS-restart 70 98
2880.56/2888.43	c similarity no use LS 0.994493
3600.05/3609.70	c Program interrupted by user.
3600.05/3609.70	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: 63708 MiB (62817 MiB free)
  memory of node 1: 64465 MiB (63139 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507243-1751176470/watcher-4507243-1751176470 -o /tmp/evaluation-result-4507243-1751176470/solver-4507243-1751176470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751172827-22272 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507243-1751176470.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
Current StackSize limit: 8192 KiB

solver pid=22828, runsolver pid=22825

[startup+0.100064 s]*
/proc/loadavg: 4.09 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128970100/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=108372 memory=37500 CPUtime=0.08 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 6414 0 0 0 7 1 0 0 20 0 1 0 33324598 110972928 9375 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 27093 9375 2240 595 0 11760 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 108372 KiB
Current children cumulated memory: 37500 KiB

[startup+0.205405 s]*
/proc/loadavg: 4.09 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128965816/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=113488 memory=42936 CPUtime=0.18 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 7856 0 0 0 17 1 0 0 20 0 1 0 33324598 116211712 10734 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 28372 10734 2304 595 0 13039 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 113488 KiB
Current children cumulated memory: 42936 KiB

[startup+0.305368 s]*
/proc/loadavg: 4.09 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128942128/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=140628 memory=68548 CPUtime=0.27 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 14508 0 0 0 25 2 0 0 20 0 1 0 33324598 144003072 17137 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 35157 17137 2432 595 0 19824 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 140628 KiB
Current children cumulated memory: 68548 KiB

[startup+0.700161 s]
/proc/loadavg: 4.09 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128942128/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=146720 memory=72900 CPUtime=0.66 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 15605 0 0 0 63 3 0 0 20 0 1 0 33324598 150241280 18225 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 36680 18225 2432 595 0 21347 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 146720 KiB
Current children cumulated memory: 72900 KiB

[startup+1.50015 s]
/proc/loadavg: 4.08 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128901808/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=187700 memory=113092 CPUtime=1.46 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 25641 0 0 0 137 9 0 0 20 0 1 0 33324598 192204800 28273 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 46925 28273 2432 595 0 31592 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 187700 KiB
Current children cumulated memory: 113092 KiB

[startup+3.10485 s]
/proc/loadavg: 4.08 4.09 4.03 5/263 22829
/proc/meminfo: memFree=128889940/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=187700 memory=113092 CPUtime=3.07 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 25641 0 0 0 285 22 0 0 20 0 1 0 33324598 192204800 28273 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 46925 28273 2432 595 0 31592 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 187700 KiB
Current children cumulated memory: 113092 KiB

[startup+6.30015 s]
/proc/loadavg: 4.16 4.11 4.03 5/263 22829
/proc/meminfo: memFree=128857300/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=187700 memory=113092 CPUtime=6.25 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 25641 0 0 0 580 45 0 0 20 0 1 0 33324598 192204800 28273 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 46925 28273 2432 595 0 31592 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 187700 KiB
Current children cumulated memory: 113092 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.10 4.03 5/263 22829
/proc/meminfo: memFree=128835152/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=187700 memory=113092 CPUtime=12.63 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 25641 0 0 0 1175 88 0 0 20 0 1 0 33324598 192204800 28273 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 46925 28273 2432 595 0 31592 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 187700 KiB
Current children cumulated memory: 113092 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.10 4.03 5/263 22829
/proc/meminfo: memFree=128791372/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=187700 memory=113092 CPUtime=25.4 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 25641 0 0 0 2354 186 0 0 20 0 1 0 33324598 192204800 28273 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 46925 28273 2432 595 0 31592 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 187700 KiB
Current children cumulated memory: 113092 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.11 4.03 5/264 22876
/proc/meminfo: memFree=128790236/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=251524 memory=189544 CPUtime=50.93 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 33666 0 0 0 4901 192 0 0 20 0 1 0 33324598 257560576 47386 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 62881 47386 2464 595 0 47548 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 251524 KiB
Current children cumulated memory: 189544 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/265 23013
/proc/meminfo: memFree=129167924/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=318836 memory=231020 CPUtime=101.98 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 40907 0 0 0 10001 197 0 0 20 0 1 0 33324598 326488064 57755 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 79709 57755 2464 595 0 64376 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 318836 KiB
Current children cumulated memory: 231020 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/265 23015
/proc/meminfo: memFree=129064100/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=338520 memory=250988 CPUtime=161.8 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 45851 0 0 0 15980 200 0 0 20 0 1 0 33324598 346644480 62747 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 84630 62747 2496 595 0 69297 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 338520 KiB
Current children cumulated memory: 250988 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.11 4.04 5/264 23019
/proc/meminfo: memFree=129020992/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=347372 memory=259948 CPUtime=221.63 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 48060 0 0 0 21960 203 0 0 20 0 1 0 33324598 355708928 64987 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 86843 64987 2496 595 0 71510 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 347372 KiB
Current children cumulated memory: 259948 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.10 4.04 5/264 23111
/proc/meminfo: memFree=129046612/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=356400 memory=271084 CPUtime=281.44 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 50113 0 0 0 27776 368 0 0 20 0 1 0 33324598 364953600 67771 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 89100 67771 2496 595 0 73767 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 356400 KiB
Current children cumulated memory: 271084 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/263 23157
/proc/meminfo: memFree=128959100/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=367480 memory=283756 CPUtime=341.25 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 53073 0 0 0 33755 370 0 0 20 0 1 0 33324598 376299520 70939 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 91870 70939 2496 595 0 76537 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 367480 KiB
Current children cumulated memory: 283756 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.05 5/264 23171
/proc/meminfo: memFree=128936756/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=373280 memory=290668 CPUtime=401.08 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 54531 0 0 0 39738 370 0 0 20 0 1 0 33324598 382238720 72667 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 93320 72667 2496 595 0 77987 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 373280 KiB
Current children cumulated memory: 290668 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/263 23173
/proc/meminfo: memFree=128888876/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=381432 memory=298348 CPUtime=460.92 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 56543 0 0 0 45717 375 0 0 20 0 1 0 33324598 390586368 74587 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 95358 74587 2496 595 0 80025 0

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

Current children cumulated memory: 389516 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 23292
/proc/meminfo: memFree=128673296/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=450896 memory=390924 CPUtime=2914.37 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 74024 0 0 0 290791 646 0 0 20 0 1 0 33324598 461717504 97731 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 112724 97731 2496 595 0 97391 0
Current children cumulated CPU time: 2914.37 s
Current children cumulated vsize: 450896 KiB
Current children cumulated memory: 390924 KiB

[startup+2982.3 s]
/proc/loadavg: 4.30 4.16 4.11 5/264 23296
/proc/meminfo: memFree=128664924/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=452080 memory=392204 CPUtime=2974.23 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 74334 0 0 0 296776 647 0 0 20 0 1 0 33324598 462929920 98051 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113020 98051 2496 595 0 97687 0
Current children cumulated CPU time: 2974.23 s
Current children cumulated vsize: 452080 KiB
Current children cumulated memory: 392204 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/264 23298
/proc/meminfo: memFree=128660092/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=452232 memory=392332 CPUtime=3034.07 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 74478 0 0 0 302760 647 0 0 20 0 1 0 33324598 463085568 98083 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113058 98083 2496 595 0 97725 0
Current children cumulated CPU time: 3034.07 s
Current children cumulated vsize: 452232 KiB
Current children cumulated memory: 392332 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/263 23300
/proc/meminfo: memFree=128659964/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=452652 memory=393100 CPUtime=3093.92 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 74674 0 0 0 308745 647 0 0 20 0 1 0 33324598 463515648 98275 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113163 98275 2496 595 0 97830 0
Current children cumulated CPU time: 3093.92 s
Current children cumulated vsize: 452652 KiB
Current children cumulated memory: 393100 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 23303
/proc/meminfo: memFree=128660092/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=454980 memory=395020 CPUtime=3153.77 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 75164 0 0 0 314730 647 0 0 20 0 1 0 33324598 465899520 98755 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113745 98755 2496 595 0 98412 0
Current children cumulated CPU time: 3153.77 s
Current children cumulated vsize: 454980 KiB
Current children cumulated memory: 395020 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/263 23305
/proc/meminfo: memFree=128660236/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=454980 memory=395020 CPUtime=3213.62 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 75170 0 0 0 320715 647 0 0 20 0 1 0 33324598 465899520 98755 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113745 98755 2496 595 0 98412 0
Current children cumulated CPU time: 3213.62 s
Current children cumulated vsize: 454980 KiB
Current children cumulated memory: 395020 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 23309
/proc/meminfo: memFree=128660132/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=455272 memory=395148 CPUtime=3273.47 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 75222 0 0 0 326693 654 0 0 20 0 1 0 33324598 466198528 98787 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 113818 98787 2496 595 0 98485 0
Current children cumulated CPU time: 3273.47 s
Current children cumulated vsize: 455272 KiB
Current children cumulated memory: 395148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 23311
/proc/meminfo: memFree=128622320/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=524972 memory=412264 CPUtime=3333.31 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 75526 0 0 0 332675 656 0 0 20 0 1 0 33324598 537571328 103066 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 131243 103066 2496 595 0 115910 0
Current children cumulated CPU time: 3333.31 s
Current children cumulated vsize: 524972 KiB
Current children cumulated memory: 412264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 23314
/proc/meminfo: memFree=128620976/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=528832 memory=416232 CPUtime=3393.17 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 76539 0 0 0 338660 657 0 0 20 0 1 0 33324598 541523968 104058 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 132208 104058 2496 595 0 116875 0
Current children cumulated CPU time: 3393.17 s
Current children cumulated vsize: 528832 KiB
Current children cumulated memory: 416232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.13 4.10 5/264 23316
/proc/meminfo: memFree=128620632/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=528832 memory=416232 CPUtime=3453.02 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 76548 0 0 0 344645 657 0 0 20 0 1 0 33324598 541523968 104058 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 132208 104058 2496 595 0 116875 0
Current children cumulated CPU time: 3453.02 s
Current children cumulated vsize: 528832 KiB
Current children cumulated memory: 416232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 23320
/proc/meminfo: memFree=128600544/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=528832 memory=416232 CPUtime=3512.87 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 76548 0 0 0 350630 657 0 0 20 0 1 0 33324598 541523968 104058 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 132208 104058 2496 595 0 116875 0
Current children cumulated CPU time: 3512.87 s
Current children cumulated vsize: 528832 KiB
Current children cumulated memory: 416232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/262 23369
/proc/meminfo: memFree=128999672/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=530624 memory=418024 CPUtime=3572.72 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 76996 0 0 0 356615 657 0 0 20 0 1 0 33324598 543358976 104506 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 132656 104506 2496 595 0 117323 0
Current children cumulated CPU time: 3572.72 s
Current children cumulated vsize: 530624 KiB
Current children cumulated memory: 418024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.11 4.12 4.09 5/262 23415
/proc/meminfo: memFree=128998724/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=530624 memory=418024 CPUtime=3600.05 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 76996 0 0 0 359348 657 0 0 20 0 1 0 33324598 543358976 104506 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 132656 104506 2496 595 0 117323 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 530624 KiB
Current children cumulated memory: 418024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.87 s, system=6.57316 s

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

[startup+3610 s]*
/proc/loadavg: 4.11 4.12 4.09 5/262 23415
/proc/meminfo: memFree=129090884/131249988 swapFree=33010684/33010684
[pid=22828] ppid=22825 vsize=368796 memory=313628 CPUtime=3600.36 cores=4,6
/proc/22828/stat : 22828 (SynLSCD-PS) R 22825 22828 22261 0 -1 4194304 77001 0 0 0 359379 657 0 0 20 0 1 0 33324598 377647104 78407 18446744073709551615 94252910727168 94252913162169 140736710003248 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252913642744 94252913675776 94252948295680 140736710007136 140736710007272 140736710007272 140736710012874 0
/proc/22828/statm: 92199 78407 2560 595 0 76866 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 368796 KiB
Current children cumulated memory: 313628 KiB

Child status: 0

Real time (s): 3610.08
CPU time (s): 3600.44
CPU user time (s): 3593.87
CPU system time (s): 6.57316
CPU usage (%): 99.7329
Max. virtual memory (cumulated for all children) (KiB): 617100
Max. memory (cumulated for all children) (KiB): 418024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.87
system time used= 6.57316
maximum resident set size= 491796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77026
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= 232
involuntary context switches= 19062


# summary of solver processes directly reported to runsolver:
#   pid: 22828
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3593.87
#   total CPU system time (s): 6.57316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93018 second user time and 16.4068 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 07:54:30
IDJOB=4507243
IDBENCH=158331
IDSOLVER=3370
FILE ID=nodeC020/4507243-1751176470
RUNJOBID= nodeC020-1751172827-22272
SLURM_JOB_ID= 9587540
Free space on /tmp= 433048 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K177.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-4507243-1751176470/watcher-4507243-1751176470 -o /tmp/evaluation-result-4507243-1751176470/solver-4507243-1751176470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751172827-22272 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507243-1751176470.opb

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
RANDOM SEED=188610430

nodeC020 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.870
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.79
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.892
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.79
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		: 3604.689
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.79
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		: 3576.071
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.79
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		: 3621.371
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.79
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		: 3600.152
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.79
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.903
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.79
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128979676 kB
MemAvailable:   129013676 kB
Buffers:            3280 kB
Cached:           841304 kB
SwapCached:            0 kB
Active:          1147704 kB
Inactive:         534000 kB
Active(anon):     855180 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   534000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10040 kB
Writeback:             8 kB
AnonPages:        840248 kB
Mapped:           113820 kB
Shmem:             18056 kB
KReclaimable:      93432 kB
Slab:             179724 kB
SReclaimable:      93432 kB
SUnreclaim:        86292 kB
KernelStack:        4224 kB
PageTables:         4820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1235076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC020 at 2025-06-29 08:54:41