Trace number 4506926

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
CASHWMaxSATDisjCad-S 2025-06-01? (TO) 3600.03 3610.4

General information on the benchmark

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

Solver Data

3600.02/3610.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506926-1751178706/watcher-4506926-1751178706 -o /tmp/evaluation-result-4506926-1751178706/solver-4506926-1751178706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751178706-20255 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4506926-1751178706.opb -total-t=3600 -no-par -v0 

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=20304, runsolver pid=20295
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 3.38 3.95 4.04 6/267 20313
/proc/meminfo: memFree=130027932/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=36224 memory=21804 CPUtime=0.09 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 4881 0 0 0 9 0 0 0 20 0 1 0 33549480 37093376 5451 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 9056 5451 864 2593 0 5949 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36224 KiB
Current children cumulated memory: 21804 KiB

[startup+0.204608 s]*
/proc/loadavg: 3.38 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129985848/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=50844 memory=36024 CPUtime=0.2 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 8906 0 0 0 19 1 0 0 20 0 1 0 33549480 52064256 9006 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 12711 9006 896 2593 0 9604 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50844 KiB
Current children cumulated memory: 36024 KiB

[startup+0.305627 s]*
/proc/loadavg: 3.38 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129920328/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=56760 memory=41408 CPUtime=0.3 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 10966 0 0 0 29 1 0 0 20 0 1 0 33549480 58122240 10352 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 14190 10352 960 2593 0 11083 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 56760 KiB
Current children cumulated memory: 41408 KiB

[startup+0.700126 s]
/proc/loadavg: 3.38 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129916232/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=60060 memory=44836 CPUtime=0.69 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 12022 0 0 0 68 1 0 0 20 0 1 0 33549480 61501440 11209 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 15015 11209 960 2593 0 11908 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 60060 KiB
Current children cumulated memory: 44836 KiB

[startup+1.50013 s]
/proc/loadavg: 3.38 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129908280/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=108000 memory=92328 CPUtime=1.48 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 21852 0 0 0 145 3 0 0 20 0 1 0 33549480 110592000 23082 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 27000 23082 992 2593 0 23893 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 108000 KiB
Current children cumulated memory: 92328 KiB

[startup+3.10464 s]
/proc/loadavg: 3.43 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129741960/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=93712 memory=79140 CPUtime=3.08 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 23010 0 0 0 305 3 0 0 20 0 1 0 33549480 95961088 19785 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 23428 19785 992 2593 0 20321 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 93712 KiB
Current children cumulated memory: 79140 KiB

[startup+6.30011 s]
/proc/loadavg: 3.43 3.95 4.04 6/267 20313
/proc/meminfo: memFree=129728300/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=98576 memory=82480 CPUtime=6.26 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 23308 0 0 0 623 3 0 0 20 0 1 0 33549480 100941824 20620 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 24644 20620 992 2593 0 21537 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 98576 KiB
Current children cumulated memory: 82480 KiB

[startup+12.7001 s]
/proc/loadavg: 3.47 3.96 4.04 6/267 20313
/proc/meminfo: memFree=129706660/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=99696 memory=85168 CPUtime=12.65 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 24004 0 0 0 1261 4 0 0 20 0 1 0 33549480 102088704 21292 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 24924 21292 992 2593 0 21817 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 99696 KiB
Current children cumulated memory: 85168 KiB

[startup+25.5002 s]
/proc/loadavg: 3.59 3.96 4.04 6/267 20313
/proc/meminfo: memFree=129672320/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=113560 memory=99128 CPUtime=25.41 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 25942 0 0 0 2537 4 0 0 20 0 1 0 33549480 116285440 24782 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 28390 24782 992 2593 0 25283 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 113560 KiB
Current children cumulated memory: 99128 KiB

[startup+51.1045 s]
/proc/loadavg: 3.79 3.98 4.04 6/267 20314
/proc/meminfo: memFree=129657928/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=122888 memory=108344 CPUtime=50.93 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 26749 0 0 0 5089 4 0 0 20 0 1 0 33549480 125837312 27086 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 30722 27086 992 2593 0 27615 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 122888 KiB
Current children cumulated memory: 108344 KiB

[startup+102.3 s]
/proc/loadavg: 3.91 3.98 4.03 6/266 20315
/proc/meminfo: memFree=129549024/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=156820 memory=135624 CPUtime=101.97 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 31394 0 0 0 10191 6 0 0 20 0 1 0 33549480 160583680 33906 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 39205 33906 992 2593 0 36098 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 156820 KiB
Current children cumulated memory: 135624 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.02 4.04 6/268 20321
/proc/meminfo: memFree=129505060/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=154524 memory=139832 CPUtime=161.78 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 36450 0 0 0 16169 9 0 0 20 0 1 0 33549480 158232576 34958 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 38631 34958 992 2593 0 35524 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 154524 KiB
Current children cumulated memory: 139832 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.03 4.04 6/268 20323
/proc/meminfo: memFree=129461352/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=151252 memory=136760 CPUtime=221.58 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 38547 0 0 0 22148 10 0 0 20 0 1 0 33549480 154882048 34190 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 37813 34190 992 2593 0 34706 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 151252 KiB
Current children cumulated memory: 136760 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.04 4.04 6/268 20329
/proc/meminfo: memFree=129435508/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=200980 memory=182568 CPUtime=281.41 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 42256 0 0 0 28130 11 0 0 20 0 1 0 33549480 205803520 45642 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 50245 45642 992 2593 0 47138 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 200980 KiB
Current children cumulated memory: 182568 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.04 4.04 6/264 20331
/proc/meminfo: memFree=129365328/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=208924 memory=194756 CPUtime=341.27 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 44691 0 0 0 34114 13 0 0 20 0 1 0 33549480 213938176 48689 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 52231 48689 992 2593 0 49124 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 208924 KiB
Current children cumulated memory: 194756 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.05 4.04 6/265 20334
/proc/meminfo: memFree=129215860/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=220844 memory=206660 CPUtime=401.12 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 45116 0 0 0 40099 13 0 0 20 0 1 0 33549480 226144256 51665 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 55211 51665 992 2593 0 52104 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 220844 KiB
Current children cumulated memory: 206660 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.05 4.04 6/265 20336
/proc/meminfo: memFree=129126656/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=224692 memory=210460 CPUtime=460.96 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 49740 0 0 0 46080 16 0 0 20 0 1 0 33549480 230084608 52615 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 56173 52615 992 2593 0 53066 0
Current children cumulated CPU time: 460.96 s

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

Current children cumulated memory: 354204 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/263 20549
/proc/meminfo: memFree=128681336/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=312480 memory=298316 CPUtime=2854.11 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 128215 0 0 0 285300 111 0 0 20 0 1 0 33549480 319979520 74579 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 78120 74579 992 2593 0 75013 0
Current children cumulated CPU time: 2854.11 s
Current children cumulated vsize: 312480 KiB
Current children cumulated memory: 298316 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/262 20551
/proc/meminfo: memFree=128663052/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=312480 memory=298316 CPUtime=2913.94 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 129536 0 0 0 291281 113 0 0 20 0 1 0 33549480 319979520 74579 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 78120 74579 992 2593 0 75013 0
Current children cumulated CPU time: 2913.94 s
Current children cumulated vsize: 312480 KiB
Current children cumulated memory: 298316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/262 20553
/proc/meminfo: memFree=128689272/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=311480 memory=297444 CPUtime=2973.76 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 132070 0 0 0 297259 117 0 0 20 0 1 0 33549480 318955520 74361 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 77870 74361 992 2593 0 74763 0
Current children cumulated CPU time: 2973.76 s
Current children cumulated vsize: 311480 KiB
Current children cumulated memory: 297444 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 20555
/proc/meminfo: memFree=128637852/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=327704 memory=307804 CPUtime=3033.59 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 133809 0 0 0 303239 120 0 0 20 0 1 0 33549480 335568896 76951 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 81926 76951 992 2593 0 78819 0
Current children cumulated CPU time: 3033.59 s
Current children cumulated vsize: 327704 KiB
Current children cumulated memory: 307804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/262 20557
/proc/meminfo: memFree=128638800/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=320392 memory=302540 CPUtime=3093.42 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 135616 0 0 0 309219 123 0 0 20 0 1 0 33549480 328081408 75635 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 80098 75635 992 2593 0 76991 0
Current children cumulated CPU time: 3093.42 s
Current children cumulated vsize: 320392 KiB
Current children cumulated memory: 302540 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 20563
/proc/meminfo: memFree=128698936/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=377436 memory=359512 CPUtime=3153.23 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 137848 0 0 0 315197 126 0 0 20 0 1 0 33549480 386494464 89878 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 94359 89878 992 2593 0 91252 0
Current children cumulated CPU time: 3153.23 s
Current children cumulated vsize: 377436 KiB
Current children cumulated memory: 359512 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.13 4.10 5/264 20565
/proc/meminfo: memFree=128707020/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=337748 memory=319896 CPUtime=3213.06 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 139598 0 0 0 321176 130 0 0 20 0 1 0 33549480 345853952 79974 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 84437 79974 992 2593 0 81330 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 337748 KiB
Current children cumulated memory: 319896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.22 4.13 5/264 20571
/proc/meminfo: memFree=128693872/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=344808 memory=326956 CPUtime=3272.88 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 141233 0 0 0 327156 132 0 0 20 0 1 0 33549480 353083392 81739 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 86202 81739 992 2593 0 83095 0
Current children cumulated CPU time: 3272.88 s
Current children cumulated vsize: 344808 KiB
Current children cumulated memory: 326956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.28 4.16 5/264 20573
/proc/meminfo: memFree=128673996/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=343832 memory=325980 CPUtime=3332.71 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 142914 0 0 0 333135 136 0 0 20 0 1 0 33549480 352083968 81495 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 85958 81495 992 2593 0 82851 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 325980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.24 4.15 5/264 20575
/proc/meminfo: memFree=128583304/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=357644 memory=340468 CPUtime=3392.53 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 144606 0 0 0 339115 138 0 0 20 0 1 0 33549480 366227456 85117 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 89411 85117 992 2593 0 86304 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 357644 KiB
Current children cumulated memory: 340468 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.21 4.14 5/264 20578
/proc/meminfo: memFree=128623120/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=350228 memory=333548 CPUtime=3452.35 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 146517 0 0 0 345090 145 0 0 20 0 1 0 33549480 358633472 83387 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 87557 83387 992 2593 0 84450 0
Current children cumulated CPU time: 3452.35 s
Current children cumulated vsize: 350228 KiB
Current children cumulated memory: 333548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.20 4.14 5/266 20584
/proc/meminfo: memFree=128638208/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=331432 memory=314680 CPUtime=3512.18 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 147990 0 0 0 351070 148 0 0 20 0 1 0 33549480 339386368 78670 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 82858 78670 992 2593 0 79751 0
Current children cumulated CPU time: 3512.18 s
Current children cumulated vsize: 331432 KiB
Current children cumulated memory: 314680 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.16 4.13 5/266 20586
/proc/meminfo: memFree=128624156/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=359588 memory=341140 CPUtime=3572 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 155120 0 0 0 357048 152 0 0 20 0 1 0 33549480 368218112 85285 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 89897 85285 992 2593 0 86790 0
Current children cumulated CPU time: 3572 s
Current children cumulated vsize: 359588 KiB
Current children cumulated memory: 341140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.10 4.16 4.13 4/262 20594
/proc/meminfo: memFree=128981292/131249988 swapFree=33010684/33010684
[pid=20304] ppid=20295 vsize=317108 memory=302360 CPUtime=3600.02 cores=4,6
/proc/20304/stat : 20304 (CASHWMaxSAT-Dis) R 20295 20304 20244 0 -1 4194304 156028 0 0 0 359849 153 0 0 20 0 1 0 33549480 324718592 75590 18446744073709551615 4198400 14817773 140728566696560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 33914880 140728566700394 140728566700509 140728566700509 140728566706111 0
/proc/20304/statm: 79277 75590 992 2593 0 76170 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 317108 KiB
Current children cumulated memory: 302360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.49 s, system=1.53449 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.03
CPU user time (s): 3598.49
CPU system time (s): 1.53449
CPU usage (%): 99.7127
Max. virtual memory (cumulated for all children) (KiB): 471388
Max. memory (cumulated for all children) (KiB): 454164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.49
system time used= 1.53449
maximum resident set size= 454164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156028
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= 75
involuntary context switches= 1650


# summary of solver processes directly reported to runsolver:
#   pid: 20304
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.49
#   total CPU system time (s): 1.53449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39572 second user time and 13.0851 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 08:31:46
IDJOB=4506926
IDBENCH=158309
IDSOLVER=3322
FILE ID=nodeC034/4506926-1751178706
RUNJOBID= nodeC034-1751178706-20255
SLURM_JOB_ID= 9587541
Free space on /tmp= 433060 MiB

SOLVER NAME= CASHWMaxSATDisjCad-S 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506926-1751178706/watcher-4506926-1751178706 -o /tmp/evaluation-result-4506926-1751178706/solver-4506926-1751178706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751178706-20255 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4506926-1751178706.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=1138383385

nodeC034 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.753
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.53
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.761
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.53
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		: 3498.109
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.53
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		: 3598.980
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.53
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		: 3599.767
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.53
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.765
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.53
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		: 3582.219
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.53
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		: 3599.541
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130110012 kB
MemAvailable:   129800256 kB
Buffers:            3280 kB
Cached:           500756 kB
SwapCached:            0 kB
Active:           303688 kB
Inactive:         279664 kB
Active(anon):      97420 kB
Inactive(anon):        0 kB
Active(file):     206268 kB
Inactive(file):   279664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58976 kB
Writeback:             0 kB
AnonPages:         82444 kB
Mapped:           102296 kB
Shmem:             18104 kB
KReclaimable:      86704 kB
Slab:             172928 kB
SReclaimable:      86704 kB
SUnreclaim:        86224 kB
KernelStack:        4072 kB
PageTables:         2352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     339776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC034 at 2025-06-29 09:31:57