Trace number 4501993

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
Exact_no_dombreaking 2025-06-16? (TO) 3600.11 3610.43

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
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 variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/3610.40	c Program interrupted by user.
3600.07/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: 63837 MiB (63340 MiB free)
  memory of node 1: 64465 MiB (63701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501993-1751163236/watcher-4501993-1751163236 -o /tmp/evaluation-result-4501993-1751163236/solver-4501993-1751163236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751157646-15153 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1085350704 --ls=360 --inp-dombreaklim=0 HOME/instance-4501993-1751163236.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=16901, runsolver pid=16898
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 4.08 4.11 4.09 5/250 16902
/proc/meminfo: memFree=130071520/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=57672 memory=33608 CPUtime=0.1 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 7857 0 0 0 8 2 0 0 20 0 1 0 32002318 59056128 8402 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 14418 8402 1024 1200 0 12898 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 57672 KiB
Current children cumulated memory: 33608 KiB

[startup+0.213032 s]*
/proc/loadavg: 4.08 4.11 4.09 5/250 16902
/proc/meminfo: memFree=130063708/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=63160 memory=40312 CPUtime=0.22 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 9459 0 0 0 19 3 0 0 20 0 1 0 32002318 64675840 10078 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 15790 10078 1024 1200 0 14270 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 63160 KiB
Current children cumulated memory: 40312 KiB

[startup+0.312998 s]*
/proc/loadavg: 4.08 4.11 4.09 5/250 16902
/proc/meminfo: memFree=130059928/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=70704 memory=47252 CPUtime=0.32 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 11080 0 0 0 28 4 0 0 20 0 1 0 32002318 72400896 11813 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 17676 11813 1024 1200 0 16156 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 70704 KiB
Current children cumulated memory: 47252 KiB

[startup+0.700324 s]
/proc/loadavg: 4.08 4.11 4.09 5/250 16902
/proc/meminfo: memFree=130035736/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=0.69 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17917 0 0 0 63 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+1.50036 s]
/proc/loadavg: 4.16 4.12 4.10 5/250 16902
/proc/meminfo: memFree=130035988/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=1.49 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17917 0 0 0 143 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+3.11279 s]
/proc/loadavg: 4.16 4.12 4.10 5/250 16902
/proc/meminfo: memFree=130036304/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=3.09 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17921 0 0 0 303 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+6.30033 s]
/proc/loadavg: 4.14 4.12 4.09 5/250 16902
/proc/meminfo: memFree=130036876/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=6.27 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17925 0 0 0 621 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 16902
/proc/meminfo: memFree=130053336/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=12.66 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17929 0 0 0 1260 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 16902
/proc/meminfo: memFree=130061400/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=25.42 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17933 0 0 0 2536 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+51.1129 s]
/proc/loadavg: 4.14 4.12 4.09 5/250 16948
/proc/meminfo: memFree=130033756/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=50.97 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17937 0 0 0 5091 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/250 16950
/proc/meminfo: memFree=130034312/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=102.02 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17945 0 0 0 10196 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/250 16951
/proc/meminfo: memFree=130027312/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=161.86 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17949 0 0 0 16180 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/250 16953
/proc/meminfo: memFree=130024664/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=75324 CPUtime=221.69 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 17953 0 0 0 22163 6 0 0 20 0 1 0 32002318 105447424 18831 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 18831 1024 1200 0 24224 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 75324 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/250 16955
/proc/meminfo: memFree=129994820/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=78780 CPUtime=281.54 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 18001 0 0 0 28148 6 0 0 20 0 1 0 32002318 105447424 19695 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 19695 1024 1200 0 24224 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 78780 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/249 16957
/proc/meminfo: memFree=129989376/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=102976 memory=78780 CPUtime=341.42 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 18027 0 0 0 34136 6 0 0 20 0 1 0 32002318 105447424 19695 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 25744 19695 1024 1200 0 24224 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 78780 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/249 17004
/proc/meminfo: memFree=129799428/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=163720 memory=141972 CPUtime=401.27 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 30048 0 0 0 40113 14 0 0 20 0 1 0 32002318 167649280 35493 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 40930 35493 1280 1200 0 39410 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 163720 KiB
Current children cumulated memory: 141972 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 17009
/proc/meminfo: memFree=129791420/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=173320 memory=152980 CPUtime=461.09 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 32793 0 0 0 46088 21 0 0 20 0 1 0 32002318 177479680 38245 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 43330 38245 1280 1200 0 41810 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 297400 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.19 4.17 5/249 17263
/proc/meminfo: memFree=129207248/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=314432 memory=298168 CPUtime=2853.92 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 59772 0 0 0 285129 263 0 0 20 0 1 0 32002318 321978368 74542 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 78608 74542 1312 1200 0 77088 0
Current children cumulated CPU time: 2853.92 s
Current children cumulated vsize: 314432 KiB
Current children cumulated memory: 298168 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.17 4.16 5/251 17269
/proc/meminfo: memFree=129203292/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=314432 memory=298296 CPUtime=2913.76 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 59808 0 0 0 291113 263 0 0 20 0 1 0 32002318 321978368 74574 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 78608 74574 1312 1200 0 77088 0
Current children cumulated CPU time: 2913.76 s
Current children cumulated vsize: 314432 KiB
Current children cumulated memory: 298296 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.17 4.16 5/251 17271
/proc/meminfo: memFree=129196928/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=314432 memory=298552 CPUtime=2973.6 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 59971 0 0 0 297097 263 0 0 20 0 1 0 32002318 321978368 74638 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 78608 74638 1312 1200 0 77088 0
Current children cumulated CPU time: 2973.6 s
Current children cumulated vsize: 314432 KiB
Current children cumulated memory: 298552 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/251 17273
/proc/meminfo: memFree=129215140/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=316488 memory=300600 CPUtime=3033.44 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 60497 0 0 0 303069 275 0 0 20 0 1 0 32002318 324083712 75150 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79122 75150 1312 1200 0 77602 0
Current children cumulated CPU time: 3033.44 s
Current children cumulated vsize: 316488 KiB
Current children cumulated memory: 300600 KiB

[startup+3102.3 s]
/proc/loadavg: 4.21 4.17 4.16 5/251 17279
/proc/meminfo: memFree=129211044/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=317132 memory=301240 CPUtime=3093.29 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 60738 0 0 0 309048 281 0 0 20 0 1 0 32002318 324743168 75310 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79283 75310 1312 1200 0 77763 0
Current children cumulated CPU time: 3093.29 s
Current children cumulated vsize: 317132 KiB
Current children cumulated memory: 301240 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/252 17327
/proc/meminfo: memFree=129151916/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=317132 memory=301240 CPUtime=3153.13 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 60745 0 0 0 315032 281 0 0 20 0 1 0 32002318 324743168 75310 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79283 75310 1312 1200 0 77763 0
Current children cumulated CPU time: 3153.13 s
Current children cumulated vsize: 317132 KiB
Current children cumulated memory: 301240 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/250 17329
/proc/meminfo: memFree=129151700/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=318400 memory=302392 CPUtime=3212.98 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61141 0 0 0 321003 295 0 0 20 0 1 0 32002318 326041600 75598 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79600 75598 1312 1200 0 78080 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 318400 KiB
Current children cumulated memory: 302392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/250 17331
/proc/meminfo: memFree=129152704/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=318400 memory=302392 CPUtime=3272.82 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61148 0 0 0 326987 295 0 0 20 0 1 0 32002318 326041600 75598 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79600 75598 1312 1200 0 78080 0
Current children cumulated CPU time: 3272.82 s
Current children cumulated vsize: 318400 KiB
Current children cumulated memory: 302392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/250 17333
/proc/meminfo: memFree=129132204/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=319424 memory=304824 CPUtime=3332.66 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61417 0 0 0 332965 301 0 0 20 0 1 0 32002318 327090176 76206 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79856 76206 1312 1200 0 78336 0
Current children cumulated CPU time: 3332.66 s
Current children cumulated vsize: 319424 KiB
Current children cumulated memory: 304824 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.14 5/250 17335
/proc/meminfo: memFree=129122968/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=319424 memory=304824 CPUtime=3392.51 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61524 0 0 0 338942 309 0 0 20 0 1 0 32002318 327090176 76206 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 79856 76206 1312 1200 0 78336 0
Current children cumulated CPU time: 3392.51 s
Current children cumulated vsize: 319424 KiB
Current children cumulated memory: 304824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/249 17337
/proc/meminfo: memFree=129122760/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=320360 memory=305080 CPUtime=3452.35 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61592 0 0 0 344924 311 0 0 20 0 1 0 32002318 328048640 76270 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 80090 76270 1312 1200 0 78570 0
Current children cumulated CPU time: 3452.35 s
Current children cumulated vsize: 320360 KiB
Current children cumulated memory: 305080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/252 17344
/proc/meminfo: memFree=128993224/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=320360 memory=305208 CPUtime=3512.22 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61661 0 0 0 350900 322 0 0 20 0 1 0 32002318 328048640 76302 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 80090 76302 1312 1200 0 78570 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 320360 KiB
Current children cumulated memory: 305208 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.15 4.14 5/252 17346
/proc/meminfo: memFree=128985908/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=320360 memory=305208 CPUtime=3572.06 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61715 0 0 0 356878 328 0 0 20 0 1 0 32002318 328048640 76302 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 80090 76302 1312 1200 0 78570 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 320360 KiB
Current children cumulated memory: 305208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.15 4.13 4.14 5/252 17348
/proc/meminfo: memFree=128961096/131382120 swapFree=33010684/33010684
[pid=16901] ppid=16898 vsize=320360 memory=305208 CPUtime=3600.07 cores=4,6
/proc/16901/stat : 16901 (Exact) R 16898 16901 15142 0 -1 4194304 61715 0 0 0 359679 328 0 0 20 0 1 0 32002318 328048640 76302 18446744073709551615 4198400 9112445 140730970659600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 44384256 140730970663206 140730970663405 140730970663405 140730970669007 0
/proc/16901/statm: 80090 76302 1312 1200 0 78570 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 320360 KiB
Current children cumulated memory: 305208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.28824 s

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

Child status: 0

Real time (s): 3610.43
CPU time (s): 3600.11
CPU user time (s): 3596.82
CPU system time (s): 3.28824
CPU usage (%): 99.7142
Max. virtual memory (cumulated for all children) (KiB): 320360
Max. memory (cumulated for all children) (KiB): 305208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.28824
maximum resident set size= 305208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61727
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= 82
involuntary context switches= 3113


# summary of solver processes directly reported to runsolver:
#   pid: 16901
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.28824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1327 second user time and 33.3985 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 04:13:56
IDJOB=4501993
IDBENCH=153060
IDSOLVER=3319
FILE ID=nodeC003/4501993-1751163236
RUNJOBID= nodeC003-1751157646-15153
SLURM_JOB_ID= 9587488
Free space on /tmp= 433012 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501993-1751163236/watcher-4501993-1751163236 -o /tmp/evaluation-result-4501993-1751163236/solver-4501993-1751163236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751157646-15153 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1085350704 --ls=360 --inp-dombreaklim=0 HOME/instance-4501993-1751163236.opb

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=1085350704

nodeC003 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		: 3662.551
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.44
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		: 3663.251
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.44
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.339
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.44
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		: 1197.284
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.44
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		: 1197.163
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.44
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		: 3663.194
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.44
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.535
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.44
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.717
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130090872 kB
MemAvailable:   129716584 kB
Buffers:            3280 kB
Cached:           417940 kB
SwapCached:            0 kB
Active:           538496 kB
Inactive:         204728 kB
Active(anon):     339964 kB
Inactive(anon):        0 kB
Active(file):     198532 kB
Inactive(file):   204728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9844 kB
Writeback:             0 kB
AnonPages:        325076 kB
Mapped:           117616 kB
Shmem:             17960 kB
KReclaimable:      84036 kB
Slab:             162324 kB
SReclaimable:      84036 kB
SUnreclaim:        78288 kB
KernelStack:        4032 kB
PageTables:         3584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     687012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC003 at 2025-06-29 05:14:07