Trace number 4545793

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.52

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 170
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.12	c #vars 20111 #constraints 20451 1.01691 1
0.06/0.12	c intsize: 8
0.66/0.76	c 20451 constraints
0.66/0.76	c Finish cloning data from SAT to LS
0.66/0.76	c restart_num_ls  -100000 0
279.49/280.40	c Use LS-small
279.49/280.40	restart_num  0 301
279.49/280.40	c LS-restart 90 56
694.21/696.18	c Use LS-small
694.21/696.18	restart_num  301 602
694.21/696.18	c LS-restart 80 69
1261.29/1264.62	c Use LS-small
1261.29/1264.62	restart_num  602 903
1261.29/1264.62	c LS-restart 70 95
1261.29/1264.62	c similarity no use LS 0.992691
2493.34/2499.78	restart_num  903 1204
2493.34/2499.78	c LS-restart 70 86
2493.34/2499.78	c similarity no use LS 0.994331
3222.22/3230.41	restart_num  1204 1505
3222.22/3230.41	c LS-restart 70 44
3600.00/3609.12	c Use LS-small
3600.00/3609.12	c Program interrupted by user.
3600.00/3609.12	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 (61745 MiB free)
  memory of node 1: 64465 MiB (62094 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545793-1753259787/watcher-4545793-1753259787 -o /tmp/evaluation-result-4545793-1753259787/solver-4545793-1753259787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753259701-166034 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545793-1753259787.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=166454, runsolver pid=166451

[startup+0.100064 s]*
/proc/loadavg: 3.31 1.14 0.46 5/264 166455
/proc/meminfo: memFree=126788120/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=107256 memory=36328 CPUtime=0.06 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 6146 0 0 0 5 1 0 0 20 0 1 0 241653256 109830144 9082 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 26814 9082 2240 595 0 11481 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 107256 KiB
Current children cumulated memory: 36328 KiB

[startup+0.205573 s]*
/proc/loadavg: 3.31 1.14 0.46 5/264 166455
/proc/meminfo: memFree=126782576/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=113372 memory=42600 CPUtime=0.17 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 7718 0 0 0 16 1 0 0 20 0 1 0 241653256 116092928 10650 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 28343 10650 2304 595 0 13010 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 113372 KiB
Current children cumulated memory: 42600 KiB

[startup+0.305526 s]*
/proc/loadavg: 3.31 1.14 0.46 5/264 166455
/proc/meminfo: memFree=126762668/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=138092 memory=66644 CPUtime=0.27 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 13975 0 0 0 25 2 0 0 20 0 1 0 241653256 141406208 16661 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 34523 16661 2464 595 0 19190 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 138092 KiB
Current children cumulated memory: 66644 KiB

[startup+0.700187 s]
/proc/loadavg: 3.31 1.14 0.46 5/264 166455
/proc/meminfo: memFree=126754604/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=142992 memory=70228 CPUtime=0.66 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 14875 0 0 0 63 3 0 0 20 0 1 0 241653256 146423808 17557 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 35748 17557 2464 595 0 20415 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 142992 KiB
Current children cumulated memory: 70228 KiB

[startup+1.50018 s]
/proc/loadavg: 3.36 1.19 0.48 5/264 166455
/proc/meminfo: memFree=126714284/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=183628 memory=109652 CPUtime=1.45 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 24748 0 0 0 135 10 0 0 20 0 1 0 241653256 188035072 27413 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 45907 27413 2464 595 0 30574 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109652 KiB

[startup+3.10542 s]
/proc/loadavg: 3.36 1.19 0.48 5/264 166455
/proc/meminfo: memFree=126714284/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=183628 memory=109652 CPUtime=3.05 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 24756 0 0 0 284 21 0 0 20 0 1 0 241653256 188035072 27413 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 45907 27413 2464 595 0 30574 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109652 KiB

[startup+6.30017 s]
/proc/loadavg: 3.42 1.23 0.50 5/264 166455
/proc/meminfo: memFree=126707280/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=183628 memory=109652 CPUtime=6.24 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 24756 0 0 0 579 45 0 0 20 0 1 0 241653256 188035072 27413 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 45907 27413 2464 595 0 30574 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109652 KiB

[startup+12.7002 s]
/proc/loadavg: 3.54 1.30 0.53 4/260 166463
/proc/meminfo: memFree=126846020/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=183628 memory=109652 CPUtime=12.62 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 24756 0 0 0 1165 97 0 0 20 0 1 0 241653256 188035072 27413 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 45907 27413 2464 595 0 30574 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109652 KiB

[startup+25.5002 s]
/proc/loadavg: 3.69 1.40 0.57 5/264 166500
/proc/meminfo: memFree=126776864/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=188304 memory=118744 CPUtime=25.39 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 25953 0 0 0 2351 188 0 0 20 0 1 0 241653256 192823296 29686 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 47076 29686 2496 595 0 31743 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 188304 KiB
Current children cumulated memory: 118744 KiB

[startup+51.1054 s]
/proc/loadavg: 3.81 1.65 0.68 5/264 166500
/proc/meminfo: memFree=126658632/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=255272 memory=184656 CPUtime=50.92 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 34433 0 0 0 4899 193 0 0 20 0 1 0 241653256 261398528 46164 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 63818 46164 2496 595 0 48485 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 255272 KiB
Current children cumulated memory: 184656 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 2.05 0.87 5/264 166592
/proc/meminfo: memFree=126817384/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=271992 memory=207512 CPUtime=101.97 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 38615 0 0 0 10000 197 0 0 20 0 1 0 241653256 278519808 51878 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 67998 51878 2496 595 0 52665 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 271992 KiB
Current children cumulated memory: 207512 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.42 1.07 5/264 166594
/proc/meminfo: memFree=126724064/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=332680 memory=237872 CPUtime=161.81 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 44096 0 0 0 15980 201 0 0 20 0 1 0 241653256 340664320 59468 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 83170 59468 2496 595 0 67837 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 332680 KiB
Current children cumulated memory: 237872 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.73 1.26 5/264 166596
/proc/meminfo: memFree=126698960/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=342692 memory=248624 CPUtime=221.64 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 46777 0 0 0 21958 206 0 0 20 0 1 0 241653256 350916608 62156 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 85673 62156 2496 595 0 70340 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 342692 KiB
Current children cumulated memory: 248624 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 2.99 1.45 5/262 166598
/proc/meminfo: memFree=126705884/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=346288 memory=252208 CPUtime=281.48 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 47689 0 0 0 27925 223 0 0 20 0 1 0 241653256 354598912 63052 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 86572 63052 2496 595 0 71239 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 346288 KiB
Current children cumulated memory: 252208 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.19 1.62 5/262 166600
/proc/meminfo: memFree=126693820/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=351744 memory=257712 CPUtime=341.33 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 49063 0 0 0 33655 478 0 0 20 0 1 0 241653256 360185856 64428 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 87936 64428 2496 595 0 72603 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 351744 KiB
Current children cumulated memory: 257712 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.36 1.77 5/263 166603
/proc/meminfo: memFree=126669120/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=361068 memory=269744 CPUtime=401.17 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 51384 0 0 0 39631 486 0 0 20 0 1 0 241653256 369733632 67436 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 90267 67436 2496 595 0 74934 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 361068 KiB
Current children cumulated memory: 269744 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.51 1.93 5/263 166605
/proc/meminfo: memFree=126646788/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=371124 memory=280368 CPUtime=460.99 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 53981 0 0 0 45613 486 0 0 20 0 1 0 241653256 380030976 70092 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 92781 70092 2496 595 0 77448 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 379952 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/264 166846
/proc/meminfo: memFree=126588348/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=456660 memory=384176 CPUtime=3034.59 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 74410 0 0 0 302668 791 0 0 20 0 1 0 241653256 467619840 96044 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 114165 96044 2496 595 0 98832 0
Current children cumulated CPU time: 3034.59 s
Current children cumulated vsize: 456660 KiB
Current children cumulated memory: 384176 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 166848
/proc/meminfo: memFree=126585600/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=457552 memory=385328 CPUtime=3094.44 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 74693 0 0 0 308653 791 0 0 20 0 1 0 241653256 468533248 96332 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 114388 96332 2496 595 0 99055 0
Current children cumulated CPU time: 3094.44 s
Current children cumulated vsize: 457552 KiB
Current children cumulated memory: 385328 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 166851
/proc/meminfo: memFree=126572512/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=462216 memory=389424 CPUtime=3154.29 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 75739 0 0 0 314637 792 0 0 20 0 1 0 241653256 473309184 97356 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 115554 97356 2496 595 0 100221 0
Current children cumulated CPU time: 3154.29 s
Current children cumulated vsize: 462216 KiB
Current children cumulated memory: 389424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/265 166854
/proc/meminfo: memFree=126573496/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=462216 memory=389424 CPUtime=3214.14 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 75740 0 0 0 320621 793 0 0 20 0 1 0 241653256 473309184 97356 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 115554 97356 2496 595 0 100221 0
Current children cumulated CPU time: 3214.14 s
Current children cumulated vsize: 462216 KiB
Current children cumulated memory: 389424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 166856
/proc/meminfo: memFree=126575012/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=462216 memory=389680 CPUtime=3274 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 75822 0 0 0 326347 1053 0 0 20 0 1 0 241653256 473309184 97420 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 115554 97420 2496 595 0 100221 0
Current children cumulated CPU time: 3274 s
Current children cumulated vsize: 462216 KiB
Current children cumulated memory: 389680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/264 166858
/proc/meminfo: memFree=126573860/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=462216 memory=389680 CPUtime=3333.85 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 75822 0 0 0 332332 1053 0 0 20 0 1 0 241653256 473309184 97420 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 115554 97420 2496 595 0 100221 0
Current children cumulated CPU time: 3333.85 s
Current children cumulated vsize: 462216 KiB
Current children cumulated memory: 389680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/264 166860
/proc/meminfo: memFree=126573784/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=463268 memory=390960 CPUtime=3393.71 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76148 0 0 0 338317 1054 0 0 20 0 1 0 241653256 474386432 97740 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 115817 97740 2496 595 0 100484 0
Current children cumulated CPU time: 3393.71 s
Current children cumulated vsize: 463268 KiB
Current children cumulated memory: 390960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/263 166862
/proc/meminfo: memFree=126564740/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=465220 memory=393136 CPUtime=3453.55 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76694 0 0 0 344301 1054 0 0 20 0 1 0 241653256 476385280 98284 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 116305 98284 2496 595 0 100972 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 465220 KiB
Current children cumulated memory: 393136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/263 166865
/proc/meminfo: memFree=126563456/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=465220 memory=393264 CPUtime=3513.4 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76725 0 0 0 350278 1062 0 0 20 0 1 0 241653256 476385280 98316 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 116305 98316 2496 595 0 100972 0
Current children cumulated CPU time: 3513.4 s
Current children cumulated vsize: 465220 KiB
Current children cumulated memory: 393264 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/265 166875
/proc/meminfo: memFree=126563780/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=465220 memory=393264 CPUtime=3573.25 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76725 0 0 0 356263 1062 0 0 20 0 1 0 241653256 476385280 98316 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 116305 98316 2496 595 0 100972 0
Current children cumulated CPU time: 3573.25 s
Current children cumulated vsize: 465220 KiB
Current children cumulated memory: 393264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.04 4.08 4.01 5/265 166920
/proc/meminfo: memFree=126899452/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=465220 memory=393264 CPUtime=3600 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76725 0 0 0 358937 1063 0 0 20 0 1 0 241653256 476385280 98316 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 116305 98316 2496 595 0 100972 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 465220 KiB
Current children cumulated memory: 393264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.79 s, system=10.6337 s

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

[startup+3609.2 s]
/proc/loadavg: 4.04 4.08 4.01 5/265 166920
/proc/meminfo: memFree=126899452/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=372748 memory=317056 CPUtime=3600.1 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76731 0 0 0 358947 1063 0 0 20 0 1 0 241653256 381693952 79264 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 93187 79264 2592 595 0 77854 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 372748 KiB
Current children cumulated memory: 317056 KiB

[startup+3609.4 s]
/proc/loadavg: 4.04 4.08 4.01 5/265 166920
/proc/meminfo: memFree=126899452/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=372748 memory=317056 CPUtime=3600.3 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76731 0 0 0 358967 1063 0 0 20 0 1 0 241653256 381693952 79264 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 93187 79264 2592 595 0 77854 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 372748 KiB
Current children cumulated memory: 317056 KiB

[startup+3609.5 s]
/proc/loadavg: 4.04 4.08 4.01 5/265 166920
/proc/meminfo: memFree=126899452/131249992 swapFree=33009392/33010684
[pid=166454] ppid=166451 vsize=372748 memory=317056 CPUtime=3600.4 cores=4,6
/proc/166454/stat : 166454 (SynLSCD) R 166451 166454 166016 0 -1 4194304 76731 0 0 0 358977 1063 0 0 20 0 1 0 241653256 381693952 79264 18446744073709551615 94735494606848 94735497041449 140720955663184 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94735497522424 94735497555456 94735506878464 140720955668867 140720955669002 140720955669002 140720955674606 0
/proc/166454/statm: 93187 79264 2592 595 0 77854 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 372748 KiB
Current children cumulated memory: 317056 KiB

Child status: 0

Real time (s): 3609.52
CPU time (s): 3600.42
CPU user time (s): 3589.79
CPU system time (s): 10.6337
CPU usage (%): 99.748
Max. virtual memory (cumulated for all children) (KiB): 465220
Max. memory (cumulated for all children) (KiB): 393264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.79
system time used= 10.6337
maximum resident set size= 393648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76756
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= 226
involuntary context switches= 3146


# summary of solver processes directly reported to runsolver:
#   pid: 166454
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3589.79
#   total CPU system time (s): 10.6337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01352 second user time and 14.9125 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-23 10:36:27
IDJOB=4545793
IDBENCH=158263
IDSOLVER=3421
FILE ID=nodeC035/4545793-1753259787
RUNJOBID= nodeC035-1753259701-166034
SLURM_JOB_ID= 9689190
Free space on /tmp= 432440 MiB

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

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=1834945035

nodeC035 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.839
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.51
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.680
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126812060 kB
MemAvailable:   129070344 kB
Buffers:             664 kB
Cached:          3008784 kB
SwapCached:          336 kB
Active:          1496192 kB
Inactive:        2138520 kB
Active(anon):     632268 kB
Inactive(anon):    18908 kB
Active(file):     863924 kB
Inactive(file):  2119612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14820 kB
Writeback:             0 kB
AnonPages:        628392 kB
Mapped:           120604 kB
Shmem:             25904 kB
KReclaimable:     227972 kB
Slab:             324052 kB
SReclaimable:     227972 kB
SUnreclaim:        96080 kB
KernelStack:        4292 kB
PageTables:         4344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1045660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 432448 MiB
End job on nodeC035 at 2025-07-23 11:36:37