Trace number 4516303

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
AI448PBSolver 2025-05-31? (TO) 3600.06 3617.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v3_shuffle/normalized-grid8_99.shuf-2.opb
MD5SUM6964b646467d268a62556124320c5d40
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053684
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1585
Number of constraints which are clauses1584
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint792
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 805
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


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: 63708 MiB (62274 MiB free)
  memory of node 1: 64465 MiB (61289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516303-1751234991/watcher-4516303-1751234991 -o /tmp/evaluation-result-4516303-1751234991/solver-4516303-1751234991 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751231330-33251 --watchdog 3760 HOME/solve.sh HOME/instance-4516303-1751234991.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=34253, runsolver pid=34250

[startup+0.100063 s]*
/proc/loadavg: 4.15 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126529968/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=18212 memory=13568 CPUtime=0.07 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 2917 0 0 0 7 0 0 0 20 0 1 0 39177749 18649088 3392 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 4553 3392 608 108 0 3070 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 22404 KiB
Current children cumulated memory: 16512 KiB

[startup+0.205776 s]*
/proc/loadavg: 4.15 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126522156/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=28132 memory=21760 CPUtime=0.17 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 4976 0 0 0 17 0 0 0 20 0 1 0 39177749 28807168 5440 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 7033 5440 608 108 0 5550 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 32324 KiB
Current children cumulated memory: 24704 KiB

[startup+0.305599 s]*
/proc/loadavg: 4.15 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126514344/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=30228 memory=24192 CPUtime=0.27 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 5591 0 0 0 27 0 0 0 20 0 1 0 39177749 30953472 6048 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 7557 6048 608 108 0 6074 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 34420 KiB
Current children cumulated memory: 27136 KiB

[startup+0.700206 s]
/proc/loadavg: 4.15 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126506280/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=47180 memory=39168 CPUtime=0.66 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 9305 0 0 0 65 1 0 0 20 0 1 0 39177749 48312320 9792 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 11795 9792 608 108 0 10312 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 51372 KiB
Current children cumulated memory: 42112 KiB

[startup+1.50021 s]
/proc/loadavg: 4.14 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126490152/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=76584 memory=64768 CPUtime=1.46 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 15727 0 0 0 144 2 0 0 20 0 1 0 39177749 78422016 16192 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 19146 16192 608 108 0 17663 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 80776 KiB
Current children cumulated memory: 67712 KiB

[startup+3.10551 s]
/proc/loadavg: 4.14 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126445996/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=111464 memory=92032 CPUtime=3.06 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 22524 0 0 0 301 5 0 0 20 0 1 0 39177749 114139136 23008 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 27866 23008 608 108 0 26383 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 115656 KiB
Current children cumulated memory: 94976 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.11 4.05 5/269 34257
/proc/meminfo: memFree=126426024/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=119200 memory=101248 CPUtime=6.24 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 24853 0 0 0 619 5 0 0 20 0 1 0 39177749 122060800 25312 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 29800 25312 608 108 0 28317 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 123392 KiB
Current children cumulated memory: 104192 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.05 5/269 34257
/proc/meminfo: memFree=126399816/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=151164 memory=123260 CPUtime=12.63 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 30384 0 0 0 1255 8 0 0 20 0 1 0 39177749 154791936 30815 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 37791 30815 608 108 0 36308 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 155356 KiB
Current children cumulated memory: 126204 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.05 5/269 34257
/proc/meminfo: memFree=126369584/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=174896 memory=140540 CPUtime=25.39 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 34705 0 0 0 2530 9 0 0 20 0 1 0 39177749 179093504 35135 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 43724 35135 608 108 0 42241 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 179088 KiB
Current children cumulated memory: 143484 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.11 4.06 5/268 34259
/proc/meminfo: memFree=126308848/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=194324 memory=161276 CPUtime=50.91 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 39869 0 0 0 5080 11 0 0 20 0 1 0 39177749 198987776 40319 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 48581 40319 608 108 0 47098 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 198516 KiB
Current children cumulated memory: 164220 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.06 5/269 34266
/proc/meminfo: memFree=126162116/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=325412 memory=274860 CPUtime=101.95 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 68335 0 0 0 10174 21 0 0 20 0 1 0 39177749 333221888 68715 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 81353 68715 608 108 0 79870 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 329604 KiB
Current children cumulated memory: 277804 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.06 5/269 34268
/proc/meminfo: memFree=126036452/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=366268 memory=310060 CPUtime=161.76 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 77214 0 0 0 16150 26 0 0 20 0 1 0 39177749 375058432 77515 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 91567 77515 608 108 0 90084 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 370460 KiB
Current children cumulated memory: 313004 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 4.06 5/270 34271
/proc/meminfo: memFree=125860072/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=433460 memory=368108 CPUtime=221.55 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 91777 0 0 0 22123 32 0 0 20 0 1 0 39177749 443863040 92027 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 108365 92027 608 108 0 106882 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 437652 KiB

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

/proc/34257/statm: 451501 411063 608 108 0 450018 0
Current children cumulated CPU time: 3028.13 s
Current children cumulated vsize: 1810196 KiB
Current children cumulated memory: 1647196 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/266 35523
/proc/meminfo: memFree=125705920/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1822392 memory=1652752 CPUtime=3087.81 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 374036 0 0 0 308588 193 0 0 20 0 1 0 39177749 1866129408 413188 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 455598 413188 608 108 0 454115 0
Current children cumulated CPU time: 3087.81 s
Current children cumulated vsize: 1826584 KiB
Current children cumulated memory: 1655696 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 35530
/proc/meminfo: memFree=125654508/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1834680 memory=1661456 CPUtime=3147.47 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 376210 0 0 0 314552 195 0 0 20 0 1 0 39177749 1878712320 415364 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 458670 415364 608 108 0 457187 0
Current children cumulated CPU time: 3147.47 s
Current children cumulated vsize: 1838872 KiB
Current children cumulated memory: 1664400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/267 35532
/proc/meminfo: memFree=125610276/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1855160 memory=1674512 CPUtime=3207.12 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 379468 0 0 0 320516 196 0 0 20 0 1 0 39177749 1899683840 418628 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 463790 418628 608 108 0 462307 0
Current children cumulated CPU time: 3207.12 s
Current children cumulated vsize: 1859352 KiB
Current children cumulated memory: 1677456 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 35534
/proc/meminfo: memFree=125551096/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1864376 memory=1679248 CPUtime=3266.8 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 380646 0 0 0 326483 197 0 0 20 0 1 0 39177749 1909121024 419812 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 466094 419812 608 108 0 464611 0
Current children cumulated CPU time: 3266.8 s
Current children cumulated vsize: 1868568 KiB
Current children cumulated memory: 1682192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 35536
/proc/meminfo: memFree=125556244/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1864376 memory=1679888 CPUtime=3326.48 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 380809 0 0 0 332450 198 0 0 20 0 1 0 39177749 1909121024 419972 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 466094 419972 608 108 0 464611 0
Current children cumulated CPU time: 3326.48 s
Current children cumulated vsize: 1868568 KiB
Current children cumulated memory: 1682832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 35538
/proc/meminfo: memFree=125511964/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1864632 memory=1682704 CPUtime=3386.16 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 381012 0 0 0 338417 199 0 0 20 0 1 0 39177749 1909383168 420676 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 466158 420676 608 108 0 464675 0
Current children cumulated CPU time: 3386.16 s
Current children cumulated vsize: 1868824 KiB
Current children cumulated memory: 1685648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 35541
/proc/meminfo: memFree=125472140/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1866168 memory=1683728 CPUtime=3445.84 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 381265 0 0 0 344384 200 0 0 20 0 1 0 39177749 1910956032 420932 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 466542 420932 608 108 0 465059 0
Current children cumulated CPU time: 3445.84 s
Current children cumulated vsize: 1870360 KiB
Current children cumulated memory: 1686672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 35543
/proc/meminfo: memFree=125446924/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1869240 memory=1685264 CPUtime=3505.5 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 381768 0 0 0 350350 200 0 0 20 0 1 0 39177749 1914101760 421316 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 467310 421316 608 108 0 465827 0
Current children cumulated CPU time: 3505.5 s
Current children cumulated vsize: 1873432 KiB
Current children cumulated memory: 1688208 KiB

[startup+3582.3 s]
/proc/loadavg: 3.96 4.07 4.08 4/260 35575
/proc/meminfo: memFree=126239188/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1870264 memory=1686800 CPUtime=3565.23 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 382650 0 0 0 356321 202 0 0 20 0 1 0 39177749 1915150336 421700 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 467566 421700 608 108 0 466083 0
Current children cumulated CPU time: 3565.23 s
Current children cumulated vsize: 1874456 KiB
Current children cumulated memory: 1689744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.2 s]
/proc/loadavg: 3.60 3.97 4.04 4/260 35576
/proc/meminfo: memFree=126223096/131250000 swapFree=33010684/33010684
[pid=34253] ppid=34250 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34253/stat : 34253 (bash) S 34250 34253 33241 0 -1 4194304 305 235 0 0 0 0 0 0 20 0 1 0 39177747 4292608 736 18446744073709551615 94215292780544 94215293675077 140731463024496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94215293914128 94215293961872 94215296180224 140731463031188 140731463031304 140731463031304 140731463036906 0
/proc/34253/statm: 1048 736 672 219 0 110 0
[pid=34257] ppid=34253 vsize=1871800 memory=1687696 CPUtime=3600.01 cores=0,2
/proc/34257/stat : 34257 (solve_pb) R 34253 34253 33241 0 -1 4194304 382875 0 0 0 359799 202 0 0 20 0 1 0 39177749 1916723200 421924 18446744073709551615 94278214636544 94278215074688 140735078553584 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94278215103408 94278215105824 94278230351872 140735078558084 140735078558148 140735078558148 140735078563768 0
/proc/34257/statm: 467950 421924 608 108 0 466467 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1875992 KiB
Current children cumulated memory: 1690640 KiB

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

[startup+3617.2 s]
# the end of solver process 34253 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.003432 s, system=0.003282 s

[startup+3617.23 s]
# the end of solver process 34257 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3598 s, system=2.05953 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.23
CPU time (s): 3600.06
CPU user time (s): 3598
CPU system time (s): 2.05953
CPU usage (%): 99.5254
Max. virtual memory (cumulated for all children) (KiB): 1875992
Max. memory (cumulated for all children) (KiB): 1690640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598
system time used= 2.05953
maximum resident set size= 1687696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383415
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= 437
involuntary context switches= 8174


# summary of solver processes directly reported to runsolver:
#   pid: 34253,34257
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598
#   total CPU system time (s): 2.05953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54529 second user time and 17.8218 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-30 00:09:51
IDJOB=4516303
IDBENCH=170631
IDSOLVER=3321
FILE ID=nodeC026/4516303-1751234991
RUNJOBID= nodeC026-1751231330-33251
SLURM_JOB_ID= 9587706
Free space on /tmp= 433056 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v3_shuffle/normalized-grid8_99.shuf-2.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516303-1751234991/watcher-4516303-1751234991 -o /tmp/evaluation-result-4516303-1751234991/solver-4516303-1751234991 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751231330-33251 --watchdog 3760  HOME/solve.sh HOME/instance-4516303-1751234991.opb

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

MD5SUM BENCH= 6964b646467d268a62556124320c5d40
RANDOM SEED=1841418144

nodeC026 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.794
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126529968 kB
MemAvailable:   127502148 kB
Buffers:            3280 kB
Cached:          1770116 kB
SwapCached:            0 kB
Active:          2542816 kB
Inactive:        1512804 kB
Active(anon):    2300304 kB
Inactive(anon):        0 kB
Active(file):     242512 kB
Inactive(file):  1512804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               476 kB
Writeback:             4 kB
AnonPages:       2285112 kB
Mapped:           104452 kB
Shmem:             18080 kB
KReclaimable:     112208 kB
Slab:             200088 kB
SReclaimable:     112208 kB
SUnreclaim:        87880 kB
KernelStack:        4352 kB
PageTables:         8324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2999976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-30 01:10:08