Trace number 4515907

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.11 3614.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
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.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
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 constraint1288
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
Number of bits of the biggest sum of numbers11
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: 63665 MiB (62372 MiB free)
  memory of node 1: 64507 MiB (62865 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515907-1751233383/watcher-4515907-1751233383 -o /tmp/evaluation-result-4515907-1751233383/solver-4515907-1751233383 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751229349-36949 --watchdog 3760 HOME/solve.sh HOME/instance-4515907-1751233383.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.09 4.11 4.09 5/268 37626
/proc/meminfo: memFree=128239476/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=19664 memory=13312 CPUtime=0.07 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 2877 0 0 0 7 0 0 0 20 0 1 0 39016245 20135936 3328 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 4916 3328 576 108 0 3433 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23856 KiB
Current children cumulated memory: 16256 KiB

[startup+0.205547 s]*
/proc/loadavg: 4.09 4.11 4.09 5/268 37626
/proc/meminfo: memFree=128239476/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=30520 memory=22144 CPUtime=0.18 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 5090 0 0 0 17 1 0 0 20 0 1 0 39016245 31252480 5536 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 7630 5536 576 108 0 6147 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34712 KiB
Current children cumulated memory: 25088 KiB

[startup+0.305466 s]*
/proc/loadavg: 4.09 4.11 4.09 5/268 37626
/proc/meminfo: memFree=128231664/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=45240 memory=33920 CPUtime=0.27 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 8027 0 0 0 26 1 0 0 20 0 1 0 39016245 46325760 8480 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 11310 8480 576 108 0 9827 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 49432 KiB
Current children cumulated memory: 36864 KiB

[startup+0.700196 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 37626
/proc/meminfo: memFree=128223600/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=54960 memory=42368 CPUtime=0.66 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 10161 0 0 0 64 2 0 0 20 0 1 0 39016245 56279040 10592 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 13740 10592 576 108 0 12257 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 59152 KiB
Current children cumulated memory: 45312 KiB

[startup+1.50021 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 37626
/proc/meminfo: memFree=128207472/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=85536 memory=66176 CPUtime=1.46 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 16097 0 0 0 143 3 0 0 20 0 1 0 39016245 87588864 16544 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 21384 16544 576 108 0 19901 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 89728 KiB
Current children cumulated memory: 69120 KiB

[startup+3.10545 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 37626
/proc/meminfo: memFree=128135152/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=148220 memory=117888 CPUtime=3.06 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 29043 0 0 0 301 5 0 0 20 0 1 0 39016245 151777280 29472 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 37055 29472 576 108 0 35572 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 152412 KiB
Current children cumulated memory: 120832 KiB

[startup+6.30019 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 37627
/proc/meminfo: memFree=128070952/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=220260 memory=180224 CPUtime=6.25 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 44608 0 0 0 617 8 0 0 20 0 1 0 39016245 225546240 45056 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 55065 45056 576 108 0 53582 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 224452 KiB
Current children cumulated memory: 183168 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 37627
/proc/meminfo: memFree=127998376/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=297840 memory=254464 CPUtime=12.63 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 63186 0 0 0 1251 12 0 0 20 0 1 0 39016245 304988160 63616 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 74460 63616 576 108 0 72977 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 302032 KiB
Current children cumulated memory: 257408 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 37627
/proc/meminfo: memFree=127822476/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=456600 memory=373120 CPUtime=25.39 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 92844 0 0 0 2519 20 0 0 20 0 1 0 39016245 467558400 93280 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 114150 93280 576 108 0 112667 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 460792 KiB
Current children cumulated memory: 376064 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 37627
/proc/meminfo: memFree=127688960/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=530456 memory=448204 CPUtime=50.93 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 111675 0 0 0 5068 25 0 0 20 0 1 0 39016245 543186944 112051 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 132614 112051 576 108 0 131131 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 534648 KiB
Current children cumulated memory: 451148 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/268 37629
/proc/meminfo: memFree=127567336/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=586116 memory=498252 CPUtime=101.98 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 124211 0 0 0 10168 30 0 0 20 0 1 0 39016245 600182784 124563 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 146529 124563 576 108 0 145046 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 590308 KiB
Current children cumulated memory: 501196 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 37632
/proc/meminfo: memFree=127414892/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=677316 memory=572236 CPUtime=161.83 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 142764 0 0 0 16147 36 0 0 20 0 1 0 39016245 693571584 143059 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 169329 143059 576 108 0 167846 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 681508 KiB
Current children cumulated memory: 575180 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.19 4.12 5/269 37640
/proc/meminfo: memFree=127241420/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=816580 memory=683076 CPUtime=221.66 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 170501 0 0 0 22120 46 0 0 20 0 1 0 39016245 836177920 170769 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 204145 170769 576 108 0 202662 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 820772 KiB

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

/proc/37626/statm: 552963 471306 576 108 0 551480 0
Current children cumulated CPU time: 3031.06 s
Current children cumulated vsize: 2216044 KiB
Current children cumulated memory: 1888168 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/267 37953
/proc/meminfo: memFree=124740604/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2239504 memory=1907624 CPUtime=3090.72 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 452858 0 0 0 308891 181 0 0 20 0 1 0 39016245 2293252096 476906 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 559876 476906 576 108 0 558393 0
Current children cumulated CPU time: 3090.72 s
Current children cumulated vsize: 2243696 KiB
Current children cumulated memory: 1910568 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 37955
/proc/meminfo: memFree=124650120/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2260216 memory=1933736 CPUtime=3150.37 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 459402 0 0 0 314852 185 0 0 20 0 1 0 39016245 2314461184 483434 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 565054 483434 576 108 0 563571 0
Current children cumulated CPU time: 3150.37 s
Current children cumulated vsize: 2264408 KiB
Current children cumulated memory: 1936680 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 38059
/proc/meminfo: memFree=126475356/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2275388 memory=1954472 CPUtime=3210.07 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 464562 0 0 0 320818 189 0 0 20 0 1 0 39016245 2329997312 488618 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 568847 488618 576 108 0 567364 0
Current children cumulated CPU time: 3210.07 s
Current children cumulated vsize: 2279580 KiB
Current children cumulated memory: 1957416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 38061
/proc/meminfo: memFree=126412408/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2290756 memory=1968424 CPUtime=3269.76 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 468081 0 0 0 326785 191 0 0 20 0 1 0 39016245 2345734144 492106 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 572689 492106 576 108 0 571206 0
Current children cumulated CPU time: 3269.76 s
Current children cumulated vsize: 2294948 KiB
Current children cumulated memory: 1971368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 38065
/proc/meminfo: memFree=126345124/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2302020 memory=1977768 CPUtime=3329.45 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 470400 0 0 0 332753 192 0 0 20 0 1 0 39016245 2357268480 494442 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 575505 494442 576 108 0 574022 0
Current children cumulated CPU time: 3329.45 s
Current children cumulated vsize: 2306212 KiB
Current children cumulated memory: 1980712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 38068
/proc/meminfo: memFree=126296276/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2305096 memory=1982248 CPUtime=3389.14 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 471522 0 0 0 338721 193 0 0 20 0 1 0 39016245 2360418304 495562 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 576274 495562 576 108 0 574791 0
Current children cumulated CPU time: 3389.14 s
Current children cumulated vsize: 2309288 KiB
Current children cumulated memory: 1985192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 38071
/proc/meminfo: memFree=126259676/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2305096 memory=1986272 CPUtime=3448.81 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 472029 0 0 0 344687 194 0 0 20 0 1 0 39016245 2360418304 496568 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 576274 496568 576 108 0 574791 0
Current children cumulated CPU time: 3448.81 s
Current children cumulated vsize: 2309288 KiB
Current children cumulated memory: 1989216 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 38073
/proc/meminfo: memFree=126235460/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2306376 memory=1988960 CPUtime=3508.47 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 472684 0 0 0 350652 195 0 0 20 0 1 0 39016245 2361729024 497240 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 576594 497240 576 108 0 575111 0
Current children cumulated CPU time: 3508.47 s
Current children cumulated vsize: 2310568 KiB
Current children cumulated memory: 1991904 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/269 38075
/proc/meminfo: memFree=126219476/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2307912 memory=1993824 CPUtime=3568.11 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 473903 0 0 0 356615 196 0 0 20 0 1 0 39016245 2363301888 498456 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 576978 498456 576 108 0 575495 0
Current children cumulated CPU time: 3568.11 s
Current children cumulated vsize: 2312104 KiB
Current children cumulated memory: 1996768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 38075
/proc/meminfo: memFree=126203292/131249996 swapFree=33010684/33010684
[pid=37622] ppid=37619 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/37622/stat : 37622 (bash) S 37619 37622 36937 0 -1 4194304 310 243 0 0 0 0 0 0 20 0 1 0 39016244 4292608 736 18446744073709551615 94064950431744 94064951326277 140729311540848 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94064951565328 94064951613072 94064978128896 140729311545748 140729311545864 140729311545864 140729311551466 0
/proc/37622/statm: 1048 736 672 219 0 110 0
[pid=37626] ppid=37622 vsize=2307912 memory=1997920 CPUtime=3600.02 cores=1,3
/proc/37626/stat : 37626 (solve_pb) R 37622 37622 36937 0 -1 4194304 474937 0 0 0 359805 197 0 0 20 0 1 0 39016245 2363301888 499480 18446744073709551615 94052230644736 94052231082880 140737351942224 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94052231111600 94052231114016 94052241440768 140737351948676 140737351948740 140737351948740 140737351954360 0
/proc/37626/statm: 576978 499480 576 108 0 575495 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2312104 KiB
Current children cumulated memory: 2000864 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001408 s, system=0.00531 s

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

# cumulated CPU time of all completed processes:  user=3598.06 s, system=2.05363 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): 3614.48
CPU time (s): 3600.11
CPU user time (s): 3598.06
CPU system time (s): 2.05363
CPU usage (%): 99.6025
Max. virtual memory (cumulated for all children) (KiB): 2312104
Max. memory (cumulated for all children) (KiB): 2000864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.06
system time used= 2.05363
maximum resident set size= 1997920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475490
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= 469
involuntary context switches= 5742


# summary of solver processes directly reported to runsolver:
#   pid: 37622,37626
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.06
#   total CPU system time (s): 2.05363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.15218 second user time and 17.3635 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 23:43:03
IDJOB=4515907
IDBENCH=167132
IDSOLVER=3321
FILE ID=nodeC024/4515907-1751233383
RUNJOBID= nodeC024-1751229349-36949
SLURM_JOB_ID= 9587696
Free space on /tmp= 433056 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515907-1751233383/watcher-4515907-1751233383 -o /tmp/evaluation-result-4515907-1751233383/solver-4515907-1751233383 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751229349-36949 --watchdog 3760  HOME/solve.sh HOME/instance-4515907-1751233383.opb

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=749950197

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.677
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.680
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.732
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.241
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.716
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.675
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3627.397
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3572.655
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128243956 kB
MemAvailable:   128456100 kB
Buffers:            3280 kB
Cached:          1019376 kB
SwapCached:            0 kB
Active:          1621848 kB
Inactive:         764656 kB
Active(anon):    1381912 kB
Inactive(anon):        0 kB
Active(file):     239936 kB
Inactive(file):   764656 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:       1366668 kB
Mapped:           104176 kB
Shmem:             18064 kB
KReclaimable:      93184 kB
Slab:             179656 kB
SReclaimable:      93184 kB
SUnreclaim:        86472 kB
KernelStack:        4380 kB
PageTables:         6316 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1888884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-30 00:43:18