Trace number 4514431

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.04 3617.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.02/3617.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 (61347 MiB free)
  memory of node 1: 64465 MiB (62687 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514431-1751225846/watcher-4514431-1751225846 -o /tmp/evaluation-result-4514431-1751225846/solver-4514431-1751225846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751217827-27804 --watchdog 3760 HOME/solve.sh HOME/instance-4514431-1751225846.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=29404, runsolver pid=29401

[startup+0.100079 s]*
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=127008200/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=11304 memory=6656 CPUtime=0.04 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 1161 0 0 0 4 0 0 0 20 0 1 0 38263277 11575296 1664 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 2826 1664 608 108 0 1343 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 15496 KiB
Current children cumulated memory: 9600 KiB

[startup+0.205828 s]*
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=127004168/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=13320 memory=8448 CPUtime=0.15 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 1624 0 0 0 15 0 0 0 20 0 1 0 38263277 13639680 2112 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 3330 2112 608 108 0 1847 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 17512 KiB
Current children cumulated memory: 11392 KiB

[startup+0.305731 s]*
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=127004168/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=14552 memory=9856 CPUtime=0.24 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 1957 0 0 0 24 0 0 0 20 0 1 0 38263277 14901248 2464 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 3638 2464 608 108 0 2155 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18744 KiB
Current children cumulated memory: 12800 KiB

[startup+0.700229 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=126996104/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=17944 memory=12928 CPUtime=0.63 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 2745 0 0 0 63 0 0 0 20 0 1 0 38263277 18374656 3232 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 4486 3232 608 108 0 3003 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 22136 KiB
Current children cumulated memory: 15872 KiB

[startup+1.50023 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=126996104/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=22000 memory=16768 CPUtime=1.43 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 3685 0 0 0 142 1 0 0 20 0 1 0 38263277 22528000 4192 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 5500 4192 608 108 0 4017 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 26192 KiB
Current children cumulated memory: 19712 KiB

[startup+3.10562 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 29408
/proc/meminfo: memFree=126993332/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=27480 memory=21632 CPUtime=3.03 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 4907 0 0 0 302 1 0 0 20 0 1 0 38263277 28139520 5408 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 6870 5408 608 108 0 5387 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 31672 KiB
Current children cumulated memory: 24576 KiB

[startup+6.30022 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 29408
/proc/meminfo: memFree=126986024/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=34312 memory=27136 CPUtime=6.21 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 6326 0 0 0 619 2 0 0 20 0 1 0 38263277 35135488 6784 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 8578 6784 608 108 0 7095 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 38504 KiB
Current children cumulated memory: 30080 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 29408
/proc/meminfo: memFree=126982756/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=41044 memory=33408 CPUtime=12.59 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 7915 0 0 0 1256 3 0 0 20 0 1 0 38263277 42029056 8352 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 10261 8352 608 108 0 8778 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 45236 KiB
Current children cumulated memory: 36352 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 29408
/proc/meminfo: memFree=126969148/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=52532 memory=43520 CPUtime=25.32 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 10454 0 0 0 2528 4 0 0 20 0 1 0 38263277 53792768 10880 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 13133 10880 608 108 0 11650 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 56724 KiB
Current children cumulated memory: 46464 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 29409
/proc/meminfo: memFree=126960084/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=67436 memory=59240 CPUtime=50.81 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 13925 0 0 0 5074 7 0 0 20 0 1 0 38263277 69054464 14810 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 16859 14810 608 108 0 15376 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 71628 KiB
Current children cumulated memory: 62184 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 29410
/proc/meminfo: memFree=126911532/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=102476 memory=80488 CPUtime=101.76 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 19247 0 0 0 10166 10 0 0 20 0 1 0 38263277 104935424 20122 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 25619 20122 608 108 0 24136 0
Current children cumulated CPU time: 101.76 s
Current children cumulated vsize: 106668 KiB
Current children cumulated memory: 83432 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/269 29605
/proc/meminfo: memFree=128620940/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=124900 memory=108052 CPUtime=161.54 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 25242 0 0 0 16140 14 0 0 20 0 1 0 38263277 127897600 27013 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 31225 27013 608 108 0 29742 0
Current children cumulated CPU time: 161.54 s
Current children cumulated vsize: 129092 KiB
Current children cumulated memory: 110996 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 29607
/proc/meminfo: memFree=128573716/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=145388 memory=128012 CPUtime=221.32 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 29733 0 0 0 22115 17 0 0 20 0 1 0 38263277 148877312 32003 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 36347 32003 608 108 0 34864 0
Current children cumulated CPU time: 221.32 s
Current children cumulated vsize: 149580 KiB

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

/proc/loadavg: 3.17 3.55 3.85 4/262 30130
/proc/meminfo: memFree=121095032/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=457924 memory=431444 CPUtime=3087.39 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 79542 0 0 0 308687 52 0 0 20 0 1 0 38263277 468914176 107861 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 114481 107861 608 108 0 112998 0
Current children cumulated CPU time: 3087.39 s
Current children cumulated vsize: 462116 KiB
Current children cumulated memory: 434388 KiB

[startup+3162.3 s]
/proc/loadavg: 3.12 3.46 3.80 4/261 30132
/proc/meminfo: memFree=121055296/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=458948 memory=432084 CPUtime=3147.08 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 79685 0 0 0 314656 52 0 0 20 0 1 0 38263277 469962752 108021 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 114737 108021 608 108 0 113254 0
Current children cumulated CPU time: 3147.08 s
Current children cumulated vsize: 463140 KiB
Current children cumulated memory: 435028 KiB

[startup+3222.3 s]
/proc/loadavg: 3.04 3.38 3.75 4/262 30136
/proc/meminfo: memFree=121022908/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=458948 memory=432212 CPUtime=3206.77 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 79717 0 0 0 320625 52 0 0 20 0 1 0 38263277 469962752 108053 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 114737 108053 608 108 0 113254 0
Current children cumulated CPU time: 3206.77 s
Current children cumulated vsize: 463140 KiB
Current children cumulated memory: 435156 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.34 3.71 4/262 30138
/proc/meminfo: memFree=120946172/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=462372 memory=435028 CPUtime=3266.46 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 80431 0 0 0 326594 52 0 0 20 0 1 0 38263277 473468928 108757 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 115593 108757 608 108 0 114110 0
Current children cumulated CPU time: 3266.46 s
Current children cumulated vsize: 466564 KiB
Current children cumulated memory: 437972 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.29 3.67 4/262 30140
/proc/meminfo: memFree=120869612/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=443684 CPUtime=3326.15 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82908 0 0 0 332562 53 0 0 20 0 1 0 38263277 486113280 110921 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 110921 608 108 0 117197 0
Current children cumulated CPU time: 3326.15 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 446628 KiB

[startup+3402.3 s]
/proc/loadavg: 3.07 3.25 3.63 4/262 30143
/proc/meminfo: memFree=120813344/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=445736 CPUtime=3385.88 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82911 0 0 0 338534 54 0 0 20 0 1 0 38263277 486113280 111434 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111434 608 108 0 117197 0
Current children cumulated CPU time: 3385.88 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 448680 KiB

[startup+3462.3 s]
/proc/loadavg: 3.08 3.22 3.60 4/262 30147
/proc/meminfo: memFree=120741264/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=445736 CPUtime=3445.59 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82912 0 0 0 344505 54 0 0 20 0 1 0 38263277 486113280 111434 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111434 608 108 0 117197 0
Current children cumulated CPU time: 3445.59 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 448680 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.19 3.56 4/260 30149
/proc/meminfo: memFree=120491484/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=445736 CPUtime=3505.3 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82914 0 0 0 350476 54 0 0 20 0 1 0 38263277 486113280 111434 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111434 608 108 0 117197 0
Current children cumulated CPU time: 3505.3 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 448680 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.18 3.53 4/260 30151
/proc/meminfo: memFree=120429944/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=447804 CPUtime=3565 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82916 0 0 0 356446 54 0 0 20 0 1 0 38263277 486113280 111951 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111951 608 108 0 117197 0
Current children cumulated CPU time: 3565 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 450748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.5 s]
/proc/loadavg: 3.07 3.16 3.51 4/260 30152
/proc/meminfo: memFree=120414352/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=447804 CPUtime=3600.02 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82917 0 0 0 359948 54 0 0 20 0 1 0 38263277 486113280 111951 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111951 608 108 0 117197 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 450748 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.49 s, system=0.549805 s

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

[startup+3617.5 s]
/proc/loadavg: 3.07 3.16 3.51 4/260 30152
/proc/meminfo: memFree=120414352/131249996 swapFree=33010684/33010684
[pid=29404] ppid=29401 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/29404/stat : 29404 (bash) S 29401 29404 27794 0 -1 4194304 309 254 0 0 0 0 0 0 20 0 1 0 38263272 4292608 736 18446744073709551615 94102905565184 94102906459717 140723680857648 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94102906698768 94102906746512 94102936121344 140723680860564 140723680860680 140723680860680 140723680866282 0
/proc/29404/statm: 1048 736 672 219 0 110 0
[pid=29408] ppid=29404 vsize=474720 memory=447804 CPUtime=3600.02 cores=0,2
/proc/29408/stat : 29408 (solve_pb) R 29404 29404 27794 0 -1 4194304 82917 0 0 0 359948 54 0 0 20 0 1 0 38263277 486113280 111951 18446744073709551615 94289575629824 94289576067968 140729339841136 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94289576096688 94289576099104 94289595351040 140729339849092 140729339849156 140729339849156 140729339854776 0
/proc/29408/statm: 118680 111951 608 108 0 117197 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 478912 KiB
Current children cumulated memory: 450748 KiB

Child status: 143

Real time (s): 3617.5
CPU time (s): 3600.04
CPU user time (s): 3599.49
CPU system time (s): 0.549805
CPU usage (%): 99.5173
Max. virtual memory (cumulated for all children) (KiB): 478912
Max. memory (cumulated for all children) (KiB): 450748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.549805
maximum resident set size= 447804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83495
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= 528
involuntary context switches= 8127


# summary of solver processes directly reported to runsolver:
#   pid: 29404
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.49
#   total CPU system time (s): 0.549805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39089 second user time and 17.4947 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 21:37:26
IDJOB=4514431
IDBENCH=162693
IDSOLVER=3321
FILE ID=nodeC032/4514431-1751225846
RUNJOBID= nodeC032-1751217827-27804
SLURM_JOB_ID= 9587663
Free space on /tmp= 432068 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514431-1751225846/watcher-4514431-1751225846 -o /tmp/evaluation-result-4514431-1751225846/solver-4514431-1751225846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751217827-27804 --watchdog 3760  HOME/solve.sh HOME/instance-4514431-1751225846.opb

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1313203946

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127012164 kB
MemAvailable:   126683484 kB
Buffers:            3280 kB
Cached:           481512 kB
SwapCached:            0 kB
Active:          3389492 kB
Inactive:         228300 kB
Active(anon):    3151088 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   228300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               684 kB
Writeback:             0 kB
AnonPages:       3133944 kB
Mapped:           104188 kB
Shmem:             18068 kB
KReclaimable:      87712 kB
Slab:             171336 kB
SReclaimable:      87712 kB
SUnreclaim:        83624 kB
KernelStack:        4288 kB
PageTables:         9472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3757676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2506752 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432068 MiB
End job on nodeC032 at 2025-06-29 22:37:44