Trace number 4542136

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.1 3611.67

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
MD5SUMc26c89c819410142827dd0be6bce850a
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 benchmark2155.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3121404
Total number of constraints136276
Number of constraints which are clauses68801
Number of constraints which are cardinality constraints (but not clauses)62324
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint48
Maximum length of a constraint53
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
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: 63794 MiB (62484 MiB free)
  memory of node 1: 64507 MiB (63470 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542136-1753211993/watcher-4542136-1753211993 -o /tmp/evaluation-result-4542136-1753211993/solver-4542136-1753211993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753211993-150157 --watchdog 3760 HOME/solve.sh HOME/instance-4542136-1753211993.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=150224, runsolver pid=150221
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 2.65 3.74 4.13 6/258 150228
/proc/meminfo: memFree=128957036/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 305 119 0 0 0 0 0 0 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150227] ppid=150224 vsize=2792 memory=1408 CPUtime=0.01 cores=4,6
/proc/150227/stat : 150227 (cat) S 150224 150224 150146 0 -1 4194304 135 0 0 0 0 1 0 0 20 0 1 0 236878844 2859008 352 18446744073709551615 94275411779584 94275411794641 140723528141296 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94275411806864 94275411808360 94275424178176 140723528145377 140723528145448 140723528145448 140723528151019 0
/proc/150227/statm: 698 352 320 4 0 124 0
[pid=150228] ppid=150224 vsize=27916 memory=23296 CPUtime=0.08 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 5419 0 0 0 7 1 0 0 20 0 1 0 236878844 28585984 5824 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 6979 5824 512 108 0 5496 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 34900 KiB
Current children cumulated memory: 27648 KiB

[startup+0.213877 s]*
/proc/loadavg: 2.65 3.74 4.13 6/258 150228
/proc/meminfo: memFree=128921252/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 305 119 0 0 0 0 0 0 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150227] ppid=150224 vsize=2792 memory=1408 CPUtime=0.02 cores=4,6
/proc/150227/stat : 150227 (cat) S 150224 150224 150146 0 -1 4194304 135 0 0 0 0 2 0 0 20 0 1 0 236878844 2859008 352 18446744073709551615 94275411779584 94275411794641 140723528141296 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94275411806864 94275411808360 94275424178176 140723528145377 140723528145448 140723528145448 140723528151019 0
/proc/150227/statm: 698 352 320 4 0 124 0
[pid=150228] ppid=150224 vsize=57576 memory=52864 CPUtime=0.19 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 12791 0 0 0 16 3 0 0 20 0 1 0 236878844 58957824 13184 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 14394 13184 512 108 0 12911 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 64560 KiB
Current children cumulated memory: 57216 KiB

[startup+0.313446 s]*
/proc/loadavg: 2.65 3.74 4.13 6/258 150228
/proc/meminfo: memFree=128887736/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 305 119 0 0 0 0 0 0 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150227] ppid=150224 vsize=2792 memory=1408 CPUtime=0.03 cores=4,6
/proc/150227/stat : 150227 (cat) S 150224 150224 150146 0 -1 4194304 135 0 0 0 0 3 0 0 20 0 1 0 236878844 2859008 352 18446744073709551615 94275411779584 94275411794641 140723528141296 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94275411806864 94275411808360 94275424178176 140723528145377 140723528145448 140723528145448 140723528151019 0
/proc/150227/statm: 698 352 320 4 0 124 0
[pid=150228] ppid=150224 vsize=84556 memory=78080 CPUtime=0.29 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 19126 0 0 0 24 5 0 0 20 0 1 0 236878844 86585344 19520 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 21139 19520 512 108 0 19656 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 91540 KiB
Current children cumulated memory: 82432 KiB

[startup+0.700455 s]
/proc/loadavg: 2.84 3.76 4.13 6/258 150228
/proc/meminfo: memFree=128817352/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=482712 memory=349028 CPUtime=0.65 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 53737 0 0 0 51 14 0 0 20 0 1 0 236878844 494297088 87257 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 120678 87257 544 108 0 119195 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 486904 KiB
Current children cumulated memory: 351972 KiB

[startup+1.50042 s]
/proc/loadavg: 2.84 3.76 4.13 5/257 150228
/proc/meminfo: memFree=128174528/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1299392 memory=1092152 CPUtime=1.45 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 157247 0 0 0 107 38 0 0 20 0 1 0 236878844 1330577408 273038 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 324848 273038 544 108 0 323365 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 1303584 KiB
Current children cumulated memory: 1095096 KiB

[startup+3.11327 s]
/proc/loadavg: 2.84 3.76 4.13 5/257 150228
/proc/meminfo: memFree=127594620/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1572872 memory=1322224 CPUtime=3.06 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 180075 0 0 0 261 45 0 0 20 0 1 0 236878844 1610620928 330556 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 393218 330556 544 108 0 391735 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 1577064 KiB
Current children cumulated memory: 1325168 KiB

[startup+6.3004 s]
/proc/loadavg: 3.01 3.78 4.14 5/257 150229
/proc/meminfo: memFree=127524948/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1603348 memory=1337892 CPUtime=6.23 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 181487 0 0 0 578 45 0 0 20 0 1 0 236878844 1641828352 334473 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 400837 334473 576 108 0 399354 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1607540 KiB
Current children cumulated memory: 1340836 KiB

[startup+12.7004 s]
/proc/loadavg: 3.09 3.78 4.14 4/252 150237
/proc/meminfo: memFree=127489928/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1621132 memory=1346836 CPUtime=12.62 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 183274 0 0 0 1216 46 0 0 20 0 1 0 236878844 1660039168 336709 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 405283 336709 576 108 0 403800 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1625324 KiB
Current children cumulated memory: 1349780 KiB

[startup+25.5004 s]
/proc/loadavg: 3.23 3.79 4.14 5/257 150277
/proc/meminfo: memFree=126850836/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1632248 memory=1359056 CPUtime=25.36 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 185421 0 0 0 2490 46 0 0 20 0 1 0 236878844 1671421952 339764 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 408062 339764 608 108 0 406579 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1636440 KiB
Current children cumulated memory: 1362000 KiB

[startup+51.1136 s]
/proc/loadavg: 3.69 3.85 4.14 5/257 150277
/proc/meminfo: memFree=126706800/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1755548 memory=1472348 CPUtime=50.86 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 213498 0 0 0 5035 51 0 0 20 0 1 0 236878844 1797681152 368087 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 438887 368087 608 108 0 437404 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1759740 KiB
Current children cumulated memory: 1475292 KiB

[startup+102.3 s]
/proc/loadavg: 3.94 3.89 4.14 5/258 150281
/proc/meminfo: memFree=126557452/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1794540 memory=1512892 CPUtime=101.87 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 221886 0 0 0 10133 54 0 0 20 0 1 0 236878844 1837608960 378223 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 448635 378223 608 108 0 447152 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1798732 KiB
Current children cumulated memory: 1515836 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.92 4.13 5/257 150283
/proc/meminfo: memFree=126105840/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=1827008 memory=1543504 CPUtime=161.66 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 228850 0 0 0 16109 57 0 0 20 0 1 0 236878844 1870856192 385876 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 456752 385876 608 108 0 455269 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 1831200 KiB
Current children cumulated memory: 1546448 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.97 4.13 5/258 150286

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

/proc/150228/statm: 805656 692065 608 108 0 804173 0
Current children cumulated CPU time: 3032.68 s
Current children cumulated vsize: 3226816 KiB
Current children cumulated memory: 2771204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.10 4.13 5/255 150437
/proc/meminfo: memFree=122691080/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3245800 memory=2794628 CPUtime=3092.42 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 537659 0 0 0 309096 146 0 0 20 0 1 0 236878844 3323699200 698657 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 811450 698657 608 108 0 809967 0
Current children cumulated CPU time: 3092.48 s
Current children cumulated vsize: 3249992 KiB
Current children cumulated memory: 2797572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.09 4.13 5/255 150439
/proc/meminfo: memFree=122641504/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3270384 memory=2822788 CPUtime=3152.22 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 544753 0 0 0 315075 147 0 0 20 0 1 0 236878844 3348873216 705697 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 817596 705697 608 108 0 816113 0
Current children cumulated CPU time: 3152.28 s
Current children cumulated vsize: 3274576 KiB
Current children cumulated memory: 2825732 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.09 4.12 5/255 150441
/proc/meminfo: memFree=122594060/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3298844 memory=2850308 CPUtime=3212.01 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 551692 0 0 0 321052 149 0 0 20 0 1 0 236878844 3378016256 712577 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 824711 712577 608 108 0 823228 0
Current children cumulated CPU time: 3212.07 s
Current children cumulated vsize: 3303036 KiB
Current children cumulated memory: 2853252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.12 5/254 150443
/proc/meminfo: memFree=122505912/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3390652 memory=2904964 CPUtime=3271.8 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 565349 0 0 0 327028 152 0 0 20 0 1 0 236878844 3472027648 726241 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 847663 726241 608 108 0 846180 0
Current children cumulated CPU time: 3271.86 s
Current children cumulated vsize: 3394844 KiB
Current children cumulated memory: 2907908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.11 5/253 150445
/proc/meminfo: memFree=122395268/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3532552 memory=2984580 CPUtime=3331.6 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 585316 0 0 0 333004 156 0 0 20 0 1 0 236878844 3617333248 746145 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 883138 746145 608 108 0 881655 0
Current children cumulated CPU time: 3331.66 s
Current children cumulated vsize: 3536744 KiB
Current children cumulated memory: 2987524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.11 5/253 150447
/proc/meminfo: memFree=122292196/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3648136 memory=3050372 CPUtime=3391.38 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 601801 0 0 0 338979 159 0 0 20 0 1 0 236878844 3735691264 762593 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 912034 762593 608 108 0 910551 0
Current children cumulated CPU time: 3391.44 s
Current children cumulated vsize: 3652328 KiB
Current children cumulated memory: 3053316 KiB

[startup+3462.3 s]
/proc/loadavg: 4.55 4.20 4.14 5/254 150450
/proc/meminfo: memFree=122244604/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3668260 memory=3068292 CPUtime=3451.18 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 606422 0 0 0 344957 161 0 0 20 0 1 0 236878844 3756298240 767073 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 917065 767073 608 108 0 915582 0
Current children cumulated CPU time: 3451.24 s
Current children cumulated vsize: 3672452 KiB
Current children cumulated memory: 3071236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.25 4.17 5/255 150549
/proc/meminfo: memFree=123837992/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3668260 memory=3070852 CPUtime=3510.97 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 607070 0 0 0 350936 161 0 0 20 0 1 0 236878844 3756298240 767713 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 917065 767713 608 108 0 915582 0
Current children cumulated CPU time: 3511.03 s
Current children cumulated vsize: 3672452 KiB
Current children cumulated memory: 3073796 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.25 4.17 5/256 150554
/proc/meminfo: memFree=123756544/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3668260 memory=3070980 CPUtime=3570.75 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 607586 0 0 0 356914 161 0 0 20 0 1 0 236878844 3756298240 767745 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 917065 767745 608 108 0 915582 0
Current children cumulated CPU time: 3570.81 s
Current children cumulated vsize: 3672452 KiB
Current children cumulated memory: 3073924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 4.21 4.23 4.17 3/248 150565
/proc/meminfo: memFree=125415224/131382120 swapFree=33010416/33010684
[pid=150224] ppid=150221 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/150224/stat : 150224 (bash) S 150221 150224 150146 0 -1 4194304 306 257 0 0 0 0 0 6 20 0 1 0 236878842 4292608 736 18446744073709551615 94320584224768 94320585119301 140723549998912 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94320585358352 94320585406096 94320615301120 140723550005650 140723550005766 140723550005766 140723550011370 0
/proc/150224/statm: 1048 736 672 219 0 110 0
[pid=150228] ppid=150224 vsize=3668260 memory=3071108 CPUtime=3599.94 cores=4,6
/proc/150228/stat : 150228 (solve_pb) R 150224 150224 150146 0 -1 4194304 607631 0 0 0 359833 161 0 0 20 0 1 0 236878844 3756298240 767777 18446744073709551615 94720945890304 94720946328448 140728656436352 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94720946357168 94720946359584 94720973901824 140728656443778 140728656443842 140728656443842 140728656449464 0
/proc/150228/statm: 917065 767777 608 108 0 915582 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3672452 KiB
Current children cumulated memory: 3074052 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.003869 s, system=0.068502 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3598.34 s, system=1.75978 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): 3611.67
CPU time (s): 3600.1
CPU user time (s): 3598.34
CPU system time (s): 1.75978
CPU usage (%): 99.6796
Max. virtual memory (cumulated for all children) (KiB): 3672452
Max. memory (cumulated for all children) (KiB): 3074052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.34
system time used= 1.75977
maximum resident set size= 3071108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608194
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= 9809
involuntary context switches= 22966


# summary of solver processes directly reported to runsolver:
#   pid: 150224,150228
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.34
#   total CPU system time (s): 1.75978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0173 second user time and 38.2643 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-22 21:19:55
IDJOB=4542136
IDBENCH=163903
IDSOLVER=3321
FILE ID=nodeC006/4542136-1753211993
RUNJOBID= nodeC006-1753211993-150157
SLURM_JOB_ID= 9687800
Free space on /tmp= 432704 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542136-1753211993/watcher-4542136-1753211993 -o /tmp/evaluation-result-4542136-1753211993/solver-4542136-1753211993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753211993-150157 --watchdog 3760  HOME/solve.sh HOME/instance-4542136-1753211993.opb

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=1795337867

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128977612 kB
MemAvailable:   129734060 kB
Buffers:            2128 kB
Cached:          1433852 kB
SwapCached:           12 kB
Active:          1105068 kB
Inactive:         456312 kB
Active(anon):     140748 kB
Inactive(anon):    10792 kB
Active(file):     964320 kB
Inactive(file):   445520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81132 kB
Writeback:             0 kB
AnonPages:        127756 kB
Mapped:           109968 kB
Shmem:             26140 kB
KReclaimable:     372088 kB
Slab:             467064 kB
SReclaimable:     372088 kB
SUnreclaim:        94976 kB
KernelStack:        4144 kB
PageTables:         3360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     484284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC006 at 2025-07-22 22:20:07