Trace number 4494545

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 3615.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.06969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.09/3615.50	Terminated

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494545-1751157946/watcher-4494545-1751157946 -o /tmp/evaluation-result-4494545-1751157946/solver-4494545-1751157946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751157946-17364 --watchdog 3760 HOME/solve.sh HOME/instance-4494545-1751157946.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100065 s]*
/proc/loadavg: 0.59 1.41 2.49 5/265 17421
/proc/meminfo: memFree=130050980/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=37448 memory=31616 CPUtime=0.06 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 7470 0 0 0 5 1 0 0 20 0 1 0 31472090 38346752 7904 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 9395 7904 544 108 0 7912 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 41640 KiB
Current children cumulated memory: 34560 KiB

[startup+0.205702 s]*
/proc/loadavg: 0.59 1.41 2.49 5/264 17422
/proc/meminfo: memFree=130029244/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=55004 memory=50196 CPUtime=0.16 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 11548 0 0 0 15 1 0 0 20 0 1 0 31472090 56324096 12549 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 13751 12549 608 108 0 12268 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 59196 KiB
Current children cumulated memory: 53140 KiB

[startup+0.305722 s]*
/proc/loadavg: 0.59 1.41 2.49 5/270 17434
/proc/meminfo: memFree=130016060/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=56468 memory=51604 CPUtime=0.26 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 11901 0 0 0 25 1 0 0 20 0 1 0 31472090 57823232 12901 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 14117 12901 608 108 0 12634 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 60660 KiB
Current children cumulated memory: 54548 KiB

[startup+0.700204 s]
/proc/loadavg: 0.59 1.41 2.49 5/270 17434
/proc/meminfo: memFree=129956260/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=60872 memory=55956 CPUtime=0.65 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 13003 0 0 0 63 2 0 0 20 0 1 0 31472090 62332928 13989 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 15218 13989 608 108 0 13735 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 65064 KiB
Current children cumulated memory: 58900 KiB

[startup+1.50021 s]
/proc/loadavg: 0.59 1.41 2.49 5/269 17434
/proc/meminfo: memFree=129723072/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=67240 memory=62228 CPUtime=1.44 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 14569 0 0 0 141 3 0 0 20 0 1 0 31472090 68853760 15557 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 16810 15557 608 108 0 15327 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 71432 KiB
Current children cumulated memory: 65172 KiB

[startup+3.10566 s]
/proc/loadavg: 0.86 1.45 2.50 5/267 17448
/proc/meminfo: memFree=129775744/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=72008 memory=66836 CPUtime=3.05 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 15716 0 0 0 301 4 0 0 20 0 1 0 31472090 73736192 16709 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 18002 16709 608 108 0 16519 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 76200 KiB
Current children cumulated memory: 69780 KiB

[startup+6.30021 s]
/proc/loadavg: 0.86 1.45 2.50 5/267 17496
/proc/meminfo: memFree=129804704/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=81732 memory=75924 CPUtime=6.23 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 18002 0 0 0 618 5 0 0 20 0 1 0 31472090 83693568 18981 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 20433 18981 608 108 0 18950 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 85924 KiB
Current children cumulated memory: 78868 KiB

[startup+12.7002 s]
/proc/loadavg: 1.11 1.50 2.51 5/269 17530
/proc/meminfo: memFree=129850652/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=89372 memory=82580 CPUtime=12.6 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 19671 0 0 0 1255 5 0 0 20 0 1 0 31472090 91516928 20645 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 22343 20645 608 108 0 20860 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 93564 KiB
Current children cumulated memory: 85524 KiB

[startup+25.5002 s]
/proc/loadavg: 1.75 1.62 2.53 5/269 17530
/proc/meminfo: memFree=129845796/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=101652 memory=93204 CPUtime=25.36 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 22354 0 0 0 2530 6 0 0 20 0 1 0 31472090 104091648 23301 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 25413 23301 608 108 0 23930 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 105844 KiB
Current children cumulated memory: 96148 KiB

[startup+51.1058 s]
/proc/loadavg: 2.58 1.83 2.58 5/269 17627
/proc/meminfo: memFree=129814960/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=117992 memory=109076 CPUtime=50.87 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 26347 0 0 0 5078 9 0 0 20 0 1 0 31472090 120823808 27269 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 29498 27269 608 108 0 28015 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 122184 KiB
Current children cumulated memory: 112020 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.21 2.67 5/268 17867
/proc/meminfo: memFree=129735276/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=149136 memory=138240 CPUtime=101.89 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 33209 0 0 0 10177 12 0 0 20 0 1 0 31472090 152715264 34560 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 37284 34560 608 108 0 35801 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 153328 KiB
Current children cumulated memory: 141184 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.57 2.77 5/269 17917
/proc/meminfo: memFree=129596596/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=188928 memory=176900 CPUtime=161.69 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 39584 0 0 0 16155 14 0 0 20 0 1 0 31472090 193462272 44225 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 47232 44225 608 108 0 45749 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 193120 KiB
Current children cumulated memory: 179844 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.85 2.85 5/269 17919
/proc/meminfo: memFree=129468552/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=215152 memory=199252 CPUtime=221.53 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 44739 0 0 0 22136 17 0 0 20 0 1 0 31472090 220315648 49813 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 53788 49813 608 108 0 52305 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 219344 KiB

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

/proc/loadavg: 4.05 4.13 4.09 5/269 19176
/proc/meminfo: memFree=128481528/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=675224 memory=634108 CPUtime=3089.63 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 120437 0 0 0 308876 87 0 0 20 0 1 0 31472090 691429376 158527 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 168806 158527 608 108 0 167323 0
Current children cumulated CPU time: 3089.63 s
Current children cumulated vsize: 679416 KiB
Current children cumulated memory: 637052 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/269 19178
/proc/meminfo: memFree=128465568/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=675224 memory=634108 CPUtime=3149.31 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 120460 0 0 0 314844 87 0 0 20 0 1 0 31472090 691429376 158527 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 168806 158527 608 108 0 167323 0
Current children cumulated CPU time: 3149.31 s
Current children cumulated vsize: 679416 KiB
Current children cumulated memory: 637052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 19180
/proc/meminfo: memFree=128420596/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=675224 memory=651004 CPUtime=3209.02 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 120470 0 0 0 320814 88 0 0 20 0 1 0 31472090 691429376 162751 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 168806 162751 608 108 0 167323 0
Current children cumulated CPU time: 3209.02 s
Current children cumulated vsize: 679416 KiB
Current children cumulated memory: 653948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/268 19182
/proc/meminfo: memFree=128391472/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=675224 memory=651004 CPUtime=3268.69 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 120470 0 0 0 326780 89 0 0 20 0 1 0 31472090 691429376 162751 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 168806 162751 608 108 0 167323 0
Current children cumulated CPU time: 3268.69 s
Current children cumulated vsize: 679416 KiB
Current children cumulated memory: 653948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/269 19185
/proc/meminfo: memFree=128359096/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=677528 memory=652156 CPUtime=3328.35 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 120899 0 0 0 332746 89 0 0 20 0 1 0 31472090 693788672 163039 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 169382 163039 608 108 0 167899 0
Current children cumulated CPU time: 3328.35 s
Current children cumulated vsize: 681720 KiB
Current children cumulated memory: 655100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 19188
/proc/meminfo: memFree=128286676/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=688824 memory=662808 CPUtime=3388 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 123202 0 0 0 338710 90 0 0 20 0 1 0 31472090 705355776 165702 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 172206 165702 608 108 0 170723 0
Current children cumulated CPU time: 3388 s
Current children cumulated vsize: 693016 KiB
Current children cumulated memory: 665752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/270 19193
/proc/meminfo: memFree=128294684/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=701476 memory=672152 CPUtime=3447.68 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 125542 0 0 0 344676 92 0 0 20 0 1 0 31472090 718311424 168038 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 175369 168038 608 108 0 173886 0
Current children cumulated CPU time: 3447.68 s
Current children cumulated vsize: 705668 KiB
Current children cumulated memory: 675096 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/271 19198
/proc/meminfo: memFree=128282760/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=715160 memory=682648 CPUtime=3507.39 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 128174 0 0 0 350644 95 0 0 20 0 1 0 31472090 732323840 170662 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 178790 170662 608 108 0 177307 0
Current children cumulated CPU time: 3507.39 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 685592 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/271 19202
/proc/meminfo: memFree=128271204/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=719328 memory=685628 CPUtime=3567.05 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 128916 0 0 0 356609 96 0 0 20 0 1 0 31472090 736591872 171407 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 179832 171407 608 108 0 178349 0
Current children cumulated CPU time: 3567.05 s
Current children cumulated vsize: 723520 KiB
Current children cumulated memory: 688572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.5 s]
/proc/loadavg: 4.11 4.11 4.09 5/271 19204
/proc/meminfo: memFree=128265432/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=719328 memory=685628 CPUtime=3600.09 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 129165 0 0 0 359913 96 0 0 20 0 1 0 31472090 736591872 171407 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 179832 171407 608 108 0 178349 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 723520 KiB
Current children cumulated memory: 688572 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3615.5 s]
# the end of solver process 17413 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3599.13 s, system=0.977737 s

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

[startup+3615.5 s]
/proc/loadavg: 4.11 4.11 4.09 5/271 19204
/proc/meminfo: memFree=128265432/131249996 swapFree=33010684/33010684
[pid=17413] ppid=17408 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (bash) S 17408 17413 17353 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 31472087 4292608 736 18446744073709551615 94803353808896 94803354703429 140722701188048 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94803354942480 94803354990224 94803383627776 140722701191572 140722701191688 140722701191688 140722701197290 0
/proc/17413/statm: 1048 736 672 219 0 110 0
[pid=17421] ppid=17413 vsize=719328 memory=685628 CPUtime=3600.09 cores=4,6
/proc/17421/stat : 17421 (solve_pb) R 17413 17413 17353 0 -1 4194304 129165 0 0 0 359913 96 0 0 20 0 1 0 31472090 736591872 171407 18446744073709551615 94673514103808 94673514541952 140727041433424 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94673514570672 94673514573088 94673515065344 140727041440132 140727041440196 140727041440196 140727041445816 0
/proc/17421/statm: 179832 171407 608 108 0 178349 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 723520 KiB
Current children cumulated memory: 688572 KiB

Child status: 143

Real time (s): 3615.5
CPU time (s): 3600.11
CPU user time (s): 3599.13
CPU system time (s): 0.977737
CPU usage (%): 99.5743
Max. virtual memory (cumulated for all children) (KiB): 723520
Max. memory (cumulated for all children) (KiB): 688572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.13
system time used= 0.977737
maximum resident set size= 689728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129742
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= 1250
involuntary context switches= 4209


# summary of solver processes directly reported to runsolver:
#   pid: 17413
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.13
#   total CPU system time (s): 0.977737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66117 second user time and 17.7639 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 02:45:46
IDJOB=4494545
IDBENCH=147894
IDSOLVER=3321
FILE ID=nodeC015/4494545-1751157946
RUNJOBID= nodeC015-1751157946-17364
SLURM_JOB_ID= 9587491
Free space on /tmp= 432996 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494545-1751157946/watcher-4494545-1751157946 -o /tmp/evaluation-result-4494545-1751157946/solver-4494545-1751157946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751157946-17364 --watchdog 3760  HOME/solve.sh HOME/instance-4494545-1751157946.opb

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1215338270

nodeC015 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		: 3600.072
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	: 7000.14
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		: 3600.175
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	: 7000.14
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		: 3603.514
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	: 7000.14
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.016
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	: 7000.14
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		: 3600.052
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	: 7000.14
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		: 3600.107
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	: 7000.14
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		: 3600.308
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	: 7000.14
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		: 3600.147
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130113568 kB
MemAvailable:   129786164 kB
Buffers:            3280 kB
Cached:           483824 kB
SwapCached:            0 kB
Active:           306904 kB
Inactive:         264896 kB
Active(anon):     102772 kB
Inactive(anon):        0 kB
Active(file):     204132 kB
Inactive(file):   264896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21708 kB
Writeback:             0 kB
AnonPages:         87440 kB
Mapped:           102684 kB
Shmem:             18076 kB
KReclaimable:      85616 kB
Slab:             168228 kB
SReclaimable:      85616 kB
SUnreclaim:        82612 kB
KernelStack:        4040 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     353532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC015 at 2025-06-29 03:46:02