Trace number 4482755

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.37 3614.58

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
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 benchmark3309833
Best CPU time to get the best result obtained on this benchmark71967.3
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 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
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

370.02/372.00	o 72385961
370.52/372.42	o 52868325
370.63/372.58	o 48904165
370.82/372.79	o 38364715
480.91/483.18	o 36213851
481.19/483.43	o 36158209
481.80/484.03	o 16930136
481.99/484.27	o 16910091
482.39/484.69	o 16905335
482.69/484.90	o 16885290
482.90/485.16	o 16883606
483.09/485.38	o 16861709
483.29/485.59	o 16841664
483.58/485.87	o 16798352
483.79/486.08	o 16727786
485.89/488.18	o 16706422
490.56/492.83	o 16695660
490.87/493.11	o 16659991
493.76/496.03	o 16658606
494.05/496.33	o 16654236
494.25/496.57	o 16622937
495.55/497.80	o 16595589

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62211 MiB free)
  memory of node 1: 64507 MiB (62980 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482755-1751450020/watcher-4482755-1751450020 -o /tmp/evaluation-result-4482755-1751450020/solver-4482755-1751450020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751446005-64467 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1801331255 --ls=360 HOME/instance-4482755-1751450020.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=64957, runsolver pid=64954

[startup+0.10008 s]*
/proc/loadavg: 4.12 4.10 4.09 6/250 64958
/proc/meminfo: memFree=128083148/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=144236 memory=120560 CPUtime=0.09 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 8293 0 0 0 5 4 0 0 20 0 1 0 60680961 147697664 30140 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 36059 30140 992 1200 0 34539 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144236 KiB
Current children cumulated memory: 120560 KiB

[startup+0.21238 s]*
/proc/loadavg: 4.12 4.10 4.09 5/250 64958
/proc/meminfo: memFree=128051268/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=192560 memory=166276 CPUtime=0.21 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 16619 0 0 0 14 7 0 0 20 0 1 0 60680961 197181440 41569 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 48140 41569 992 1200 0 46620 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 192560 KiB
Current children cumulated memory: 166276 KiB

[startup+0.312974 s]*
/proc/loadavg: 4.12 4.10 4.09 5/250 64958
/proc/meminfo: memFree=128007100/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=227868 memory=201536 CPUtime=0.31 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 22051 0 0 0 22 9 0 0 20 0 1 0 60680961 233336832 50384 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 56967 50384 992 1200 0 55447 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 227868 KiB
Current children cumulated memory: 201536 KiB

[startup+0.700361 s]
/proc/loadavg: 4.12 4.10 4.09 5/250 64958
/proc/meminfo: memFree=127934772/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=325104 memory=288268 CPUtime=0.68 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 42641 0 0 0 53 15 0 0 20 0 1 0 60680961 332906496 72067 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 81276 72067 1024 1200 0 79756 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 325104 KiB
Current children cumulated memory: 288268 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 4.10 4.09 5/250 64958
/proc/meminfo: memFree=127846128/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=466060 memory=441900 CPUtime=1.47 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 65110 0 0 0 125 22 0 0 20 0 1 0 60680961 477245440 110475 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 116515 110475 1024 1200 0 114995 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 466060 KiB
Current children cumulated memory: 441900 KiB

[startup+3.113 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 64958
/proc/meminfo: memFree=127343640/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830596 memory=747352 CPUtime=3.09 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 113080 0 0 0 274 35 0 0 20 0 1 0 60680961 850530304 186838 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207649 186838 1024 1200 0 206129 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 830596 KiB
Current children cumulated memory: 747352 KiB

[startup+6.30034 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 64958
/proc/meminfo: memFree=127235620/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=6.26 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 116472 0 0 0 589 37 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 64958
/proc/meminfo: memFree=127235380/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=12.63 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 116595 0 0 0 1226 37 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.11 4.09 5/250 64958
/proc/meminfo: memFree=127170520/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=25.37 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 116667 0 0 0 2500 37 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+51.1129 s]
/proc/loadavg: 4.25 4.13 4.10 5/250 64958
/proc/meminfo: memFree=126730932/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=50.85 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 116790 0 0 0 5048 37 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+102.3 s]
/proc/loadavg: 4.74 4.30 4.16 5/251 64963
/proc/meminfo: memFree=126400320/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=101.8 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 116961 0 0 0 10142 38 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 101.8 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+162.3 s]
/proc/loadavg: 4.37 4.27 4.16 5/251 64965
/proc/meminfo: memFree=126118112/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=161.5 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 117051 0 0 0 16111 39 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 161.5 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.23 4.15 5/251 64971
/proc/meminfo: memFree=125852076/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=221.17 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 117116 0 0 0 22077 40 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 221.17 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.22 4.15 5/251 64973
/proc/meminfo: memFree=125815452/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=280.86 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 117181 0 0 0 28045 41 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 280.86 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.19 4.15 5/251 64975
/proc/meminfo: memFree=125804748/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=830164 memory=744220 CPUtime=340.55 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 117246 0 0 0 34014 41 0 0 20 0 1 0 60680961 850087936 186055 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 207541 186055 1024 1200 0 206021 0
Current children cumulated CPU time: 340.55 s
Current children cumulated vsize: 830164 KiB
Current children cumulated memory: 744220 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.17 4.14 5/251 64977
/proc/meminfo: memFree=123981348/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=2589668 memory=2356576 CPUtime=400.33 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 321712 0 0 0 39925 108 0 0 20 0 1 0 60680961 2651820032 589144 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 647417 589144 1248 1200 0 645897 0
Current children cumulated CPU time: 400.33 s
Current children cumulated vsize: 2589668 KiB
Current children cumulated memory: 2356576 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.17 4.14 5/251 64990
/proc/meminfo: memFree=122784460/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=3797620 memory=3514080 CPUtime=460.15 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 512449 0 0 0 45854 161 0 0 20 0 1 0 60680961 3888762880 878520 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 949405 878520 1248 1200 0 947885 0
Current children cumulated CPU time: 460.15 s

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

[startup+3162.3 s]
/proc/loadavg: 4.08 4.13 4.14 5/250 65120
/proc/meminfo: memFree=111811760/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13767116 CPUtime=3152.14 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2228068 0 0 0 314280 934 0 0 20 0 1 0 60680961 16044351488 3441779 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3441779 1248 1200 0 3915558 0
Current children cumulated CPU time: 3152.14 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13767116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/252 65263
/proc/meminfo: memFree=114345180/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13773960 CPUtime=3211.92 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2235013 0 0 0 320247 945 0 0 20 0 1 0 60680961 16044351488 3443490 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443490 1248 1200 0 3915558 0
Current children cumulated CPU time: 3211.92 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13773960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/252 65265
/proc/meminfo: memFree=114350548/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13773960 CPUtime=3271.59 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2237473 0 0 0 326208 951 0 0 20 0 1 0 60680961 16044351488 3443490 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443490 1248 1200 0 3915558 0
Current children cumulated CPU time: 3271.59 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13773960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/252 65267
/proc/meminfo: memFree=114347840/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13773960 CPUtime=3331.31 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2240516 0 0 0 332174 957 0 0 20 0 1 0 60680961 16044351488 3443490 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443490 1248 1200 0 3915558 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13773960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/251 65269
/proc/meminfo: memFree=114352920/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13773960 CPUtime=3391.04 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2243921 0 0 0 338140 964 0 0 20 0 1 0 60680961 16044351488 3443490 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443490 1248 1200 0 3915558 0
Current children cumulated CPU time: 3391.04 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13773960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/251 65272
/proc/meminfo: memFree=114349844/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3450.75 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2246976 0 0 0 344105 970 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3450.75 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/249 65274
/proc/meminfo: memFree=114351084/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3510.46 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2250455 0 0 0 350070 976 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3510.46 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/249 65321
/proc/meminfo: memFree=112009752/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3570.18 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2253637 0 0 0 356037 981 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3570.18 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 4.12 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110956936/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3600.08 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2255495 0 0 0 359024 984 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.24 s, system=10.134 s

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

[startup+3612.8 s]
/proc/loadavg: 4.12 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110956936/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3600.58 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2255495 0 0 0 359074 984 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3600.58 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3613.6 s]
/proc/loadavg: 4.11 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110963080/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3601.39 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2255522 0 0 0 359154 985 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3601.39 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3614 s]*
/proc/loadavg: 4.11 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110974888/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3601.8 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2255910 0 0 0 359195 985 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3614.2 s]
/proc/loadavg: 4.11 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110974888/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3601.99 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2256120 0 0 0 359214 985 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

[startup+3614.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/250 65322
/proc/meminfo: memFree=110974888/131382112 swapFree=33009904/33010684
[pid=64957] ppid=64954 vsize=15668312 memory=13774088 CPUtime=3602.08 cores=5,7
/proc/64957/stat : 64957 (Exact) R 64954 64957 64454 0 -1 4194304 2256149 0 0 0 359223 985 0 0 20 0 1 0 60680961 16044351488 3443522 18446744073709551615 4198400 9112445 140722710398336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 28991488 140722710403386 140722710403565 140722710403565 140722710409167 0
/proc/64957/statm: 3917078 3443522 1248 1200 0 3915558 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 15668312 KiB
Current children cumulated memory: 13774088 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.58
CPU time (s): 3602.37
CPU user time (s): 3592.24
CPU system time (s): 10.134
CPU usage (%): 99.6622
Max. virtual memory (cumulated for all children) (KiB): 15772768
Max. memory (cumulated for all children) (KiB): 13864080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.24
system time used= 10.134
maximum resident set size= 13878416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2256149
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= 57
involuntary context switches= 2178


# summary of solver processes directly reported to runsolver:
#   pid: 64957
#   total CPU time (s): 3602.37
#   total CPU user time (s): 3592.24
#   total CPU system time (s): 10.134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1736 second user time and 34.2899 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-02 11:53:41
IDJOB=4482755
IDBENCH=155653
IDSOLVER=3317
FILE ID=nodeC001/4482755-1751450020
RUNJOBID= nodeC001-1751446005-64467
SLURM_JOB_ID= 9598422
Free space on /tmp= 432924 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_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-4482755-1751450020/watcher-4482755-1751450020 -o /tmp/evaluation-result-4482755-1751450020/solver-4482755-1751450020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751446005-64467 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1801331255 --ls=360 HOME/instance-4482755-1751450020.opb

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
RANDOM SEED=1801331255

nodeC001 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		: 3491.722
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.49
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		: 3691.277
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.49
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.444
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.49
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.446
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.49
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		: 3662.074
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.49
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		: 1596.230
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.49
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		: 3700.000
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.49
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		: 1196.718
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128197072 kB
MemAvailable:   128353944 kB
Buffers:            1668 kB
Cached:           952652 kB
SwapCached:           32 kB
Active:          1889252 kB
Inactive:         643972 kB
Active(anon):    1574172 kB
Inactive(anon):    22636 kB
Active(file):     315080 kB
Inactive(file):   621336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32756 kB
Writeback:             0 kB
AnonPages:       1580752 kB
Mapped:           118224 kB
Shmem:             17900 kB
KReclaimable:     119780 kB
Slab:             204392 kB
SReclaimable:     119780 kB
SUnreclaim:        84612 kB
KernelStack:        4032 kB
PageTables:         6184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2145884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432868 MiB
End job on nodeC001 at 2025-07-02 12:53:55