Trace number 4545792

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.44 3611.12

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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.20/0.26	c #vars 19754 #constraints 20088 1.01691 1
0.20/0.26	c intsize: 8
1.57/1.69	c 20088 constraints
1.57/1.69	c Finish cloning data from SAT to LS
1.57/1.69	c restart_num_ls  -100000 0
200.85/201.51	c Use LS-small
200.85/201.51	restart_num  0 302
200.85/201.51	c LS-restart 90 74
578.79/580.61	c Use LS-small
578.79/580.61	restart_num  302 603
578.79/580.61	c LS-restart 80 58
1003.48/1006.86	c Use LS-small
1003.48/1006.86	restart_num  603 904
1003.48/1006.86	c LS-restart 70 88
1003.48/1006.86	c similarity no use LS 0.993875
2064.62/2071.16	restart_num  904 1205
2064.62/2071.16	c LS-restart 70 51
2679.67/2687.97	c Use LS-small
2679.67/2687.97	restart_num  1205 1506
2679.67/2687.97	c LS-restart 60 76
2679.67/2687.97	c similarity no use LS 0.993824
3600.01/3610.70	c Program interrupted by user.
3600.01/3610.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: 63794 MiB (62545 MiB free)
  memory of node 1: 64507 MiB (62945 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100092 s]*
/proc/loadavg: 3.28 1.13 0.46 5/252 158092
/proc/meminfo: memFree=128502640/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=103880 memory=30720 CPUtime=0.09 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 4699 0 0 0 7 2 0 0 20 0 1 0 241658194 106373120 7680 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 25970 7680 2240 595 0 10637 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 103880 KiB
Current children cumulated memory: 30720 KiB

[startup+0.213144 s]*
/proc/loadavg: 3.28 1.13 0.46 5/252 158092
/proc/meminfo: memFree=128498860/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=107384 memory=36584 CPUtime=0.2 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 5664 0 0 0 18 2 0 0 20 0 1 0 241658194 109961216 9146 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 26846 9146 2240 595 0 11513 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107384 KiB
Current children cumulated memory: 36584 KiB

[startup+0.312969 s]*
/proc/loadavg: 3.28 1.13 0.46 5/252 158092
/proc/meminfo: memFree=128494828/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=108744 memory=38248 CPUtime=0.3 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 6019 0 0 0 28 2 0 0 20 0 1 0 241658194 111353856 9562 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 27186 9562 2304 595 0 11853 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 108744 KiB
Current children cumulated memory: 38248 KiB

[startup+0.700314 s]
/proc/loadavg: 3.28 1.13 0.46 5/252 158092
/proc/meminfo: memFree=128490800/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=140736 memory=67936 CPUtime=0.67 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 13718 0 0 0 63 4 0 0 20 0 1 0 241658194 144113664 16984 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 35184 16984 2464 595 0 19851 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 140736 KiB
Current children cumulated memory: 67936 KiB

[startup+1.50027 s]
/proc/loadavg: 3.28 1.13 0.46 5/252 158092
/proc/meminfo: memFree=128458984/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=142508 memory=70752 CPUtime=1.47 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 14420 0 0 0 142 5 0 0 20 0 1 0 241658194 145928192 17688 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 35627 17688 2464 595 0 20294 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 142508 KiB
Current children cumulated memory: 70752 KiB

[startup+3.11275 s]
/proc/loadavg: 3.34 1.18 0.48 5/252 158092
/proc/meminfo: memFree=128394820/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=182520 memory=109408 CPUtime=3.08 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 24073 0 0 0 290 18 0 0 20 0 1 0 241658194 186900480 27352 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 45630 27352 2496 595 0 30297 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 182520 KiB
Current children cumulated memory: 109408 KiB

[startup+6.30031 s]
/proc/loadavg: 3.34 1.18 0.48 5/252 158092
/proc/meminfo: memFree=128365072/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=182520 memory=109408 CPUtime=6.25 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 24073 0 0 0 584 41 0 0 20 0 1 0 241658194 186900480 27352 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 45630 27352 2496 595 0 30297 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 182520 KiB
Current children cumulated memory: 109408 KiB

[startup+12.7003 s]
/proc/loadavg: 3.44 1.27 0.52 5/252 158093
/proc/meminfo: memFree=128338952/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=182520 memory=109408 CPUtime=12.64 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 24073 0 0 0 1173 91 0 0 20 0 1 0 241658194 186900480 27352 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 45630 27352 2496 595 0 30297 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 182520 KiB
Current children cumulated memory: 109408 KiB

[startup+25.5003 s]
/proc/loadavg: 3.53 1.36 0.56 5/252 158093
/proc/meminfo: memFree=128330832/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=182520 memory=109408 CPUtime=25.4 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 24073 0 0 0 2352 188 0 0 20 0 1 0 241658194 186900480 27352 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 45630 27352 2496 595 0 30297 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 182520 KiB
Current children cumulated memory: 109408 KiB

[startup+51.1128 s]
/proc/loadavg: 3.75 1.59 0.65 5/252 158228
/proc/meminfo: memFree=128193852/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=251548 memory=174020 CPUtime=50.94 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 33161 0 0 0 4897 197 0 0 20 0 1 0 241658194 257585152 43505 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 62887 43505 2528 595 0 47554 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 251548 KiB
Current children cumulated memory: 174020 KiB

[startup+102.3 s]
/proc/loadavg: 3.94 2.01 0.85 5/252 158319
/proc/meminfo: memFree=128136528/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=277816 memory=210300 CPUtime=101.96 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 39727 0 0 0 9995 201 0 0 20 0 1 0 241658194 284483584 52575 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 69454 52575 2528 595 0 54121 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 277816 KiB
Current children cumulated memory: 210300 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 2.41 1.06 5/253 158322
/proc/meminfo: memFree=128093764/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=331064 memory=238968 CPUtime=161.78 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 43729 0 0 0 15969 209 0 0 20 0 1 0 241658194 339009536 59742 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 82766 59742 2560 595 0 67433 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 331064 KiB
Current children cumulated memory: 238968 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.72 1.26 5/253 158324
/proc/meminfo: memFree=127978440/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=339220 memory=253456 CPUtime=221.58 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 45659 0 0 0 21779 379 0 0 20 0 1 0 241658194 347361280 63364 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 84805 63364 2560 595 0 69472 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 339220 KiB
Current children cumulated memory: 253456 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 3.00 1.45 5/250 158326
/proc/meminfo: memFree=127956688/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=350416 memory=264976 CPUtime=281.36 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 48473 0 0 0 27681 455 0 0 20 0 1 0 241658194 358825984 66244 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 87604 66244 2560 595 0 72271 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 350416 KiB
Current children cumulated memory: 264976 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.20 1.61 5/250 158328
/proc/meminfo: memFree=127983008/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=361276 memory=275984 CPUtime=341.18 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 51237 0 0 0 33653 465 0 0 20 0 1 0 241658194 369946624 68996 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 90319 68996 2560 595 0 74986 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 361276 KiB
Current children cumulated memory: 275984 KiB

[startup+402.3 s]
/proc/loadavg: 4.62 3.50 1.82 5/251 158331
/proc/meminfo: memFree=127969344/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=369764 memory=284432 CPUtime=401.01 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 53344 0 0 0 39635 466 0 0 20 0 1 0 241658194 378638336 71108 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 92441 71108 2560 595 0 77108 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 369764 KiB
Current children cumulated memory: 284432 KiB

[startup+462.3 s]
/proc/loadavg: 4.70 3.73 2.01 5/250 158333
/proc/meminfo: memFree=127954240/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=371364 memory=294524 CPUtime=460.83 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 53832 0 0 0 45617 466 0 0 20 0 1 0 241658194 380276736 73631 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 92841 73631 2560 595 0 77508 0
Current children cumulated CPU time: 460.83 s

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

Current children cumulated memory: 494720 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.02 5/250 158485
/proc/meminfo: memFree=127480660/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3033.1 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80703 0 0 0 302240 1070 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3033.1 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3102.3 s]
/proc/loadavg: 4.05 4.09 4.01 5/250 158487
/proc/meminfo: memFree=127480668/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3092.93 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80709 0 0 0 308223 1070 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3092.93 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/251 158490
/proc/meminfo: memFree=127480668/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3152.77 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80709 0 0 0 314207 1070 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3152.77 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.02 5/251 158492
/proc/meminfo: memFree=127472612/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3212.6 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80713 0 0 0 320179 1081 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3212.6 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 158494
/proc/meminfo: memFree=127472644/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3272.45 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80713 0 0 0 326164 1081 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3272.45 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.28 4.09 5/250 158496
/proc/meminfo: memFree=127472992/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3332.29 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80727 0 0 0 332148 1081 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3332.29 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.25 4.09 5/250 158498
/proc/meminfo: memFree=127452148/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3392.13 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80742 0 0 0 338132 1081 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.24 4.09 5/249 158500
/proc/meminfo: memFree=127452156/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=497920 CPUtime=3451.98 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80756 0 0 0 344117 1081 0 0 20 0 1 0 241658194 680386560 124480 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 124480 2560 595 0 150777 0
Current children cumulated CPU time: 3451.98 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 497920 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.22 4.09 5/249 158502
/proc/meminfo: memFree=127452156/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=512256 CPUtime=3511.82 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80768 0 0 0 350101 1081 0 0 20 0 1 0 241658194 680386560 128064 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 128064 2560 595 0 150777 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 512256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.19 4.09 5/250 158594
/proc/meminfo: memFree=128419916/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=664440 memory=528640 CPUtime=3571.68 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 80776 0 0 0 356086 1082 0 0 20 0 1 0 241658194 680386560 132160 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166110 132160 2560 595 0 150777 0
Current children cumulated CPU time: 3571.68 s
Current children cumulated vsize: 664440 KiB
Current children cumulated memory: 528640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.13 4.19 4.09 5/251 158602
/proc/meminfo: memFree=128381116/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=666568 memory=538496 CPUtime=3600.01 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 81205 0 0 0 358919 1082 0 0 20 0 1 0 241658194 682565632 134624 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 166642 134624 2560 595 0 151309 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 666568 KiB
Current children cumulated memory: 538496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.61 s, system=10.8307 s

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

[startup+3610.8 s]
/proc/loadavg: 4.13 4.19 4.09 5/251 158602
/proc/meminfo: memFree=128381116/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=383372 memory=328188 CPUtime=3600.11 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 81213 0 0 0 358929 1082 0 0 20 0 1 0 241658194 392572928 82047 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 95843 82047 2688 595 0 80510 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 383372 KiB
Current children cumulated memory: 328188 KiB

[startup+3611 s]*
/proc/loadavg: 4.13 4.19 4.09 5/251 158602
/proc/meminfo: memFree=128575676/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=383372 memory=328188 CPUtime=3600.32 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 81213 0 0 0 358950 1082 0 0 20 0 1 0 241658194 392572928 82047 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 95843 82047 2688 595 0 80510 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 383372 KiB
Current children cumulated memory: 328188 KiB

[startup+3611.11 s]
/proc/loadavg: 4.13 4.19 4.09 5/251 158602
/proc/meminfo: memFree=128575676/131382120 swapFree=33010416/33010684
[pid=158091] ppid=158088 vsize=369084 memory=313988 CPUtime=3600.42 cores=4,6
/proc/158091/stat : 158091 (SynLSCD) R 158088 158091 157743 0 -1 4194304 81213 0 0 0 358960 1082 0 0 20 0 1 0 241658194 377942016 78497 18446744073709551615 94227171086336 94227173520937 140727124805744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94227174001912 94227174034944 94227189944320 140727124814211 140727124814346 140727124814346 140727124819950 0
/proc/158091/statm: 92271 78497 2688 595 0 76938 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 369084 KiB
Current children cumulated memory: 313988 KiB

Child status: 0

Real time (s): 3611.12
CPU time (s): 3600.44
CPU user time (s): 3589.61
CPU system time (s): 10.8307
CPU usage (%): 99.7042
Max. virtual memory (cumulated for all children) (KiB): 666568
Max. memory (cumulated for all children) (KiB): 538496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.61
system time used= 10.8307
maximum resident set size= 615456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81239
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= 258
involuntary context switches= 19050


# summary of solver processes directly reported to runsolver:
#   pid: 158091
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3589.61
#   total CPU system time (s): 10.8307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.358 second user time and 30.9032 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 10:36:28
IDJOB=4545792
IDBENCH=158308
IDSOLVER=3421
FILE ID=nodeC006/4545792-1753259788
RUNJOBID= nodeC006-1753259701-157761
SLURM_JOB_ID= 9689161
Free space on /tmp= 432768 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=654685998

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128502556 kB
MemAvailable:   129224192 kB
Buffers:            2128 kB
Cached:          1398320 kB
SwapCached:           12 kB
Active:          1581744 kB
Inactive:         420776 kB
Active(anon):     617420 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   409984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4916 kB
Writeback:             0 kB
AnonPages:        603988 kB
Mapped:           120368 kB
Shmem:             26140 kB
KReclaimable:     373528 kB
Slab:             467716 kB
SReclaimable:     373528 kB
SUnreclaim:        94188 kB
KernelStack:        4080 kB
PageTables:         4408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     994164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC006 at 2025-07-23 11:36:40