Trace number 4482769

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 NameAnswerobjective functionCPU timeWall clock time
Exact 2025-06-02? (TO) 3602.35 3612.85

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4336688
Best CPU time to get the best result obtained on this benchmark71257.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

367.86/369.81	o 176918476
368.07/370.08	o 133374946
368.26/370.26	o 122478268
368.37/370.39	o 109829740
368.76/370.76	o 107640380
369.46/371.45	o 107638130
405.86/407.92	o 95973015
405.97/408.10	o 95736521
406.17/408.28	o 95585438
406.47/408.51	o 81109552
406.56/408.67	o 71679152
406.86/408.92	o 69019814
407.16/409.28	o 68857528
407.36/409.46	o 68729845
407.56/409.63	o 68521717
408.16/410.26	o 68514476
627.68/630.32	o 67360275
628.27/630.98	o 66944040
628.87/631.59	o 66574718
629.67/632.38	o 66121266
630.27/632.90	o 66094077
631.17/633.81	o 66083179
631.96/634.61	o 64495373
632.27/634.97	o 64487893
635.46/638.11	o 35339197
635.75/638.42	o 34909350
636.05/638.71	o 34756655
637.66/640.31	o 34738987
637.95/640.62	o 34728089
638.55/641.23	o 34726954
639.74/642.49	o 34684652
640.14/642.87	o 34598213
640.55/643.27	o 34587315
642.24/644.96	o 34156858
642.63/645.34	o 33002106
648.43/651.18	o 32258493
650.12/652.80	o 32254144
651.12/653.81	o 32090774
2435.68/2443.14	o 27027603
2437.47/2444.91	o 11688119
2442.96/2450.49	o 11686491
2443.56/2451.01	o 11589299
2444.05/2451.55	o 11586551
2444.85/2452.35	o 11503433
2445.35/2452.88	o 11501350
2446.24/2453.70	o 11492038
2447.04/2454.50	o 11432927
2447.54/2455.03	o 11413457

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 (62467 MiB free)
  memory of node 1: 64507 MiB (56683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482769-1751464556/watcher-4482769-1751464556 -o /tmp/evaluation-result-4482769-1751464556/solver-4482769-1751464556 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751464556-70957 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=783065822 --ls=360 HOME/instance-4482769-1751464556.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=121613520/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=185408 memory=161124 CPUtime=0.09 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 16867 0 0 0 6 3 0 0 20 0 1 0 62133506 189857792 40281 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 46352 40281 992 1200 0 44832 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 185408 KiB
Current children cumulated memory: 161124 KiB

[startup+0.205417 s]*
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=121430676/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=261456 memory=237572 CPUtime=0.2 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 28490 0 0 0 15 5 0 0 20 0 1 0 62133506 267730944 59393 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 65364 59393 1024 1200 0 63844 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 261456 KiB
Current children cumulated memory: 237572 KiB

[startup+0.305796 s]*
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=121282240/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=315708 memory=282604 CPUtime=0.3 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 40680 0 0 0 22 8 0 0 20 0 1 0 62133506 323284992 70651 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 78962 70651 1056 1200 0 77442 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 315708 KiB
Current children cumulated memory: 282604 KiB

[startup+0.700161 s]
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=121137636/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=417388 memory=395452 CPUtime=0.69 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 57049 0 0 0 58 11 0 0 20 0 1 0 62133506 427405312 98863 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 104347 98863 1056 1200 0 102827 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 417388 KiB
Current children cumulated memory: 395452 KiB

[startup+1.50012 s]
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=120692748/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=540748 memory=504976 CPUtime=1.49 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 75981 0 0 0 133 16 0 0 20 0 1 0 62133506 553725952 126244 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 135187 126244 1056 1200 0 133667 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 540748 KiB
Current children cumulated memory: 504976 KiB

[startup+3.10558 s]
/proc/loadavg: 2.36 3.66 3.94 6/265 71015
/proc/meminfo: memFree=119921744/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=3.09 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118454 0 0 0 284 25 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+6.30012 s]
/proc/loadavg: 2.57 3.69 3.95 6/265 71015
/proc/meminfo: memFree=119921576/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=6.26 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118529 0 0 0 601 25 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+12.7001 s]
/proc/loadavg: 2.76 3.71 3.95 6/265 71015
/proc/meminfo: memFree=119921576/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=12.64 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118624 0 0 0 1238 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+25.5001 s]
/proc/loadavg: 3.04 3.72 3.95 6/265 71015
/proc/meminfo: memFree=119921624/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=25.37 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118710 0 0 0 2511 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+51.1057 s]
/proc/loadavg: 3.37 3.75 3.96 6/264 71016
/proc/meminfo: memFree=119913472/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=50.85 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118834 0 0 0 5059 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 3.82 3.97 6/266 71020
/proc/meminfo: memFree=119868456/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=101.78 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 118998 0 0 0 10152 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 101.78 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+162.3 s]
/proc/loadavg: 4.01 3.87 3.98 6/266 71022
/proc/meminfo: memFree=119886672/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=161.46 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 119085 0 0 0 16120 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 161.46 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.91 4.00 6/266 71024
/proc/meminfo: memFree=119865364/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=221.14 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 119147 0 0 0 22088 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 221.14 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.96 4.00 6/266 71027
/proc/meminfo: memFree=119890824/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=280.82 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 119209 0 0 0 28056 26 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 280.82 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.99 4.00 6/266 71040
/proc/meminfo: memFree=119883976/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=830168 memory=742476 CPUtime=340.5 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 119271 0 0 0 34023 27 0 0 20 0 1 0 62133506 850092032 185619 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 207542 185619 1056 1200 0 206022 0
Current children cumulated CPU time: 340.5 s
Current children cumulated vsize: 830168 KiB
Current children cumulated memory: 742476 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.02 4.01 6/266 71049
/proc/meminfo: memFree=114939412/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=2511020 memory=2233628 CPUtime=400.28 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 305691 0 0 0 39940 88 0 0 20 0 1 0 62133506 2571284480 558407 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 627755 558407 1280 1200 0 626235 0
Current children cumulated CPU time: 400.28 s
Current children cumulated vsize: 2511020 KiB
Current children cumulated memory: 2233628 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.04 4.02 6/266 71052
/proc/meminfo: memFree=110973436/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=3628960 memory=3356232 CPUtime=460.13 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 489143 0 0 0 45879 134 0 0 20 0 1 0 62133506 3716055040 839058 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 907240 839058 1280 1200 0 905720 0
Current children cumulated CPU time: 460.13 s

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

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/263 71181
/proc/meminfo: memFree=89920760/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14648524 memory=13236548 CPUtime=3093.16 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2094666 0 0 0 308516 800 0 0 20 0 1 0 62133506 15000088576 3309137 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3662131 3309137 1280 1200 0 3660611 0
Current children cumulated CPU time: 3093.16 s
Current children cumulated vsize: 14648524 KiB
Current children cumulated memory: 13236548 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/264 71183
/proc/meminfo: memFree=89916380/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14653924 memory=13240780 CPUtime=3153.01 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2096395 0 0 0 314492 809 0 0 20 0 1 0 62133506 15005618176 3310195 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663481 3310195 1280 1200 0 3661961 0
Current children cumulated CPU time: 3153.01 s
Current children cumulated vsize: 14653924 KiB
Current children cumulated memory: 13240780 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 6/265 71187
/proc/meminfo: memFree=89930520/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14653924 memory=13240780 CPUtime=3212.84 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2098446 0 0 0 320470 814 0 0 20 0 1 0 62133506 15005618176 3310195 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663481 3310195 1280 1200 0 3661961 0
Current children cumulated CPU time: 3212.84 s
Current children cumulated vsize: 14653924 KiB
Current children cumulated memory: 13240780 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.10 4.09 6/265 71190
/proc/meminfo: memFree=89930772/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14653924 memory=13240780 CPUtime=3272.68 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2101005 0 0 0 326449 819 0 0 20 0 1 0 62133506 15005618176 3310195 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663481 3310195 1280 1200 0 3661961 0
Current children cumulated CPU time: 3272.68 s
Current children cumulated vsize: 14653924 KiB
Current children cumulated memory: 13240780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/265 71192
/proc/meminfo: memFree=89925980/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14653924 memory=13240908 CPUtime=3332.53 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2103547 0 0 0 332428 825 0 0 20 0 1 0 62133506 15005618176 3310227 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663481 3310227 1280 1200 0 3661961 0
Current children cumulated CPU time: 3332.53 s
Current children cumulated vsize: 14653924 KiB
Current children cumulated memory: 13240908 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/266 71201
/proc/meminfo: memFree=89927828/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14655888 memory=13241036 CPUtime=3392.38 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2104900 0 0 0 338403 835 0 0 20 0 1 0 62133506 15007629312 3310259 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663972 3310259 1280 1200 0 3662452 0
Current children cumulated CPU time: 3392.38 s
Current children cumulated vsize: 14655888 KiB
Current children cumulated memory: 13241036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.67 4.26 4.15 6/266 71203
/proc/meminfo: memFree=89903896/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14655888 memory=13241036 CPUtime=3452.21 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2105778 0 0 0 344379 842 0 0 20 0 1 0 62133506 15007629312 3310259 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3663972 3310259 1280 1200 0 3662452 0
Current children cumulated CPU time: 3452.21 s
Current children cumulated vsize: 14655888 KiB
Current children cumulated memory: 13241036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.22 4.14 6/265 71205
/proc/meminfo: memFree=89920324/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13246248 CPUtime=3512.05 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2107498 0 0 0 350352 853 0 0 20 0 1 0 62133506 15019532288 3311562 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3311562 1280 1200 0 3665358 0
Current children cumulated CPU time: 3512.05 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13246248 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.21 4.14 6/265 71208
/proc/meminfo: memFree=89909532/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3571.88 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2112763 0 0 0 356326 862 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3571.88 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.17 4.20 4.14 6/265 71210
/proc/meminfo: memFree=89868400/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3600.01 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2113041 0 0 0 359132 869 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3612.85 s]
# the end of solver process 71014 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3593.3 s, system=9.05228 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.2 s]
/proc/loadavg: 4.17 4.20 4.14 5/261 71218
/proc/meminfo: memFree=92655016/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3600.71 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2113041 0 0 0 359202 869 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3600.71 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB

[startup+3612 s]*
/proc/loadavg: 4.17 4.20 4.14 4/259 71218
/proc/meminfo: memFree=105307756/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3601.52 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2113041 0 0 0 359282 870 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3601.52 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB

[startup+3612.4 s]
/proc/loadavg: 4.17 4.20 4.14 4/259 71218
/proc/meminfo: memFree=105307756/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3601.9 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2113069 0 0 0 359320 870 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB

[startup+3612.5 s]
/proc/loadavg: 4.17 4.20 4.14 4/259 71218
/proc/meminfo: memFree=105307756/131249996 swapFree=33010684/33010684
[pid=71014] ppid=71007 vsize=14667512 memory=13259120 CPUtime=3602 cores=4,6
/proc/71014/stat : 71014 (Exact) R 71007 71014 70946 0 -1 4194304 2113069 0 0 0 359329 871 0 0 20 0 1 0 62133506 15019532288 3314780 18446744073709551615 4198400 9112445 140736485774928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 34144256 140736485779771 140736485779949 140736485779949 140736485785551 0
/proc/71014/statm: 3666878 3314780 1280 1200 0 3665358 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 14667512 KiB
Current children cumulated memory: 13259120 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.85
CPU time (s): 3602.35
CPU user time (s): 3593.3
CPU system time (s): 9.05228
CPU usage (%): 99.7094
Max. virtual memory (cumulated for all children) (KiB): 14858448
Max. memory (cumulated for all children) (KiB): 13328756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.3
system time used= 9.05228
maximum resident set size= 13363576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2113069
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= 2
involuntary context switches= 2887


# summary of solver processes directly reported to runsolver:
#   pid: 71014
#   total CPU time (s): 3602.35
#   total CPU user time (s): 3593.3
#   total CPU system time (s): 9.05228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.27527 second user time and 14.6021 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-02 15:55:56
IDJOB=4482769
IDBENCH=155668
IDSOLVER=3317
FILE ID=nodeC024/4482769-1751464556
RUNJOBID= nodeC024-1751464556-70957
SLURM_JOB_ID= 9598476
Free space on /tmp= 432272 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4482769-1751464556/watcher-4482769-1751464556 -o /tmp/evaluation-result-4482769-1751464556/solver-4482769-1751464556 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751464556-70957 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=783065822 --ls=360 HOME/instance-4482769-1751464556.opb

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=783065822

nodeC024 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.624
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.36
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		: 1735.105
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122166060 kB
MemAvailable:   129687644 kB
Buffers:            3280 kB
Cached:          8289732 kB
SwapCached:            0 kB
Active:           326008 kB
Inactive:        8031388 kB
Active(anon):      82496 kB
Inactive(anon):        0 kB
Active(file):     243512 kB
Inactive(file):  8031388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            104432 kB
Writeback:             0 kB
AnonPages:         65612 kB
Mapped:           103908 kB
Shmem:             18064 kB
KReclaimable:     171448 kB
Slab:             263628 kB
SReclaimable:     171448 kB
SUnreclaim:        92180 kB
KernelStack:        4192 kB
PageTables:         3028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432256 MiB
End job on nodeC024 at 2025-07-02 16:56:09